-
Notifications
You must be signed in to change notification settings - Fork 992
UPdate release branch? #3206
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
Merged
UPdate release branch? #3206
Changes from all commits
Commits
Show all changes
90 commits
Select commit
Hold shift + click to select a range
422af93
update container build automation for new branching model
MoralCode ccfc861
remove dev, add release as branches to run jobs on push
MoralCode fe56e69
remove automerge workflow
MoralCode bb57a7a
update branch name in checks.yml
MoralCode 5e5f70f
update comments in build_docker workflow
MoralCode 641db32
Initial conversion of main augur package to uv
JohnStrunk ba8f342
Add dependencies for sub-packages into main pyproject.toml
JohnStrunk 36fc563
Update docker build for uv
JohnStrunk 1fd74e5
Add uv-lock job
JohnStrunk fbb61ab
Fix documention build on RTD
JohnStrunk 9c3087f
Update documentation for using uv
JohnStrunk a45dff9
Push the keyman container image
JohnStrunk bc5bb74
Add macOS test job
JohnStrunk 68431f1
Upgrade xgboost to 3.0.2
JohnStrunk 0f12451
Constrain graphql-server-core>1.1.1
JohnStrunk 6974aa5
Merge pull request #3200 from MoralCode/update-build-rules
sgoggins 1f683ee
Update nginx-configuration.rst
sgoggins bc51a81
Update server-deployment.rst
sgoggins 9aa9b43
Update collecting-data.rst
sgoggins f8adc95
Update backend.rst
sgoggins 195a7c0
Update backend.rst
sgoggins 4a12816
Update dev-osx-install.rst
sgoggins 6e4ab16
Update new-install.rst
sgoggins 3ab3029
Merge pull request #3202 from JohnStrunk/uv-try2
sgoggins cf69b9e
Merge pull request #3204 from JohnStrunk/push-keyman2
sgoggins cb449d2
update docs refs in CONTRIBUTING
MoralCode 43f07d2
update badges
MoralCode b3656b7
update some branch names
MoralCode c00361d
add an outline for a procedures section of the docs
MoralCode 8e2d430
first pass at content for releases procedure document
MoralCode f15eb3f
Second pass
MoralCode 706e5dc
Fix warnings/errors in docs
JohnStrunk a20aa69
Add docs check
JohnStrunk 8acb61c
Fix trailing whitespace
JohnStrunk e9b8cdf
Remove duplicate readthedocs config
JohnStrunk 5c151b6
Adapt copy permissions to work with podman
MoralCode 1b78d93
no need to mount files into the container that we are going to copy i…
MoralCode 01a938b
limit perms so they only change the directories just copied to avoid …
MoralCode f54e814
Merge pull request #3210 from JohnStrunk/rtd-config
sgoggins f8a542c
Update creating-releases.rst
sgoggins c6ea7ff
Update creating-releases.rst
sgoggins 53f7396
Update login response example to use json5 format
JohnStrunk 4e64a17
Merge pull request #3203 from JohnStrunk/docs-try2
sgoggins 725e5ea
Merge branch 'main' into branching-docs-update
sgoggins 2bb6c4d
Merge pull request #3201 from MoralCode/branching-docs-update
sgoggins f3407d1
Merge pull request #3211 from MoralCode/container-cleanup
sgoggins 6ea59d3
add podman copy of the E2E test
MoralCode f0e228b
enable cache of intermediate layers during the build process
MoralCode b6cd049
attempt to clean files from the base image per online advice
MoralCode 17c6d2b
improve retrieval of repo_info from args
ABrain7710 9c462c4
extract out diff_refs and author assignment to make it clearer which …
ABrain7710 6fa8c01
handle NoneType exception
ABrain7710 4f38278
fix: need self so it must be in the class
ABrain7710 91189cb
Remove redis connection from top level
ABrain7710 65cb378
start podman socket
MoralCode 93cb8e9
Update KeyClient.py
sgoggins e0eb110
assign connection at top level since docker orchestrator can't access…
ABrain7710 5567bbd
Merge pull request #3218 from chaoss/redis-conn
sgoggins 9bc4b01
Merge pull request #3217 from chaoss/gitlab-mr-fixes
sgoggins cf66b77
Merge pull request #3216 from MoralCode/podman-CI
sgoggins a68e7cb
fixing make clean to preserve uv.lock
sgoggins 2f4b847
Merge pull request #3219 from chaoss/uvlock-fix
sgoggins ad86531
determine whether to reset logs via a new AUGUR_RESET_LOGS environmen…
MoralCode 00505ce
Allow DB connection specification via components
JohnStrunk 2a5793e
Adjust globbing for gunicorn template reload so its limited to the au…
MoralCode bbda221
surround the template/hot reload config in a check for the AUGUR_DEV …
MoralCode 45d03f2
Merge pull request #3222 from JohnStrunk/db-var
sgoggins eaa2fb9
Merge pull request #3220 from MoralCode/unused-glob
sgoggins 161cf06
removed junk
sgoggins 08515de
Add an exception case for handling 410 Gone when making requests to g…
MoralCode 04ef1ef
include ResourceGoneException as one that should be ignored during a …
MoralCode 99a8223
Add docs to _decide_retry_policy
MoralCode cca041d
Merge pull request #3221 from MoralCode/reset-logs-var
sgoggins 537df45
Address warnings from linter
MoralCode bb8b08c
Merge pull request #3223 from chaoss/root-cleanup
MoralCode d3d1ef4
Update entrypoint.sh construction of AUGUR_DB from env vars
JohnStrunk e4f10e1
fix missing docker -> podman in podman CI job
MoralCode d8f32ac
Merge pull request #3224 from chaoss/lint-fix
sgoggins 06d0c7a
Merge pull request #3226 from JohnStrunk/fix-db-var
sgoggins efae939
Merge pull request #3227 from MoralCode/podman-CI-typo
sgoggins dc17a8f
Merge pull request #3208 from MoralCode/disabled-issues-410
sgoggins 08aeca4
use check_output for git log
MoralCode df4aeb9
correct docs links in error messages relating to keys
MoralCode 78cacb1
another main -> dev from RTD
MoralCode 1190187
Merge pull request #3232 from MoralCode/hang
sgoggins 9447562
Merge pull request #3233 from MoralCode/fix-docs-links
sgoggins c45d53b
Fix variable name in _decide_retry_policy
MoralCode 07b20f7
Merge pull request #3235 from chaoss/github-api-fix
sgoggins 69c1738
cache redis connection on first retrieval
Ulincsys 7b7bdff
Merge pull request #3238 from chaoss/cache-redis-conn-details
sgoggins File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 3.11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.