- 07 May, 2020 1 commit
-
-
David O'Regan authored
-
- 06 May, 2020 39 commits
-
-
Enrique Alcántara authored
Migrate issue_show to Jest Closes #27260 See merge request gitlab-org/gitlab!30720
-
Nicolò Maria Mezzopera authored
As part of the transition from Karma to jest, migrate all issue show application specs implemented in Karma to jest.
-
Ramya Authappan authored
Add Pipeline resource See merge request gitlab-org/gitlab!31120
-
Enrique Alcántara authored
Replace edit area with rich content editor See merge request gitlab-org/gitlab!30985
-
Jacques Erasmus authored
Replaced the edit area with the rich content editor component
-
James Lopez authored
Move group policies for group wikis into EE See merge request gitlab-org/gitlab!30867
-
Achilleas Pipinellis authored
Add in non-HA 2k Reference Architecture Closes gitlab-org/quality/performance#223 See merge request gitlab-org/gitlab!31006
-
Grant Young authored
-
Peter Leitzen authored
Tidy up SidekiqConfig::CliMethods#worker_queues Closes #199230 See merge request gitlab-org/gitlab!31202
-
Nick Thomas authored
Remove deprecated Sidekiq rake tasks See merge request gitlab-org/gitlab!31198
-
Illya Klymov authored
Include Alert List in Alert Detail page breadcrumb See merge request gitlab-org/gitlab!31066
-
Tristan Read authored
-
Peter Leitzen authored
Expose more fields in AlertManagement Alert's GraphQL response See merge request gitlab-org/gitlab!31091
-
Vitali Tatarintev authored
Renders the alert payload as inline hash, and skips alert attributes
-
Phil Hughes authored
Disabled Edit button for binary snippets See merge request gitlab-org/gitlab!30904
-
Denys Mishunov authored
-
Igor Drozdov authored
Remove FF ci_force_exposing_merge_request_refs See merge request gitlab-org/gitlab!30591
-
Thong Kuah authored
Uses Kubernetes API conventions to create or update a resource Closes #29959 See merge request gitlab-org/gitlab!29010
-
Leandro Gomes authored
Removes get call in `create_or_update_*` methods at kube_client in favor of Kubernetes API conventions for PUT methods. By using a PUT method (like `update_*`) it will create or update the resource.
-
Illya Klymov authored
Remove feature flag from dependencies table See merge request gitlab-org/gitlab!31079
-
Mark Florian authored
Part of [Clean up dependency_list_ui feature flag and old code paths][1]. [1]: https://gitlab.com/gitlab-org/gitlab/-/issues/212867
-
Igor Drozdov authored
Allowlist GitLab team members on gitlab.com See merge request gitlab-org/gitlab!31052
-
Peter Leitzen authored
Add mutation for AlertManagementAlert status See merge request gitlab-org/gitlab!30576
-
Peter Leitzen authored
Add support for tracking when an issue is published/unpublished See merge request gitlab-org/gitlab!30893
-
Achilleas Pipinellis authored
Add IAM role policy example Closes #34233 See merge request gitlab-org/gitlab!30993
-
Collen authored
-
Phil Hughes authored
Dark theme for the Web IDE right sidebar See merge request gitlab-org/gitlab!30587
-
Sean McGivern authored
Check nil before checking connection See merge request gitlab-org/gitlab!30209
-
Avielle Wolfe authored
When the field is a connection using a resolver but the resolved type is nil, the connection field logic tries to call `object` on `nil` and throws a NoMethodError. By checking if the resolved type is nil first, we avoid this issue. https://gitlab.com/gitlab-org/gitlab/-/issues/214047
-
Martin Wortschack authored
Container Registry: decouple store and router See merge request gitlab-org/gitlab!30196
-
Nicolò Maria Mezzopera authored
- move to components - remove store singleton usage
-
charlieablett authored
-
Sean McGivern authored
Bump `gitlab-mail_room` from 0.0.3 to 0.0.4 See merge request gitlab-org/gitlab!31188
-
Sean McGivern authored
This doesn't need to support an array of strings any more; it was always a very cautious approach.
-
Natalia Tepluhina authored
Remove the manual loading icon See merge request gitlab-org/gitlab!31075
-
Sean McGivern authored
It doesn't look like these have been used since GitLab 6.0! $ git describe 6a7d63aa v6.0.0-575-g6a7d63aa
-
Phil Hughes authored
Update dependency @gitlab/ui to v14 See merge request gitlab-org/gitlab!31106
-
Marcin Sedlak-Jakubowski authored
Update permissions.md See merge request gitlab-org/gitlab!31150
-
Kushal Pandya authored
Fix epics on roadmap when using VirtualList See merge request gitlab-org/gitlab!31164
-