Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

!BREAKING: Release 4.0.0 #137

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d22c9b6
feat: drop support for Python 3.6
madpah Mar 16, 2023
a23ef1c
feat: update `poetry` to `1.4.0` #136
madpah Mar 16, 2023
29a0100
chore: debugging
madpah Mar 16, 2023
a739580
Merge pull request #135 from sonatype-nexus-community/deat/drop-pytho…
madpah Mar 16, 2023
1c58249
updated dependencies
madpah Mar 16, 2023
93ff9d2
updated deps
madpah Mar 16, 2023
88eacdd
removed poetry as a dep to install when using tox
madpah Mar 16, 2023
96cb543
chore(ci): reinstate GitHub Actions - CircleCI is bawking
madpah Mar 16, 2023
b27e85e
chore(ci): reinstate GitHub Actions - CircleCI is bawking
madpah Mar 16, 2023
db4b6a8
chore(ci): reinstate GitHub Actions - CircleCI is bawking
madpah Mar 16, 2023
1676289
resolve CI errors on GitHub
madpah Mar 16, 2023
8d82daa
chore(ci): reinstate GitHub Actions - CircleCI is bawking
madpah Mar 16, 2023
b1968ab
doco: link to local CI notes
bhamail Oct 30, 2024
cb540aa
doco: add note about -self-hosted argument
bhamail Oct 30, 2024
a053af5
feat: adopt latest community standards
madpah Nov 15, 2024
5813d95
overhauled build GH workflow
madpah Nov 15, 2024
7a992f9
Merge branch 'dev/4.x.x' into feat/align-community-standards
madpah Nov 15, 2024
301cc95
chore(ci): corrected Python versions in build
madpah Nov 15, 2024
6bee345
chore: restored `jake-whitelist.json`
madpah Nov 15, 2024
af37470
chore(ci): specific whitelist when running `jake` on `jake`
madpah Nov 15, 2024
ff827a6
Merge pull request #155 from sonatype-nexus-community/feat/align-comm…
madpah Nov 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .circleci/circleci-readme.md

This file was deleted.

166 changes: 0 additions & 166 deletions .circleci/config.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/pull_request_template.md

This file was deleted.

115 changes: 0 additions & 115 deletions .github/workflows.DISABLED/ci.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/GITHUBACTIONS-README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
GitHub Actions Notes
====================

Local Builds
---------------
See: [Running GitHub Actions Locally](https://contribute.sonatype.com/docs/how-to/testing-github-actions-locally/).

In my case, on a Mac, I had to add the `-self-hosted` argument:
```shell
act -j build-and-test -P macos-latest=-self-hosted
```
Loading
Loading