Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python/core-workflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cherry-picker-v1.2.2
Choose a base ref
...
head repository: python/core-workflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cherry-picker-v1.3.2
Choose a head ref
  • 14 commits
  • 6 files changed
  • 5 contributors

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    3f79498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cb3534 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Implement storing runtime state in repo level Git config (#295)

    * Add initial impl of storinig state in Git config
    
    * Drop test for find_project_root
    
    * 🚑🐛 Fix all existing tests to match new reality
    
    * 🐛 Fix final path construction in load_config
    
    * 🎨 Validate input in from_git_rev_read function
    
    * 🎨 Move conf path from global scope to CherryPicker
    
    * 🎨 Use Enum for ALLOWED_STATES
    
    * 🎨 Make check_output line shorter
    
    * 🐛 Improve error processing in from_git_rev_read
    
    * ✅🎨 Add tests for from_git_rev_read
    
    * ✅ Add tests for low-level state management
    
    * 🚑 Refer to set_paused_state correctly
    
    * 🚑 Fix set_paused_state method args
    
    * ✅ Test paused flow
    
    * ✅ Cover a test case with unknown sha and fs path
    
    * ✅ Test find_config w/o Git
    
    * ✅ Add tests for two-stage methods
    
    * 🎨 Drop unused fixtures from test_start_end_states
    
    * ✅ Add tests for cleanup_branch
    
    * ✅ Add cherry-pick fail test
    
    * ✅ Add cherry-pick success test
    
    * ✅ Add get_state_and_verify fail test
    
    * ✅ Add push_to_remote tests
    
    * ✅ Add backport test with no branch
    
    * 🐛 Interrupt cherry-pick loop on no-push
    
    * 🐛 Ignore missing config pointer on wipe
    
    * ✅ Cover backport method with tests
    
    * ✅ Cover ``--continue`` with tests
    
    * 🎨 Improve test_backport_pause_and_continue
    
    * 🎨 Use raw-string for regex
    
    * ✅ Cover ``--abort`` with tests
    
    * 🎨 Store all states in Enum structure
    
    * 🔥 Drop garbage comments
    
    * 🎨 Use match instead of message in pytest.raises
    
    * f-stringify concatenation in tests
    
    Co-Authored-By: webknjaz <[email protected]>
    
    * 📝💡 Add change notes
    webknjaz authored and Mariatta committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    b4773c9 View commit details
    Browse the repository at this point in the history
  2. 1.3.0 release (#309)

    Mariatta authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    9826a0b View commit details
    Browse the repository at this point in the history
  3. cherry picker post-release updates (#310)

    Bump the version
    Mariatta authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    b3c68fe View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. Configuration menu
    Copy the full SHA
    9cf0ac1 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Configuration menu
    Copy the full SHA
    04b6587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a48e378 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Release 1.3.1 (#317)

    Mariatta authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    4a3a323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b93c761 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Configuration menu
    Copy the full SHA
    aac7048 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Cherry-picker: use --no-tags option when fetching upstream (#319)

    Tags not needed for backporting. Cleans up output.
    Mariatta authored May 8, 2019
    Configuration menu
    Copy the full SHA
    490bb1d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Put windows job under tests stage (#324)

    Rather than having it under deploy
    webknjaz authored and Mariatta committed May 27, 2019
    Configuration menu
    Copy the full SHA
    28fcff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bffd075 View commit details
    Browse the repository at this point in the history
Loading