Skip to content
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

Bug/989 bitbucketservice uses deprecated api call #1046

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Oct 22, 2023

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

Commits on Oct 24, 2023

  1. Remove calls to curl from BitBucketService

    Test HttpRequestService in HttpRequestServiceSpec
    serverhorror committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e879cc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbfe4e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6048a16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c3dfcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7975820 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b38f869 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    460a77d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38c4087 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e31272 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    17006d0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39bebc3 View commit details
    Browse the repository at this point in the history
  12. Fix ScanWithAquaStageSpec

    It is not necessary to Spy(BitbucketService ...) as we test this in BitbucketSerivceSpec already.
    
    Mocking the class is sufficient
    serverhorror committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    34c50ec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ed7e63a View commit details
    Browse the repository at this point in the history
  14. deprecate setBuildStatus to make note of new method

    @deprecated
    setBuildStatus(String buildUrl, String gitCommit, String state, String buildName)
    
    Non-Deprecated method
    setBuildStatus(String buildUrl, String repo, String gitCommit, String state, String buildName)
    serverhorror committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ac25a65 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2e2dc43 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e6364ed View commit details
    Browse the repository at this point in the history
  17. Remove unused comments

    serverhorror committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6a6057a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a771b5a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Merge branch 'master' into bug/989-bitbucketservice-uses-deprecated-a…

    …pi-call
    
    # Conflicts:
    #	CHANGELOG.md
    serverhorror committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e9f65e8 View commit details
    Browse the repository at this point in the history