-
Notifications
You must be signed in to change notification settings - Fork 9
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
Release Dev to Test #1464
Merged
Release Dev to Test #1464
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
* Remove alert banners from animal and telemetry page
* example tooltip next to focal species form field on survey form * permits and survey participation * tooltipping ctd * tooltip ctd1 * more tooltipping * tooltip testing * helpbutton for typography stack * help button stack for box items * fixing help button formatting * tooltipping on edit survey page * make fix * make fix * make fix * wip: update text * move tooltips into autocompletes and add helptext * update survey form tooltips * Fix app tests --------- Co-authored-by: Macgregor Aubertin-Young <[email protected]> Co-authored-by: Macgregor Aubertin-Young <[email protected]> Co-authored-by: Nick Phura <[email protected]>
Migrate BCTW functionality to SIMS. - Add support for CRUD operations on devices, deployments, vendor and manual telemetry data, device credentials in SIMS (rather than reaching out to BCTW). - Add Cronjob to SIMS to fetch vendor telemetry (Lotek, Vectronic, ATS). - Remove all existing references to the BCTW service. - Initial prep for BCTW DATA ETL (to be done separately) - Update manage telemetry components to support server-side pagination/sorting --------- Co-authored-by: Mac Deluca <[email protected]> Co-authored-by: Mac Deluca <[email protected]> Co-authored-by: Macgregor Aubertin-Young <[email protected]> Co-authored-by: Macgregor Aubertin-Young <[email protected]>
* Add technique vantage frontend components. * Add common dual autocomplete component for dependent autocompletes * Rename vantage to vantage_category and vantage_mode to vantage * Update technique and vantage repo interfaces to use database models * Fix delete survey procedure --------- Co-authored-by: Macgregor Aubertin-Young <[email protected]> Co-authored-by: Macgregor Aubertin-Young <[email protected]>
- CSV Marking Import + Marking CSV config headers - CSVCellValidators - CSVConfig
- Telemetry CSV Import - New import endpoint
- Row level validation - Row state - Update Config validation flow
- New rowValidator - New row state - Capture CSV Import Service
- Passing cell value instead of params to validateZodCell
… Roles (#1458) * require confirmation email text when assigning admin roles * PR comments
- Upgrade Postgres from 12.5 to 17-bullseye - Wrap most instances of "system_user" in double quotes, as it is not a reserved word in postgres. - Add migration to drop biohub_dapi_v1 schema - Disable static deploy db setup step - Delete deprecated custom postgres image - Remove user name search path
Add Pagination to System Alerts on Admin Page --------- Co-authored-by: Nick Phura <[email protected]>
- update csv import error dialog - replace failure snackbar & add frontend pagination to csv import errors
- modifying critter index file --------- Co-authored-by: Macgregor Aubertin-Young <[email protected]> Co-authored-by: Macgregor Aubertin-Young <[email protected]>
- fix sql
Quality Gate failedFailed conditions |
MacQSL
approved these changes
Jan 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🩴
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.
Links to Jira Tickets
n/a
Description of Changes
Release the latest changes from Dev to Test.
Testing Notes
n/a
Notes
Need to backup the test database before this is merged, and then restore it after it deploys, as part of the Postgres upgrade.