- 21 Sep, 2020 10 commits
-
-
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 9 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/*
-
Peter Leitzen authored
Move Feature Flag Services to Core RUN AS-IF-FOSS See merge request gitlab-org/gitlab!42645
-
Jason Goodman authored
Part of moving feature flags to core
-
Martin Wortschack authored
Merge branch 'ar-219824-replace-gl-deprecated-button-with-gl-button-in-app-assets-javascripts-jobs-components' into 'master' Replace <gl-deprecated-button> with <gl-button> in sidebar.vue Closes #219824 See merge request gitlab-org/gitlab!38939
-
Austin Regnery authored
-
- 18 Sep, 2020 20 commits
-
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!42767
-
GitLab Release Tools Bot authored
-
Gabriel Mazetto authored
Report auth events in manage stage usage ping See merge request gitlab-org/gitlab!39747
-
Mike Jang authored
Docs: Edited Container Registry docs See merge request gitlab-org/gitlab!42411
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/247950
-
Nick Gaskill authored
[Docs] Update related issues doc move to core See merge request gitlab-org/gitlab!42524
-
Mario de la Ossa authored
-
Mike Jang authored
Add link to feature flag instructions See merge request gitlab-org/gitlab!42748
-
Jose Ivan Vargas authored
Add Cluster Error Messages See merge request gitlab-org/gitlab!35669
-
Emily Ring authored
Added new node_error_help_text component Added error text to clusters/constants.js Updated associated translations and tests
-
Nick Gaskill authored
Changing Security Dashboard to Security Center See merge request gitlab-org/gitlab!42740
-
Matt Wilson authored
-
Andrew Fontaine authored
Fix Markdown preview on New/Edit Release and New Snippet pages See merge request gitlab-org/gitlab!42640
-
Nathan Friend authored
This commit fixes the Markdown preview on the New Release page, the Edit Release page, and the New Snippet page.
-
Mike Jang authored
Clarify who has the permission to export project See merge request gitlab-org/gitlab!42671
-
Kerri Miller authored
Add Web IDE as dropdown item to diff file edit See merge request gitlab-org/gitlab!42275
-
Jose Ivan Vargas authored
Update dependency @gitlab/ui to v21.4.2 See merge request gitlab-org/gitlab!42530
-
Dan Davison authored
Resolve "[QA] Remove the :docker tag from the end-to-end specs" Closes #249600 See merge request gitlab-org/gitlab!42387
-
Nathan Friend authored
Remove tags.scss in favor of using utility classe Closes #239883 See merge request gitlab-org/gitlab!42739
-
Remove "Goals" Header from Kubernetes Agent docs See merge request gitlab-org/gitlab!42652
-