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

Add GitLab support with API-compatible utility functions. #383

Merged
merged 48 commits into from
Oct 20, 2024

Commits on Oct 19, 2024

  1. Implemented GitLab utility functions using python-gitlab for API comp…

    …atibility with GitHub utilities.
    github-actions[bot] authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c0ebc38 View commit details
    Browse the repository at this point in the history
  2. Added GitLab-compatible utility functions analogous to GitHub functio…

    …ns: get_gitlab_issue_details, list_repository_files, get_repository_file_contents, write_file_in_branch, and create_branch.
    github-actions[bot] authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    425f563 View commit details
    Browse the repository at this point in the history
  3. Added functions: check_if_file_exists, get_file_in_repository, `s…

    …end_pull_request`, `check_access_and_ask_for_approval`, and `get_contributors` for GitLab support.
    github-actions[bot] authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    73100bb View commit details
    Browse the repository at this point in the history
  4. Added functions for operations such as getting diffs, adding reaction…

    …s, managing files, and creating issues for GitLab integration.
    github-actions[bot] authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    65596ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da19a07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85f0d76 View commit details
    Browse the repository at this point in the history
  7. Corrected the parameter type in test_get_repository_file_contents and…

    … test_check_if_file_exists function calls.
    github-actions[bot] authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c7dbfc9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4a6fc8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16e11a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dec0848 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42265b8 View commit details
    Browse the repository at this point in the history
  12. fix typo

    haesleinhuepf committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    e777d75 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d09bc71 View commit details
    Browse the repository at this point in the history
  14. fix docs

    haesleinhuepf committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4708d1b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    03ba180 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3bf294d View commit details
    Browse the repository at this point in the history
  17. fix tests

    haesleinhuepf committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    414a8f1 View commit details
    Browse the repository at this point in the history
  18. added tests for gitlab

    haesleinhuepf committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    ddaf7e3 View commit details
    Browse the repository at this point in the history
  19. bump version

    haesleinhuepf committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    50a5c91 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    50b2aa3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6eadaa3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    7e6bf4c View commit details
    Browse the repository at this point in the history
  2. fix test

    haesleinhuepf committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    028c962 View commit details
    Browse the repository at this point in the history
  3. exptend github/lab api

    haesleinhuepf committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f4747ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6cab3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5873f77 View commit details
    Browse the repository at this point in the history
  6. clean up imports

    haesleinhuepf committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    7c0aebd View commit details
    Browse the repository at this point in the history
  7. bugfix: wrong import

    haesleinhuepf committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    943e175 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62fbaf6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7da3ac8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    178fb6e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    04034a7 View commit details
    Browse the repository at this point in the history
  12. fix tests

    haesleinhuepf committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    02f6331 View commit details
    Browse the repository at this point in the history
  13. fix test

    haesleinhuepf committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    12c110c View commit details
    Browse the repository at this point in the history
  14. fix tests

    haesleinhuepf committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    0483a5b View commit details
    Browse the repository at this point in the history
  15. fix tests

    haesleinhuepf committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    2a1883b View commit details
    Browse the repository at this point in the history
  16. fix tests

    haesleinhuepf committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    48e1e69 View commit details
    Browse the repository at this point in the history
  17. fix test

    haesleinhuepf committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    84bff7b View commit details
    Browse the repository at this point in the history
  18. fix tests

    haesleinhuepf committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    360577e View commit details
    Browse the repository at this point in the history
  19. store texts and bytes

    haesleinhuepf committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    93477c6 View commit details
    Browse the repository at this point in the history
  20. fix bytes encoding

    haesleinhuepf committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    575a936 View commit details
    Browse the repository at this point in the history
  21. fix encoding

    haesleinhuepf committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    592a53f View commit details
    Browse the repository at this point in the history
  22. Debug tracing

    haesleinhuepf authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    5e9c3bd View commit details
    Browse the repository at this point in the history
  23. call flexible API

    haesleinhuepf committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    1721cee View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b157b81 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6468eb9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fa2e61f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1f3015f View commit details
    Browse the repository at this point in the history