-
Notifications
You must be signed in to change notification settings - Fork 70
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
override the domain in more places #1463
Merged
Merged
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
melugoyal
requested review from
neel-astro,
kushalmalani and
sunkickr
as code owners
November 30, 2023 18:20
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1463 +/- ##
==========================================
- Coverage 86.75% 86.73% -0.03%
==========================================
Files 115 115
Lines 14129 14133 +4
==========================================
Hits 12258 12258
- Misses 1115 1119 +4
Partials 756 756 ☔ View full report in Codecov by Sentry. |
kushalmalani
approved these changes
Nov 30, 2023
sunkickr
approved these changes
Nov 30, 2023
kushalmalani
pushed a commit
that referenced
this pull request
Nov 30, 2023
sunkickr
pushed a commit
that referenced
this pull request
Jan 17, 2024
sunkickr
added a commit
that referenced
this pull request
Jan 29, 2024
* fix astro deploy when dag deploy is off * fix deploy flow * add description * fix dags * fix dags * fix dags * fix dags * fix lint * fix lint * fix dags * fix lint * fix lint * list and selection process to core * list/selection to core * deployment list & selection to CORE * broken but working on it * update mocks * fix log * fix lint * fixing worker queues * worker-queue * worker-queue work * able to compile * get create command working * manually tested commands * fix deploy * fix lint * remove commented out code * fix some tests * fix some deployment tests * fix unit tests * fix unit tests * fix unit tests * fix tests * fix tests * fix tests * fix update tests * fix test * fix test * fix test * fix inspect and worker queue tests * fix inspect * fix inspect tests * fix update tests * fix variable modify * fix setup tests * fix root * remove some comments * remove comments * fix some lint * fix lint * fix lint * fix lint * fix lint * fix lint * fix lint * fix lint * fix lint * fix lint * fix lint * fix lint * fix broken tests * fix broken tests * fix org switch * fix org switch * fix deploy tests * fix setup tests * Fixing tests * Fixing tests * test cloud to local * add tests * add tests * add tests * add tests * fix test * add test * add test * update deployment update tests * add test * fix lint * fix test * fix test * add inspect test * fix test * fix test * fix test * fix test * fix test * fix lint * fix dag deploy enabled * add tests * fix test * fix test * add test * add test * fix lint * clean code * fix mock * fix test * fix test * update audit logs command * migrate audit logs * remove astrohub api * list and selection process to core * list/selection to core * deployment list & selection to CORE * broken but working on it * fixing worker queues * worker-queue * worker-queue work * able to compile * get create command working * manually tested commands * fix deploy * remove commented out code * fix some tests * fix some deployment tests * fix unit tests * fix unit tests * fix unit tests * fix tests * fix tests * fix tests * fix update tests * fix test * fix test * fix test * fix inspect and worker queue tests * fix inspect * fix inspect tests * fix update tests * fix variable modify * fix setup tests * fix root * remove some comments * remove comments * fix some lint * Fixing tests * fix lint * fix lint * fix lint * fix lint * fix lint * fix lint * fix lint * fix lint * fix lint * fix lint * migrate deploy to core (#1411) * migrate deploy to core * fix lint * fix lint * fix test * fix test * fix test * fix test * fix test * fix test * fix test * fix test * fix test * fix test * fix test * fix test * fix test * fix astro deploy when dag deploy is off * fix deploy flow * add description * fix dags * fix dags * fix dags * fix dags * fix lint * fix lint * fix dags * fix lint * fix lint * update mocks * fix log * fix lint * remove pull (#1431) * fix dag bundle copy (#1433) * pinning version 1.20.0 (#1434) * Revert "pinning version 1.20.0 (#1434)" (#1435) This reverts commit cc04467. * Releasing 1.20.0 (#1436) * pinning version back to 1.19.3 (#1439) * Set default version back to v1.20.0 (#1441) Now that the issue has been fixed (https://status.astronomer.io/incidents/4z4r646s6mkx) we can make this version the default again * catch API error (#1440) * Fix deployment connections and airflow variable commands (#1442) * Fix deployment connections and airflow variable commands * fixing lint * Fix variable name * Fix url in test * Fix url in test * pin 1.20.1 (#1443) * allow ASTRO_DOMAIN env var to override context (#1451) * Updating error message (#1456) * [pre-commit.ci] pre-commit autoupdate (#1447) updates: - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [github.com/adrienverge/yamllint.git: v1.32.0 → v1.33.0](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.33.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Fix deployment file create for kube deployment (#1454) * fix dpeloyment file create for kube deployment * undo comment * undelete file * fix test * fix test * add --image flag for image only deploy (#1446) * add --image flag for image only deploy * don't send tarball on image only * image only deploy works * image only deploy works * fix lint * add errors * Fix issues from bug bash (#1460) * Fix issues from bug bash * refactor code * Update cloud/deploy/deploy.go Co-authored-by: kushalmalani <kushal@astronomer.io> * fix test * fix test --------- Co-authored-by: kushalmalani <kushal@astronomer.io> * override the domain in more places (#1463) * FIx astro deploy <deployment-id> --image (#1464) * astro deploy <deployment-id> --image does not work * update tests * update tests * pin 1.21.0 (#1465) * Add v1beta1 API Clients (#1444) * add v1beta1 api * fix GetPublicRESTAPIURL * fix GetPublicRESTAPIURL * fix GetPublicRESTAPIURL * made changes from code review * fix error * empty commit * empty commit * Update astro-client-platform-core/client.test.go Co-authored-by: Vandy Liu <33995460+vandyliu@users.noreply.github.com> * Update astro-client-iam-core/client.test.go Co-authored-by: Vandy Liu <33995460+vandyliu@users.noreply.github.com> --------- Co-authored-by: Vandy Liu <33995460+vandyliu@users.noreply.github.com> * Set CLI environment management flag default to true (#1467) * fix: #1387 persist include dir after running pytest (#1459) * Migrate organization to use core (#1450) * add v1beta1 api * fix GetPublicRESTAPIURL * fix GetPublicRESTAPIURL * fix GetPublicRESTAPIURL * migrate organization to v1beta1 * made changes from code review * fix error * empty commit * Update root.go * gofumpt * Update setup.go * Update setup.go * Update setup_test.go * fix pytest --------- Co-authored-by: David Koenitzer <davidkoenit@gmail.com> * [pre-commit.ci] pre-commit autoupdate (#1470) updates: - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Fixing unit tests to use LocalPlatform Config (#1471) * Fixing unit tests to use LocalPlatform Config * Fixing tests * Fixing tests * Fixing tests * fix lint * fix broken tests * fix broken tests * fix org switch * fix org switch * fix deploy tests * fix setup tests * Fixing tests * test cloud to local * add tests * add tests * add tests * add tests * fix test * add test * add test * update deployment update tests * add test * fix lint * fix test * fix test * add inspect test * fix test * fix test * fix test * fix test * fix test * fix lint * Bump github.com/containerd/containerd from 1.5.18 to 1.6.26 (#1472) Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.5.18 to 1.6.26. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v1.5.18...v1.6.26) --- updated-dependencies: - dependency-name: github.com/containerd/containerd dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * [pre-commit.ci] pre-commit autoupdate (#1474) updates: - [github.com/psf/black: 23.12.0 → 23.12.1](psf/black@23.12.0...23.12.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1473) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](golang/crypto@v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix dag deploy enabled * add tests * fix test * fix test * add test * add test * fix lint * Updating code owners (#1480) * Updating code owners * adding individual members * Updating code owners (#1482) * Fix login and organization list/switch (#1476) * fix not finshed * fix login, organization list/switch * fix version * clean code * Build Secrets Flag (#1478) * add build secrets flag * fix tests * fix lint * fix test * fix test * fix test * fix test * fix test * fix test * fix test * add test * add test * remove debugging messages * Update cmd/airflow.go Co-authored-by: Jake Witz <74574233+jwitz@users.noreply.github.com> --------- Co-authored-by: Jake Witz <74574233+jwitz@users.noreply.github.com> * fix mock * fix test * update audit logs command * migrate audit logs * remove astrohub api * fix errors * fix lint * fix lint * fix test * fix lint and test * audit logs test * fix test * fix lint * fix merge issue * fix lint * remove debug comments * remove debug comment * remove audit logs files * Update cloud/organization/organization.go Co-authored-by: Vandy Liu <33995460+vandyliu@users.noreply.github.com> * update tests * fix lint * fix tests * fix lint * add assertions --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Kushal Malani <kushal@astronomer.io> Co-authored-by: Ash Berlin-Taylor <ash_github@firemirror.com> Co-authored-by: Mehul Goyal <mehul.goyal@astronomer.io> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Vandy Liu <33995460+vandyliu@users.noreply.github.com> Co-authored-by: Julian LaNeve <lanevejulian@gmail.com> Co-authored-by: Zach Nicoll <151692348+zach-nicoll-wcq@users.noreply.github.com> Co-authored-by: Shalin Patel <42554035+PatelShalin@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jake Witz <74574233+jwitz@users.noreply.github.com>
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.
Description
follow-up to #1451, have to read
ASTRO_DOMAIN
when using API keys and API tokens as well🎟 Issue(s)
Related #XXX
🧪 Functional Testing
tested locally with a non-existent ~/.astro/config.yaml, ASTRO_DOMAIN=astronomer-stage.io, ASTRO_API_TOKEN=
📸 Screenshots
📋 Checklist
make test
before taking out of draftmake lint
before taking out of draft