-
Notifications
You must be signed in to change notification settings - Fork 48
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
Handle 'None' string in fence config #1161
Closed
Closed
Conversation
This file contains 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
mfshao
reviewed
Jul 18, 2024
Fix so local csvs file are processed in consistent order, regardless of os Updates user_info overwrite logic to preserve data when processing CSVs without some attributes
Pull Request Test Coverage Report for Build 13464875569Details
💛 - Coveralls |
Avantol13
requested changes
Jul 23, 2024
BinamB
previously approved these changes
Aug 7, 2024
Avantol13
requested changes
Aug 7, 2024
Avantol13
requested changes
Aug 9, 2024
minor refactors implementing alex's suggestions
fix broken link
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.4 to 3.0.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.0.4...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Users no longer have google groups synced on login when passports are issued. Exchange area projects are now correctly applied from passports on login rather than crashing.
* Update to use new Amazon Linux base image and use the same structure as our other python services. * Utilizing "gen3" user instead of "root" for more secure containers * Moving to Poetry to manage our virtual environments * Multi-stage Docker builds for smaller images * Move to Gunicorn --------- Co-authored-by: Jawad Qureshi <qureshi@uchicago.edu> Co-authored-by: EliseCastle23 <109446148+EliseCastle23@users.noreply.github.com> Co-authored-by: Alexander VanTol <avantol@uchicago.edu> Co-authored-by: Alexander VanTol <Avantol13@users.noreply.github.com> Co-authored-by: Sai Shanmukha <nss10@outlook.com> Co-authored-by: J. Q. <55899496+jawadqur@users.noreply.github.com>
Please find the detailed integration test report here Please find the ci env pod logs here |
BinamB
reviewed
Feb 21, 2025
Co-authored-by: Binam Bajracharya <44302895+BinamB@users.noreply.github.com>
BinamB
approved these changes
Feb 21, 2025
Please find the detailed integration test report here Please find the ci env pod logs here |
canceling in favor of this: #1231 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Link to JIRA ticket if there is one: https://ctds-planx.atlassian.net/browse/PXP-11305
New Features
Breaking Changes
Bug Fixes
Improvements
Dependency updates
Deployment changes