- 27 May, 2020 40 commits
-
-
Collen authored
-
Mark Florian authored
Pin @gitlab/ui to v16.0.0 See merge request gitlab-org/gitlab!33115
-
Thong Kuah authored
Added node size to cluster index Closes #196544 See merge request gitlab-org/gitlab!32435
-
Emily Ring authored
Updated javascripts/clusters_list to include node information Display node size on cluster index Updated associated tests
-
Grzegorz Bizon authored
Fix Runners heartbeat that can result in Runner being considered offline Closes gitlab-runner#3854 See merge request gitlab-org/gitlab!32851
-
Grzegorz Bizon authored
Fix atomic processing bumping a lock_version See merge request gitlab-org/gitlab!32914
-
Illya Klymov authored
Enable async/await in Jest See merge request gitlab-org/gitlab!23606
-
Enrique Alcántara authored
Add ability to handle custom events on the ToastUI editor See merge request gitlab-org/gitlab!32945
-
Ramya Authappan authored
Smoke test for project snippet Closes gitlab-org/quality/testcases#813 See merge request gitlab-org/gitlab!31817
-
Anastasia McDonald authored
Also verifies markdown is applied, description is not shown if empty, Internal visibility selected
-
Peter Leitzen authored
Fix bug in snippet create mutation with non ActiveRecord errors See merge request gitlab-org/gitlab!33085
-
Adam Hegyi authored
Remove redundant indexes from CI variables See merge request gitlab-org/gitlab!30021
-
Kamil Trzciński authored
Currently, a long running job can result in Runner not being heartbeat. The heartbeat happens today only on `jobs/request`
-
Kamil Trzciński authored
This increases a timeout that Runner is considered online. This is due to fact of two aspects that impact how often we update DB entry: - Runner being terminated by Workhorse, thus waiting on queue notification - Rate of updating DB column The timeout to consider Runner online (by DB) needs to be aligned with these two timeouts, otherwise runner can be wrongly assumed as not-online.
-
Marcia Ramos authored
Extract Testing and reports in mrs to new docs page Closes #118824 See merge request gitlab-org/gitlab!31852
-
Kristin Brooks authored
* See https://gitlab.com/gitlab-org/gitlab/-/issues/118824 * Extract the Testing and reports in merge requests section of the Merge requests doc page was moved to its own document to make the index easier to go through.
-
-
Rémy Coutable authored
Add suggestion for missing merge request in changelog Closes #218752 See merge request gitlab-org/gitlab!32848
-
Martin Wortschack authored
Merge branch '216749-improve-the-container-registry-ui-header-section-with-relevant-metadata' into 'master' Improve Container Registry UI Header See merge request gitlab-org/gitlab!32424
-
Nicolò Maria Mezzopera authored
- new component - change constants - wire the new component in the list
-
Achilleas Pipinellis authored
Update upgrade policy to reflect new major version See merge request gitlab-org/gitlab!32841
-
Achilleas Pipinellis authored
Update example port in Geo registry docs to 5050 See merge request gitlab-org/gitlab!32781
-
Phil Hughes authored
Merge branch '207497-display-warning-when-service-desk-issue-gets-moved-to-a-project-without-service-desk-enabled' into 'master' Display warning for issues moved from service desk on frontend See merge request gitlab-org/gitlab!31803
-
Axel Garcia authored
Displays a warning when an issue gets moved from a project with service desk enabled to a project with service desk disabled, as this would make the user who created the issue unable to receive email notifications about new activity
-
jerasmus authored
Added the ability to insert an image via SSE
-
Bob Van Landuyt authored
Move base supports_weight to Issuable See merge request gitlab-org/gitlab!33070
-
Marcia Ramos authored
Update docs versioning process See merge request gitlab-org/gitlab!33066
-
Sean McGivern authored
-
Rémy Coutable authored
Clean up gitlab-shell install-from-source instructions See merge request gitlab-org/gitlab!33057
-
Marcia Ramos authored
Remove a mention of back porting code to EE from developer docs See merge request gitlab-org/gitlab!33102
-
Adam Hegyi authored
Remove trial_ends_on from namespaces See merge request gitlab-org/gitlab!29155
-
Sean McGivern authored
-
Peter Leitzen authored
Move NoPrimaryClass table def to last spec Closes #218730 See merge request gitlab-org/gitlab!33015
-
Rajendra Kadam authored
-
Marcel Amirault authored
Add manual pipeline run variables to priority section See merge request gitlab-org/gitlab!32940
-
Ben Bodenmiller authored
-
Dylan Griffith authored
Remove partial word matching from code search See merge request gitlab-org/gitlab!32771
-
Dmitry Gruzd authored
Currently the code search uses ngrams to allow searching for prefixes as well as full matches. This takes up a lot of storage and can be replaced with a prefix search. This change removes the usage of edgeNGram_filter from our index mappings.
-
Marcel Amirault authored
Add example to manually delete job logs See merge request gitlab-org/gitlab!32653
-
Nourdin el Bacha authored
-