- 21 Sep, 2020 40 commits
-
-
Peter Leitzen authored
Cleanup request http method/code metrics See merge request gitlab-org/gitlab!42618
-
Ben Kochie authored
Remove 13 of the 93 request method codes from Prometheus metrics intialization. Reduces un-used/extremely rare metrics by 14% Filter method label by the list of valid request methods. Signed-off-by: Ben Kochie <bjk@gitlab.com>
-
Illya Klymov authored
Update UI for collapsed files body Closes #249640 See merge request gitlab-org/gitlab!42465
-
Sean McGivern authored
Cleanup of import url sanitization patch See merge request gitlab-org/gitlab!42539
-
Kerri Miller authored
-
Illya Klymov authored
Merge branch '233686-replace-bootstrap-alerts-in-app/views/admin/projects/show.html.haml' into 'master' Replace bootstrap alerts in app/.../show.html.haml Closes #233686 See merge request gitlab-org/gitlab!41389
-
Gilang Gumilar authored
-
Andreas Brandl authored
Fix reindexing bug when statement_timeout set See merge request gitlab-org/gitlab!42692
-
Sean McGivern authored
Stub Gitlab::JobWaiter#wait for tests See merge request gitlab-org/gitlab!42753
-
Adam Hegyi authored
Remove duplicate broken container scanning findings See merge request gitlab-org/gitlab!42609
-
Phil Hughes authored
Don't include mr_notes store on issue page See merge request gitlab-org/gitlab!42567
-
Simon Knox authored
Async imports for both stores, so lint doesn't complain about consistent return
-
Illya Klymov authored
Merge branch '241949-remove-v-html-from-ee-app-assets-javascripts-geo_replicable-components' into 'master' Replace v-html with gl-sprintf in ee/app/assets/javascripts/geo_replicable/components/geo_replicable_empty_state.vue Closes #241949 See merge request gitlab-org/gitlab!41488
-
Phil Hughes authored
Add gl-button to services/prometheus See merge request gitlab-org/gitlab!42756
-
Illya Klymov authored
Update UI Text in Trial Confirmation Banner See merge request gitlab-org/gitlab!40774
-
Jacki Bauer authored
-
Toon Claes authored
Merge branch '250269-disable-batch-count-because-pipelines-that-have-security-jobs-counters-fail-on-gitlab-com' into 'master' Disable batch counting for "pipelines that have security jobs" metrics See merge request gitlab-org/gitlab!42556
-
Alper Akgun authored
Update Growth feature flag YAML files See merge request gitlab-org/gitlab!42799
-
Peter Leitzen authored
Change type of "SentryErrorType#project_id" Global ID See merge request gitlab-org/gitlab!42185
-
Sean Arnold authored
Add changelog file
-
Andreas Brandl authored
When a `statement_timeout` is set, this leads to trouble with the inclusion of the migration helper. There is basically a name clash between the reindexing class with `#execute` and the migration helper for the statement timeout expecting to be able to execute SQL queries through `#execute`. This has been fixed with renaming the method on the reindexing class. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/251084
-
Andreas Brandl authored
In sight of https://gitlab.com/gitlab-org/gitlab/-/issues/251084, this change configures a `statement_timeout` for both development and testing environments.
-
can eldem authored
This migration is continuation of 42041
-
Jan Provaznik authored
Add spec to ensure banner will disappear See merge request gitlab-org/gitlab!42534
-
Heinrich Lee Yu authored
Use startup.js to fetch initial data in group and project issue list See merge request gitlab-org/gitlab!41656
-
Phil Calder authored
Adding group, introduced by URL, and optional rollout URL
-
Nicolò Maria Mezzopera authored
Update jsdoc for mergeUrlParams for sort option See merge request gitlab-org/gitlab!42668
-
Kushal Pandya authored
Swimlanes Pagination - Fetch issues per epic See merge request gitlab-org/gitlab!42320
-
Miguel Rincon authored
Create new DAST profiles routes Closes #247935 See merge request gitlab-org/gitlab!42600
-
Miguel Rincon authored
Use gl-icon component for alert system notes See merge request gitlab-org/gitlab!42604
-
Mark Chao authored
Fix performance issue with global search + refactor Closes #249515 See merge request gitlab-org/gitlab!42437
-
Sanad Liaquat authored
Add test for geo replication of Maven package files See merge request gitlab-org/gitlab!42282
-
Jennifer Louie authored
-
Sanad Liaquat authored
Add clearer message to test failure See merge request gitlab-org/gitlab!42633
-
Vitaly Slobodin authored
Merge branch '241927-remove-v-html-from-app-assets-javascripts-serverless-components-functions-vue' into 'master' Remove v-html from app/assets/javascripts/serverless/components/functions.vue Closes #241927 See merge request gitlab-org/gitlab!41507
-
Florie Guibert authored
- Fetch issues per epic - Watch filters - Fetch unassigned issues per list
-
Dylan Griffith authored
Rename mutation to Dismiss Vulnerability to follow convention See merge request gitlab-org/gitlab!42588
-
Alan (Maciej) Paruszewski authored
This change renames GraphQL mutation dismissVulnerability to vulnerabilityDismiss and deprecates the old name.
-
Eulyeon Ko authored
The API paths for project and group issue list are added to startup calls when users visit issue list pages without any parameters and sorting preferences. Also explicitly set "type" prop to "issues" when we inject js-issuable-list data for project and group - issue list pages in their issues partials.
-
Stan Hu authored
Enable ci_new_artifact_file_reader by default See merge request gitlab-org/gitlab!42595
-