-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix/default activity directive name #139
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
Aerie-CLI 2.1.0
Release v2.2.0
Release v2.3.0
* 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 * Documentation updates (#130) * Updated pyproject.toml version to v2.4.0 --------- Co-authored-by: Carter Mak <[email protected]>
# Conflicts: # .env # .github/workflows/test.yml # tests/integration_tests/conftest.py # tests/integration_tests/files/models/banananation-2.2.0.jar # tests/integration_tests/files/models/banananation-2.6.0.jar # tests/integration_tests/files/models/banananation-2.8.0.jar
Release v2.5
bradNASA
temporarily deployed
to
integration-test-workflow
June 6, 2024 00:37 — with
GitHub Actions
Inactive
bradNASA
temporarily deployed
to
integration-test-workflow
June 6, 2024 00:37 — with
GitHub Actions
Inactive
bradNASA
temporarily deployed
to
integration-test-workflow
June 6, 2024 00:37 — with
GitHub Actions
Inactive
bradNASA
temporarily deployed
to
integration-test-workflow
June 6, 2024 00:37 — with
GitHub Actions
Inactive
bradNASA
temporarily deployed
to
integration-test-workflow
June 6, 2024 00:37 — with
GitHub Actions
Inactive
bradNASA
temporarily deployed
to
integration-test-workflow
June 6, 2024 00:37 — with
GitHub Actions
Inactive
bradNASA
temporarily deployed
to
integration-test-workflow
June 6, 2024 00:37 — with
GitHub Actions
Inactive
bradNASA
temporarily deployed
to
integration-test-workflow
June 6, 2024 00:37 — with
GitHub Actions
Inactive
oops, I think this was on top of other unintended changes--probably a history rewrite thing |
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.
When uploading a plan, if a name is not provided for a directive it remains blank when it's expected to use the type as the name. This one-liner fixes that.