Skip to content
Snippets Groups Projects
  1. Jan 27, 2025
  2. Jan 21, 2025
  3. Oct 30, 2024
  4. Oct 22, 2024
  5. Sep 26, 2024
  6. Sep 16, 2024
  7. Aug 18, 2023
  8. Aug 17, 2023
  9. Jun 12, 2023
  10. Feb 17, 2023
  11. Dec 02, 2022
    • Ritesh Raj Sarraf's avatar
      Fix deprecation warning in python-gitlab · 8222047e
      Ritesh Raj Sarraf authored
      
      In version 1:3.5.0-1 of the python3-gitlab package, a deprecation
      warning is introduced.
      
      ```
      $ gitlab-rulez diff --filter 'sample-applications/*' gitlab-scripts/rulez.yaml
      /usr/bin/gitlab-rulez:284: DeprecationWarning:
      Direct access to 'gitlab.DEVELOPER_ACCESS' is deprecated and will be removed in a future major python-gitlab release. Please use 'gitlab.const.DEVELOPER_ACCESS' instead. (python-gitlab: /usr/lib/python3/dist-packages/gitlab/__init__.py:44)
        item[key] = getattr(gitlab, symbol)
      /usr/bin/gitlab-rulez:284: DeprecationWarning:
      Direct access to 'gitlab.MAINTAINER_ACCESS' is deprecated and will be removed in a future major python-gitlab release. Please use 'gitlab.const.MAINTAINER_ACCESS' instead. (python-gitlab: /usr/lib/python3/dist-packages/gitlab/__init__.py:44)
        item[key] = getattr(gitlab, symbol)
      
      ...snipped...
      
      ```
      Signed-off-by: default avatarRitesh Raj Sarraf <ritesh.sarraf@collabora.com>
      8222047e
  12. Jan 11, 2022
  13. Oct 25, 2021
  14. Oct 22, 2021
  15. Oct 19, 2021
  16. Sep 19, 2021
Loading