-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Use SSH to authenticate GitDagBundle #44976
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
boring-cyborg
bot
added
the
area:Scheduler
including HA (high availability) scheduler
label
Dec 17, 2024
ephraimbuddy
force-pushed
the
auth-git-dagbundle
branch
2 times, most recently
from
December 18, 2024 15:18
3806221
to
9537677
Compare
ephraimbuddy
force-pushed
the
auth-git-dagbundle
branch
from
December 19, 2024 10:46
9537677
to
7a3629f
Compare
shahar1
approved these changes
Dec 21, 2024
ephraimbuddy
force-pushed
the
auth-git-dagbundle
branch
from
December 27, 2024 08:46
bc02d3d
to
ad48ff8
Compare
ephraimbuddy
force-pushed
the
auth-git-dagbundle
branch
from
January 6, 2025 10:10
aecf843
to
a4c379f
Compare
feluelle
reviewed
Jan 6, 2025
ephraimbuddy
force-pushed
the
auth-git-dagbundle
branch
from
January 14, 2025 12:44
57c098f
to
9728abb
Compare
This uses SSH hook to authenticate GitDagBundle when provided.
Co-authored-by: Felix Uellendall <[email protected]>
Co-authored-by: Jed Cunningham <[email protected]>
Co-authored-by: Jed Cunningham <[email protected]>
ephraimbuddy
force-pushed
the
auth-git-dagbundle
branch
from
January 15, 2025 15:48
88cd30c
to
969dbbd
Compare
ephraimbuddy
commented
Jan 15, 2025
jedcunningham
approved these changes
Jan 16, 2025
ephraimbuddy
commented
Jan 16, 2025
Co-authored-by: Jed Cunningham <[email protected]>
HariGS-DB
pushed a commit
to HariGS-DB/airflow
that referenced
this pull request
Jan 16, 2025
* Use SSH to authenticate GitDagBundle This uses SSH hook to authenticate GitDagBundle when provided. * Add tests * Account for remotes with ssh * renames * fix tests * Refactor code * Use githook * fixup! Use githook * Populate the connection form with git type connection * Mark test_dag_bundles as db test * Add names to the extra items * Update airflow/dag_processing/bundles/git.py Co-authored-by: Felix Uellendall <[email protected]> * Fix refresh * Apply suggestions from code review Co-authored-by: Jed Cunningham <[email protected]> * Remove ssh hook inheritance * fixup! Remove ssh hook inheritance * Apply suggestions from code review Co-authored-by: Jed Cunningham <[email protected]> * Fix code and link to dag processor * Apply suggestions from code review Co-authored-by: Jed Cunningham <[email protected]> --------- Co-authored-by: Felix Uellendall <[email protected]> Co-authored-by: Jed Cunningham <[email protected]>
dauinh
pushed a commit
to dauinh/airflow
that referenced
this pull request
Jan 24, 2025
* Use SSH to authenticate GitDagBundle This uses SSH hook to authenticate GitDagBundle when provided. * Add tests * Account for remotes with ssh * renames * fix tests * Refactor code * Use githook * fixup! Use githook * Populate the connection form with git type connection * Mark test_dag_bundles as db test * Add names to the extra items * Update airflow/dag_processing/bundles/git.py Co-authored-by: Felix Uellendall <[email protected]> * Fix refresh * Apply suggestions from code review Co-authored-by: Jed Cunningham <[email protected]> * Remove ssh hook inheritance * fixup! Remove ssh hook inheritance * Apply suggestions from code review Co-authored-by: Jed Cunningham <[email protected]> * Fix code and link to dag processor * Apply suggestions from code review Co-authored-by: Jed Cunningham <[email protected]> --------- Co-authored-by: Felix Uellendall <[email protected]> Co-authored-by: Jed Cunningham <[email protected]>
got686-yandex
pushed a commit
to got686-yandex/airflow
that referenced
this pull request
Jan 30, 2025
* Use SSH to authenticate GitDagBundle This uses SSH hook to authenticate GitDagBundle when provided. * Add tests * Account for remotes with ssh * renames * fix tests * Refactor code * Use githook * fixup! Use githook * Populate the connection form with git type connection * Mark test_dag_bundles as db test * Add names to the extra items * Update airflow/dag_processing/bundles/git.py Co-authored-by: Felix Uellendall <[email protected]> * Fix refresh * Apply suggestions from code review Co-authored-by: Jed Cunningham <[email protected]> * Remove ssh hook inheritance * fixup! Remove ssh hook inheritance * Apply suggestions from code review Co-authored-by: Jed Cunningham <[email protected]> * Fix code and link to dag processor * Apply suggestions from code review Co-authored-by: Jed Cunningham <[email protected]> --------- Co-authored-by: Felix Uellendall <[email protected]> Co-authored-by: Jed Cunningham <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
This uses SSH hook to authenticate GitDagBundle when provided.