- 29 Dec, 2022 1 commit
-
-
Jonah Brüchert authored
-
- 28 Dec, 2022 2 commits
-
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
- 09 Oct, 2021 1 commit
-
-
Leon Morten Richter authored
-
- 03 Oct, 2021 2 commits
-
-
Leon Morten Richter authored
-
Leon Morten Richter authored
-
- 08 Aug, 2021 2 commits
-
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
- 04 Jul, 2021 1 commit
-
-
Linus Jahn authored
-
- 18 Jun, 2021 1 commit
-
-
Leon Morten Richter authored
-
- 15 Jun, 2021 1 commit
-
-
Jonah Brüchert authored
-
- 14 Jun, 2021 1 commit
-
-
Jonah Brüchert authored
-
- 29 May, 2021 8 commits
-
-
Jonah Brüchert authored
-
-
The encoding of IDs (to acceptable URL values) is done in python-gitlab, so don't do that here. Between python-gitlab 2.6.0 and 2.7.0 the encoding implementation changed (to handle more cases, for Debian repository-naming-rules) which breaks when it is handed an already- encoded ID.
-
The / is escaped by normalize_url() it seems, but that's not appropriate for getting repositories in namespaces (e.g. sdk/git-lab becomes sdk%2Fgit-lab, and then that % is escaped again in python-gitlab and the repo isn't recognized). Unescape it, The 'safe' value for quote_plus() is different from plain quote(), leading to / -> %2F conversions (too early) which we don't want.
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
-
- 27 May, 2021 1 commit
-
-
Jonah Brüchert authored
-
- 25 May, 2021 1 commit
-
-
Jonah Brüchert authored
Fixes #12
-
- 24 May, 2021 4 commits
-
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
-
-
- 20 May, 2021 1 commit
-
-
Adriaan de Groot authored
-
- 07 Apr, 2021 1 commit
-
-
Jonah Brüchert authored
-
- 31 Mar, 2021 1 commit
-
-
Jonah Brüchert authored
-
- 20 Mar, 2021 1 commit
-
-
Jonah Brüchert authored
-
- 02 Feb, 2021 3 commits
-
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
- 27 Jan, 2021 1 commit
-
-
Jonah Brüchert authored
-
- 02 Nov, 2020 1 commit
-
-
Jonah Brüchert authored
-
- 25 Sep, 2020 1 commit
-
-
Jonah Brüchert authored
-
- 24 Aug, 2020 3 commits
-
-
Jonah Brüchert authored
-
Méven Car authored
-
Jonah Brüchert authored
-
- 18 Aug, 2020 1 commit
-
-
Jonah Brüchert authored
-