Skip to content

Commit

Permalink
Update project ownership to AmbitionEng (#13)
Browse files Browse the repository at this point in the history
* Initialize template from version 072543e27d8b506a6628f7793798609c62d6a8ae

* Update template to version b9c4b8da8784d2ba99715b1b8d808a9f75aa6deb

* Fix docs

* Release notes
  • Loading branch information
wesleykendall authored Dec 15, 2024
1 parent 65c0e68 commit 3605fb0
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 33 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
opus10:
ambitioneng:
executors:
python:
working_directory: /code
Expand All @@ -28,12 +28,12 @@ orbs:
jobs:
test:
executor:
name: opus10/python
name: ambitioneng/python
steps:
- opus10/test
- ambitioneng/test

lint:
executor: opus10/python
executor: ambitioneng/python
steps:
- checkout
- restore_cache:
Expand All @@ -42,7 +42,7 @@ jobs:
- run: make lint

type_check:
executor: opus10/python
executor: ambitioneng/python
steps:
- checkout
- restore_cache:
Expand All @@ -51,7 +51,7 @@ jobs:
- run: make type-check || true

deploy:
executor: opus10/python
executor: ambitioneng/python
steps:
- checkout
- run: ssh-add -D
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.1 (2024-12-15)

#### Changes

- Changed project ownership to `AmbitionEng` by [@wesleykendall](https://github.com/wesleykendall) in [#12](https://github.com/Opus10/footing/pull/13).

## 1.0.0 (2024-11-01)

#### Changes
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Contributing Guide

This project was created using footing. For more information about footing, go to the [footing docs](https://github.com/Opus10/footing).
This project was created using footing. For more information about footing, go to the [footing docs](https://github.com/AmbitionEng/footing).

## Setup

Set up your development environment with:

git clone [email protected]:Opus10/footing.git
git clone [email protected]:AmbitionEng/footing.git
cd footing
make docker-setup

Expand Down
5 changes: 2 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Copyright (c) 2018, Clover Health Labs, LLC
Copyright (c) 2024, Opus 10
Copyright (c) 2025, Ambition
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand All @@ -19,7 +18,7 @@ modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL OPUS 10 BE LIABLE FOR ANY
DISCLAIMED. IN NO EVENT SHALL AMBITION BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies:
# Sets up a conda development environment
.PHONY: conda-create
conda-create:
-conda env create -f environment.yml --force
-conda env create -f environment.yml -y
$(EXEC_WRAPPER) poetry config virtualenvs.create false --local


Expand Down
6 changes: 3 additions & 3 deletions devops.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
package deployment, changelog generation, and changelog checking.
This script is generated by the template at
https://github.com/Opus10/python-library-template
https://github.com/AmbitionEng/python-library-template
Do not change this script! Any fixes or updates to this script should be made
to https://github.com/Opus10/python-library-template
to https://github.com/AmbitionEng/python-library-template
"""

import os
Expand Down Expand Up @@ -51,7 +51,7 @@ def deploy() -> None:

_publish_to_pypi()

print(f"Deployment complete.")
print("Deployment complete.")


if __name__ == "__main__":
Expand Down
22 changes: 13 additions & 9 deletions docs/css/mkdocs-material.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
.md-typeset__table {
min-width: 100%;
min-width: 100%;
}

.md-typeset table:not([class]) {
display: table;
display: table;
}

:root {
--md-primary-fg-color: #BD4D86;
--md-primary-fg-color--light: #BD4D86;
--md-primary-fg-color--dark: #BD4D86;
--md-primary-fg-color: #1d1f29;
--md-primary-fg-color--light: #1d1f29;
--md-primary-fg-color--dark: #1d1f29;
}

.md-content {
--md-typeset-a-color: #00bc70;
}

.md-footer {
background-color: #BD4D86;
background-color: #1d1f29;
}
.md-footer-meta {
background-color: #973E6B;
background-color: #1d1f29;
}

readthedocs-flyout {
display: none;
display: none;
}
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ Similar to `footing update`, you will need to review the changes, resolve confli

Switching templates does not trigger any [cookiecutter hooks](http://cookiecutter.readthedocs.io/en/latest/advanced/hooks.html). Users must manually do any project setup and must similarly do any project teardown that might have resulted from the previously template. The authors have intentionally left out this convenience for now since footing currently has no way to spin down projects.


## Compatibility

`footing` is compatible with Python 3.9 - 3.13.
Expand Down
Binary file added docs/static/dark_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/light_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/static/logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion footing.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_extensions:
- jinja2_time.TimeExtension
_template: [email protected]:Opus10/python-library-template.git
_version: 072543e27d8b506a6628f7793798609c62d6a8ae
_version: b7d2321846eeeb120ea9455597ddcf9bd8b5e7a4
check_types_in_ci: 'False'
is_django: 'False'
module_name: footing
Expand Down
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
site_name: footing
docs_dir: docs

repo_name: Opus10/footing
repo_url: https://github.com/Opus10/footing
repo_name: AmbitionEng/footing
repo_url: https://github.com/AmbitionEng/footing

plugins:
- search
Expand Down Expand Up @@ -51,8 +51,8 @@ markdown_extensions:

theme:
name: material
logo: static/logo.png
favicon: static/logo.png
logo: static/dark_logo.png
favicon: static/light_logo.png
features:
- content.code.copy
- navigation.footer
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ packages = [
exclude = [
"*/tests/"
]
version = "1.0.0"
version = "1.0.1"
description = "Keep templated projects in sync with their template"
authors = ["Wes Kendall"]
classifiers = [
Expand All @@ -43,8 +43,8 @@ classifiers = [
]
license = "BSD-3-Clause"
readme = "README.md"
homepage = "https://github.com/Opus10/footing"
repository = "https://github.com/Opus10/footing"
homepage = "https://github.com/AmbitionEng/footing"
repository = "https://github.com/AmbitionEng/footing"
documentation = "https://footing.readthedocs.io"

[tool.poetry.dependencies]
Expand Down

0 comments on commit 3605fb0

Please sign in to comment.