- 09 Mar, 2022 1 commit
-
-
Steve Abrams authored
Make the requires_python optional for the pypi upload endpoint to conform with pypi standards. Changelog: fixed
-
- 04 Mar, 2022 39 commits
-
-
Suzanne Selhorn authored
Add more detail about the purpose of the agent to the docs See merge request gitlab-org/gitlab!81407
-
Raimund Hook authored
Signed-off-by: Raimund Hook <raimund.hook@exfo.com>
-
Mikołaj Wawrzyniak authored
Add aggregate counters for work item events See merge request gitlab-org/gitlab!81336
-
Sanad Liaquat authored
Increase expectation wait timeout See merge request gitlab-org/gitlab!82171
-
Jose Ivan Vargas authored
Remove v-html from notes warning message See merge request gitlab-org/gitlab!82180
-
Etienne Baqué authored
Merge branch '348303-frontend-prevent-multi-project-pipeline-graph-from-being-available-on-free-tier' into 'master' Disable expanding Multi-project pipelines in graph for free users See merge request gitlab-org/gitlab!79889
-
Frédéric Caplette authored
There was a bug where we would allow free tier users to see multi project pipelines but this is a premium feature. We now disable the expand button for free tier users and show a popover explaining why this is disabled and adding tests to ensure it works as expected and no regression occurs again. Changelog: changed
-
Alex Kalderimis authored
Conditionally raise when lease cannot be obtained in LogExecutionService See merge request gitlab-org/gitlab!81770
-
Luke Duncalfe authored
When we fail to obtain a lease, only allow the error to be raised if the hook's failure state needs to be updated. This will have the effect that the worker that calls the service will only retry when it needs to. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/81770#note_856943572
-
Dylan Griffith authored
Add security scan status to GraphQL API See merge request gitlab-org/gitlab!81305
-
Miguel Rincon authored
Remove rearrange_pipeline_table feature flag See merge request gitlab-org/gitlab!81924
-
Jose Ivan Vargas authored
This ships the new pipelines table redesign to all users without the feature flag requirement Changelog: other
-
Marcin Sedlak-Jakubowski authored
Clean up more whitespace in deprecation yamls See merge request gitlab-org/gitlab!82174
-
Bob Van Landuyt authored
Set Optimize endpoints urgency to low See merge request gitlab-org/gitlab!82199
-
Pavel Shutsin authored
Update feature categories See merge request gitlab-org/gitlab!82189
-
Enrique Alcántara authored
Parse pasted markdown in the Content Editor See merge request gitlab-org/gitlab!78394
-
Enrique Alcántara authored
Convert plain text pasted in the Content Editor into HTML. This allows to parse Markdown when the user pastes it and display rich text Changelog: added
-
Jan Provaznik authored
Restart Action Cable server when Redis disconnects See merge request gitlab-org/gitlab!80822
-
Brandon Labuschagne authored
-
Mario Celi authored
Tracks aggregate counts by different product groups. Events only include work item related actions for now.
-
Alex Kalderimis authored
Global Search - Header Search Snippets See merge request gitlab-org/gitlab!80844
-
Jan Provaznik authored
Backfill all project namespaces See merge request gitlab-org/gitlab!77371
-
Miguel Rincon authored
Improve UI text of admin settings page - General -> Maintenance mode See merge request gitlab-org/gitlab!81221
-
Russell Dickenson authored
Changelog: changed EE: true
-
Kati Paizee authored
Update title of scheduled pipelines page See merge request gitlab-org/gitlab!82191
-
Marcel Amirault authored
-
Imre Farkas authored
Do not allow special characters in new project names See merge request gitlab-org/gitlab!80055
-
Abdul Wadood authored
Special characters in project path causes ContainerRegistry::Path::InvalidRegistryPathError. The regex defined in the OCI Distribution has been modified as we have case insensitive route searches and the project path cannot include '/'. See https://gitlab.com/gitlab-org/gitlab/-/issues/27483
-
Miguel Rincon authored
Part 1 - Move isLoading and invalid state to parents of invite_modal_base See merge request gitlab-org/gitlab!82159
-
Bob Van Landuyt authored
No application changes required this time
-
Phil Hughes authored
Escape characters in diff view function definitions See merge request gitlab-org/gitlab!81891
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!82185
-
Max Woolf authored
Make loading_icon helper conform to GlLoadingIcon See merge request gitlab-org/gitlab!81899
-
Heinrich Lee Yu authored
Prevent Puma from crashing when there are connection errors to Redis. This change catches the error and restarts the Action Cable server when there are connection errors. We need to restart Action Cable and disconnect all clients because once we reconnect to Redis, all the previous SUBSCRIBE commands we made are no longer applicable. Changelog: fixed
-
Phil Hughes authored
-
GitLab Release Tools Bot authored
-
Ezekiel Kigbo authored
Remove tiptap v1 library See merge request gitlab-org/gitlab!80013
-
Max Woolf authored
Remove rate_limit_user_by_id_endpoint feature flag See merge request gitlab-org/gitlab!82108
-
Dheeraj Joshi authored
This refactors warning message to use GlSprintf over dangerous v-html
-