- Mar 17, 2025
-
-
Ben Boeckel authored
-
- Mar 04, 2025
-
-
Peter Smit authored
-
- Feb 26, 2025
-
-
Introduced a `new_with_job_token` constructor to create a GitLab client using a job token for authentication. Added a `job_token` method to switch existing authentication to use a job token. These changes enhance flexibility in authenticating with GitLab APIs. Fixes: #114
-
- Feb 13, 2025
-
-
Ben Boeckel authored
The lint suppression can disappear when 1.66 is required.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Feb 10, 2025
-
-
Ben Boeckel authored
The `%z` parsing actually was used in production, but it doesn't just parse *names*, but also *numerical* offsets. Restore the code and add a test.
-
- Feb 04, 2025
-
-
Ben Boeckel authored
-
- Jan 09, 2025
-
-
Ben Boeckel authored
-
Ben Boeckel authored
The endpoints have been expanded out.
-
Adds endpoints to list group-level or project-level CI/CD variables. Adds endpoints to delete individual group-level or project-level CI/CD variables.
-
- Dec 30, 2024
-
-
Frank Sauerburger authored
Add group-level CI/CD variable endpoints to add new variables, update existing variables, or query existing variables. Fixes: #117
-
- Dec 03, 2024
-
-
Some endpoints return 500 Internal Server error when trying to fetch 100 results at once.
-
Ben Boeckel authored
-
- Nov 03, 2024
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Beyond the `sudo` query parameter at least.
-
Ben Boeckel authored
-
Ben Boeckel authored
Mutation discovered that testing did not cover half-enclosed items. Basically, detecting either bracket/quote was sufficient with the tested data.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
The default ordering might be keyset-capable, so use the `Default` implementation to detect it.
-
Ben Boeckel authored
-
Ben Boeckel authored
When the content is not UTF-8, the actual encoding used needs to be sent in the query. Also add a test that exercises the codepath. As a side effect, the encoding is always specified when `content` is provided.
-
- Nov 02, 2024
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
The `milestone_id` member should be used instead.
-
Ben Boeckel authored
-