Skip to content
Snippets Groups Projects
  1. Oct 10, 2020
  2. Oct 09, 2020
  3. Oct 08, 2020
  4. Oct 07, 2020
  5. Oct 06, 2020
  6. Oct 05, 2020
  7. Oct 04, 2020
    • Zachary Leighton's avatar
      feat(azure): implemented azure branch status checks for automerge (#7398) · a40d1f72
      Zachary Leighton authored
      
      * feat(azure): implemented azure branch status checks for automerge
      
      Implemented checks for branch statuses for azure, using the latest branch gitStatusState to determine if it's pending, failing or successful. This is required to properly automerge, as it was always pending prior.
      Added tests for scenarios with various results and updated relevant existing tests.
      
      fixes #7392
      
      * feat(azure): finished implementing status checks and also setting of a branch status
      
      Finished implementation according to how the other platforms work as much as possible.
      Implemented the setting of a branch status, using the createCommitStatus api from azure.
      Created util classes to handle the way azure translates named contexts with slashes to objects and reverse.
      Tests for above changes.
      
      Closes #7392
      
      * test(azure): add test for uncovered lines to bring coverage back to 100
      
      * chore(azure): fix the log message to be accurate and in the right spot and add a trace log to the end of the set status call
      
      * Update lib/platform/azure/index.ts
      
      Co-authored-by: default avatarJamie Magee <JamieMagee@users.noreply.github.com>
      
      * Update lib/platform/azure/index.ts
      
      Co-authored-by: default avatarJamie Magee <JamieMagee@users.noreply.github.com>
      Co-authored-by: default avatarRhys Arkins <rhys@arkins.net>
  8. Oct 03, 2020
  9. Oct 02, 2020
  10. Oct 01, 2020
  11. Sep 30, 2020
Loading