- 15 Jul, 2020 40 commits
-
-
Stan Hu authored
Rename snippet_files to snippet_actions in snippet services See merge request gitlab-org/gitlab!36841
-
Rémy Coutable authored
Add confidential to graphQL for notes creation See merge request gitlab-org/gitlab!36799
-
Evan Read authored
Add a rule to detect improper alert boxes See merge request gitlab-org/gitlab!36788
-
Marcel Amirault authored
Find and replace all note alert boxes and fix the colon usage.
-
Peter Leitzen authored
Create GitLab issues from PagerDuty webhook payload (Part 1) See merge request gitlab-org/gitlab!36489
-
Martin Wortschack authored
Replace append-right-10 class See merge request gitlab-org/gitlab!36373
-
Fabio Pitino authored
Remove an obsolete TODO comment See merge request gitlab-org/gitlab!36696
-
Igor Drozdov authored
Update to Grape v1.4.0 See merge request gitlab-org/gitlab!36628
-
Stan Hu authored
Grape v1.4.0 fixes a memory leak that was present in v1.3.3 (https://github.com/ruby-grape/grape/pull/2084). Full list of changes: * https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md * https://github.com/ruby-grape/grape/compare/v1.3.3..v1.4.0
-
Michael Kozono authored
Geo - Make Registry tables as SSOT for Designs Closes #212720 See merge request gitlab-org/gitlab!36587
-
Heinrich Lee Yu authored
Include Elasticsearch query params in Performance Bar See merge request gitlab-org/gitlab!36899
-
Francisco Javier López authored
-
Vitali Tatarintev authored
Check whether PagerDuty setting is active when creating incident issue
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
Extract `Gitlab::IncidentManagement::PagerDuty::IncidentIssueDescription` from `IncidentManagement::PagerDuty::CreateIncidentIssueService`
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
-
Paul Slaughter authored
Replace fa-play icon with GitLab SVG play See merge request gitlab-org/gitlab!36379
-
Alexander Turinske authored
- remove css on fa-play class - replace two fa-play instances
-
Michael Kozono authored
Update metrics dashboard base path See merge request gitlab-org/gitlab!36749
-
Ryan Cobb authored
-
Natalia Tepluhina authored
Replace loading state with an icon, show dashboard skeleton earlier See merge request gitlab-org/gitlab!36399
-
Heinrich Lee Yu authored
Prevent 2nd Elasticsearch query for project searches See merge request gitlab-org/gitlab!36672
-
Kushal Pandya authored
Added option to view diffs file-by-file See merge request gitlab-org/gitlab!35223
-
Marcel Amirault authored
Document new Babel flag See merge request gitlab-org/gitlab!36671
-
Russell Dickenson authored
-
Sanad Liaquat authored
E2E test delete pipeline via API See merge request gitlab-org/gitlab!36389
-
Tiffany Rea authored
-
Marcel Amirault authored
Docs: Simplify `rules` description See merge request gitlab-org/gitlab!36816
-
Michael Kozono authored
Update Managed Apps Helm version to 2.16.9 See merge request gitlab-org/gitlab!36746
-
João Alexandre Cunha authored
-
Dylan Griffith authored
Remove the restriction of trial_end date See merge request gitlab-org/gitlab!36878
-
Dylan Griffith authored
We memoize the result object so that when it is later evaluated the same Elasticsearch result can be used for the `total_count`. We also extract a shared test examples for the 3 different kinds of Elastic search results to reduce the chance of regression here. This memoize approach to solving this problem was originally introduced in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/13120 Note that some of the methods being memoized have arguments and as such the memoization is not logically consistent from the code perspective. We must memoize the results without the page argument because the current page we're on - if we were to memoize with dynamic parameters we would end up hitting ES twice for any page that's not page 1, and that's something we want to avoid. It is safe to memoize the page we get here because the method is always called before the equivalent `#_count` method. Read more at https://gitlab.com/gitlab-org/gitlab/-/issues/219209
-
Gabriel Mazetto authored
Alert Opsgenie integration See merge request gitlab-org/gitlab!36199
-
David O'Regan authored
This is just an MVC and we already know that it's unlikely that future iterations will be using any of store data. Therefor, we decided to store the data needed as service properties and not in a separate database table to avoid churn.
-
Shinya Maeda authored
Default Feature Flags Issue Links to Enabled See merge request gitlab-org/gitlab!36617
-
Jason Goodman authored
-
Ramya Authappan authored
Add unique folder name for add_file_template test Closes #220997 See merge request gitlab-org/gitlab!36905
-
Gabriel Mazetto authored
Include container registry in topology pings See merge request gitlab-org/gitlab!36797
-