-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update scheduling queries and unit tests to conform to Aerie v2.6 (#129)
* Updating scheduling module to work with Aerie 2.6 * Update to include a 2.6 banananation jar, and updated .env to use 2.6 * Refactor to replace deprecated datetime.utcnow() calls * Removed banananation 2.2.0 jar * Updated to use 2.6.0 instead of 2.2.0 * Updated aerie_client based on PR feedback * Updating conftest to use v2.6.0 * Updated constraints queries to match v2.6.0 schema * Updated aerie_host.is_auth_enabled() * Updated constraints.py to remove unnecessary comments/add docstrings * Removed upload_scheduling_goal wrapper function, as it is not being used and the same functionality is available with upload_scheduling_goals
- Loading branch information
Showing
11 changed files
with
248 additions
and
91 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DOCKER_TAG=v2.2.0 | ||
DOCKER_TAG=v2.6.0 | ||
REPOSITORY_DOCKER_URL=ghcr.io/nasa-ammos | ||
|
||
AERIE_USERNAME=aerie | ||
|
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
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
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
Oops, something went wrong.