- 21 Sep, 2020 34 commits
-
-
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>
-
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
-
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
-
Simon Knox authored
Remove an unnecessary element from every page See merge request gitlab-org/gitlab!42769
-
Heinrich Lee Yu authored
Refactor entity_leave_service_spec to make it more testable Closes #250689 See merge request gitlab-org/gitlab!42608
-
Brett Walker authored
to use shared examples and parameterized specs
-
Dylan Griffith authored
A performance regression was introduced in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38095#note_412661217 . This reverts the relevant code that was necessarily passing through a limited set of project IDs for Elasticsearch. This also takes an extra refactoring step. Since we are passing project IDs through to this method it no longer has the projects which was necessary for the `#generic_search_results` method. But this was only ever used for user search because users are not indexed in Elasticsearch and as such cannot actually search using Elasticsearch. I decided it kept things simpler to move this logic further up the calling stack so we don't need the `Elastic::SearchResults` objects to be delegating back again to the normal `SearchResults` objects. This is much simpler because the calling code is already responsible for determining whether or not Elasticsearch should be used anyway.
-
Simon Knox authored
Remove angle brackets from empty name in U2F See merge request gitlab-org/gitlab!42440
-
Ash McKenzie authored
Additionally verify `help_page_url` usages by documentation linter See merge request gitlab-org/gitlab!42601
-
Simon Knox authored
Allow alerts to open on new tab Closes #225655 See merge request gitlab-org/gitlab!42691
-
David O'Regan authored
-
Dylan Griffith authored
Search API - Allow notes scope for group/global search See merge request gitlab-org/gitlab!42624
-
Terri Chu authored
-
Suzanne Selhorn authored
Remove Package icon from text See merge request gitlab-org/gitlab!42788
-
Thong Kuah authored
Fix GraphQL token auth with relative_url_root See merge request gitlab-org/gitlab!42706
-
Evan Read authored
-
- 20 Sep, 2020 1 commit
-
-
Thong Kuah authored
API endpoints for managing individual Terraform state versions See merge request gitlab-org/gitlab!42415
-
- 19 Sep, 2020 5 commits
-
-
Igor Drozdov authored
Speed up specs for merge request approval state See merge request gitlab-org/gitlab!42689
-
Peter Leitzen authored
Remove offenses for Rails/SaveBang
-
Stan Hu authored
Merge branch '250041-does-not-refresh-project-snippet-statistics-on-a-read-only-instance' into 'master' Does not refresh project/snippet statistics on a read-only instance Closes #250041 See merge request gitlab-org/gitlab!42417
-
Peter Leitzen authored
Fix Rails/SaveBang offenses for spec/services/milestones/* See merge request gitlab-org/gitlab!42775
-
Rajendra Kadam authored
Fixes Rails/SaveBang cop for spec files in spec/services/milestones/*
-