Skip to content

Commit

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

* Update template to version b7d2321846eeeb120ea9455597ddcf9bd8b5e7a4

* Bump version

* Remove funding

* Fix release notes

* Fix release notes
  • Loading branch information
wesleykendall authored Dec 16, 2024
1 parent 6f1b3a5 commit 066dbba
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 37 deletions.
16 changes: 8 additions & 8 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 Down Expand Up @@ -38,20 +38,20 @@ orbs:
jobs:
test_pg_min:
executor:
name: opus10/python
name: ambitioneng/python
pg_version: "13.16"
steps:
- opus10/test
- ambitioneng/test

test_pg_max:
executor:
name: opus10/python
name: ambitioneng/python
pg_version: "17.0"
steps:
- opus10/test
- ambitioneng/test

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

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

deploy:
executor: opus10/python
executor: ambitioneng/python
steps:
- checkout
- run: ssh-add -D
Expand Down
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.5.1 (2024-12-15)

#### Changes

- Changed project ownership to `AmbitionEng` by [@wesleykendall](https://github.com/wesleykendall) in [#180](https://github.com/AmbitionEng/django-pghistory/pull/180).

## 3.5.0 (2024-11-01)

### Features
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/django-pghistory.git
git clone [email protected]:AmbitionEng/django-pghistory.git
cd django-pghistory
make docker-setup

Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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 @@ -18,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 @@ -96,7 +96,7 @@ db-setup:
# 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;
}
6 changes: 3 additions & 3 deletions docs/overrides/partials/copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
{% if not config.extra.generator == false %}
Created by
<a
href="https://github.com/sponsors/wesleykendall"
href="https://github.com/AmbitionEng"
target="_blank" rel="noopener"
>
@wesleykendall
Ambition
</a>
{% endif %}
</div>
</div>
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/public-django-app-template.git
_version: 072543e27d8b506a6628f7793798609c62d6a8ae
_version: b7d2321846eeeb120ea9455597ddcf9bd8b5e7a4
check_types_in_ci: 'False'
is_django: 'True'
module_name: pghistory
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: django-pghistory
docs_dir: docs

repo_name: Opus10/django-pghistory
repo_url: https://github.com/Opus10/django-pghistory
repo_name: AmbitionEng/django-pghistory
repo_url: https://github.com/AmbitionEng/django-pghistory

plugins:
- search
Expand Down Expand Up @@ -52,8 +52,8 @@ markdown_extensions:
theme:
custom_dir: docs/overrides
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
10 changes: 10 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packages = [
exclude = [
"*/tests/"
]
version = "3.5.0"
version = "3.5.1"
description = "History tracking for Django and Postgres"
authors = ["Wes Kendall"]
classifiers = [
Expand All @@ -50,8 +50,8 @@ classifiers = [
]
license = "BSD-3-Clause"
readme = "README.md"
homepage = "https://github.com/Opus10/django-pghistory"
repository = "https://github.com/Opus10/django-pghistory"
homepage = "https://github.com/AmbitionEng/django-pghistory"
repository = "https://github.com/AmbitionEng/django-pghistory"
documentation = "https://django-pghistory.readthedocs.io"

[tool.poetry.dependencies]
Expand Down

0 comments on commit 066dbba

Please sign in to comment.