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

Move all HTTP requests to be made with Python bindings for GitLab #100

Merged
merged 8 commits into from Feb 27, 2024

Commits on Feb 21, 2024

  1. Add python-gitlab in dependencies

    Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
    gridhead committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3468c60 View commit details
    Browse the repository at this point in the history
  2. Complete first run of refactoring

    Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
    gridhead committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c971a4c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Move repository checking code from requests to python-gitlab

    Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
    gridhead committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b972f3c View commit details
    Browse the repository at this point in the history
  2. Introduce two shared variables to contextualize GitLab client and pro…

    …ject objects
    
    Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
    gridhead committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b5984d0 View commit details
    Browse the repository at this point in the history
  3. Replace scoped client object in favor for contextualized client object

    Add exception handling code as much as possible
    
    Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
    gridhead committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    600c2ec View commit details
    Browse the repository at this point in the history
  4. Modify the condition config for the test environment

    Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
    gridhead committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    eee72a8 View commit details
    Browse the repository at this point in the history
  5. Change the testcases to accommodate the shift

    Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
    gridhead committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d36c563 View commit details
    Browse the repository at this point in the history
  6. Update recordings to speed up the testing process

    Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
    gridhead committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8ca68b3 View commit details
    Browse the repository at this point in the history