-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-15691: [Dev] Update archery to work with either master or main as default branch #14033
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
Merged
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
b35ffbd
Dask and Pandas repositories now use default branches named 'main'.
lafiona ed1bbf2
Replace 'master' with 'default' in comment about Travis CI default be…
kevingurney 53271cd
Remove mention of "master" from help text for --arrow-branch crossbow…
kevingurney 9cad4f8
Pandas repository uses 'main' as the default branch.
lafiona f405a02
Add base_branch property to Release object and modify commits_to_pick…
lafiona 393c5de
Modify 'archery' command line interface to reference the mainline dev…
lafiona 8bc7abe
Dynamically compute the default branch name for archery and crossbow …
lafiona 80a9bb4
Performed python linting
lafiona 3fc0a12
remove duplicate code
lafiona 4a44b57
Print debugging info for default_branch_name Repo class function
lafiona f0ec4cb
Print more debugging info
lafiona 47b1734
Remove resolve_refish print command
lafiona 61a184e
Add new line between reference object details
lafiona 7d62f4f
Print branches
lafiona dbee344
Use environment variable, DEFAULT_BRANCH, that is set in the yml file.
lafiona 6d353c0
Remove string concatenation, types incompatible
lafiona 8dc8409
Enable both CI workflows and local repository workflows for getting d…
lafiona 058226c
Enable both CI workflows and local repository workflows for getting d…
lafiona e6ecbd4
Add DEFAULT_BRANCH environment variable to archery.yml test step for …
lafiona 9fbf6a9
Set workflow-wide environment variable, DEFAULT_BRANCH, for archery.yml
lafiona 07d2486
Print reason for skipping tests
lafiona 0227965
Add 'enable-integration' flag to ensure crossbowcli tests run
lafiona 9c00e3d
Factor out GitFixup step DEFAULT_BRANCH value
lafiona 64dbf18
Run python linting
lafiona b6173dd
Address bare except and line lengths
lafiona 5bdf348
Add context to error message when obtaining default branch name.
lafiona d9c2902
add debugging print statement in archery/archery/release/core.py comm…
lafiona da9ee2f
Debugging statements for DefaultBranchName constructor
lafiona 5d32d6c
Remove base_branch property of Release, instead add default_branch_pr…
lafiona bf4fe84
Use separate function for computing default branch.
lafiona 9d4e46e
Refactor the default branch code to be calculated within Release class
lafiona a53db90
Add DEFAULT_BRANCH environment variable to Execute Docker Build step …
lafiona 61cce18
In integration.yml, merge edits from default branch and current feature
lafiona 1ccd756
Add DEFAULT_BRANCH env var for archery docker run command in .travis.yml
lafiona 07d1760
Use git command to get default branch name in .travis.yml
lafiona db35f60
Fix integration.yml merge
lafiona ddd6ae8
Set and export the DEFAULT_BRANCH env var for the archery command.
lafiona 0db9218
Remove computation for default branch name from module loading step i…
lafiona 3476ef5
Removing error if default branch cannot be determined, default to
lafiona 2bd3535
Alphabetize the standard library imports in dev/archery/archery/relea…
lafiona df341b6
Remove error in the case that the default branch name could not be de…
lafiona a291583
Remame DEFAULT_BRANCH env var to ARCHERY_DEFAULT_RBANCH
lafiona 694106e
Reuse arrow Repo object for getting the default branch name, if needed
lafiona 4b7288d
Update the dask and pandas install scripts to use default branch comp…
lafiona 1cee9a3
Change the flag for indicating upstream development version of Pandas…
lafiona 19fb6c3
Run python linting
lafiona 402a054
Update Dask and Pandas version flag in tasks.yml and dev/archery/arch…
lafiona 4551b59
Update .github/workflows/integration.yml
lafiona 362c9b8
Update dev/archery/archery/release/core.py error message to include s…
lafiona 4be1f79
Update dev/archery/archery/crossbow/core.py to add space in error mes…
lafiona 404a122
Remove () for accessing computed property, default_branch_name
lafiona 5fd786a
Update .github/workflows/integration.yml indentation
lafiona 7bfd4e2
Update .github/workflows/integration.yml
lafiona 37f29e4
Update dev/archery/archery/docker/cli.py
lafiona edaf2c0
Update docs/source/developers/continuous_integration/docker.rst
lafiona fb3d142
Update docs/source/developers/continuous_integration/docker.rst
lafiona 374f540
Factor out repo object set up lines from try block
lafiona File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.