- 15 Jan, 2020 40 commits
-
-
Reuben Pereira authored
* Move the logic to create the gitlab-instance-administrators group into its own service. * Also store the ID of the created group in application_settings table.
-
Mayra Cabrera authored
Clarify security developer workflow 2 See merge request gitlab-org/gitlab!23039
-
Jeremy Matos authored
-
Clement Ho authored
Add View Issue button to error tracking detail page See merge request gitlab-org/gitlab!22862
-
Tristan Read authored
Adds a view issue button to the Error Tracking details page when a GitLab issue link is found.
-
Achilleas Pipinellis authored
Add initial version of NuGet docs See merge request gitlab-org/gitlab!21909
-
David Fernandez authored
Docs for: - how to enable the GitLab NuGet Repository - how to setup authentication with nuget and Visual Studio
-
Achilleas Pipinellis authored
Add docs on ignoring error See merge request gitlab-org/gitlab!22849
-
Sean Arnold authored
-
Mayra Cabrera authored
Add milestone date sourcing foreign key See merge request gitlab-org/gitlab!21907
-
charlie ablett authored
Use new option introduced in https://gitlab.com/gitlab-org/gitlab/merge_requests/22282 which allows a concurrent foreign key constraint to be added without validating, which gives the opportunity to fix existing invalid rows before validating.
-
Douglas Barbosa Alexandre authored
Change `count` to `size`, to prevent unneeded DB call Closes #196251 See merge request gitlab-org/gitlab!22844
-
Kamil Trzciński authored
Add metrics and network referee job artifact types See merge request gitlab-org/gitlab!20181
-
Jan Provaznik authored
Move collapsed partial into a diff viewer See merge request gitlab-org/gitlab!22520
-
Mike Lewis authored
Fix long markdown line in footnotes See merge request gitlab-org/gitlab!23092
-
Mike Greiling authored
Add ability to ignore/resolve errors from error tracking detail page See merge request gitlab-org/gitlab!22475
-
Olena Horal-Koretska authored
Update issues status to mark it ignored or resolved
-
Marcia Ramos authored
Added mention to ECR in Cloud deploy doc Closes #193766 See merge request gitlab-org/gitlab!22771
-
Etienne Baqué authored
-
Stan Hu authored
Remove file type checking for diff viewers See merge request gitlab-org/gitlab!22471
-
Sean McGivern authored
Eliminate warnings about unused variables See merge request gitlab-org/gitlab!23080
-
Bob Van Landuyt authored
Backend for allowing sample metrics to be toggled from ui See merge request gitlab-org/gitlab!22901
-
Andreas Brandl authored
Merge branch '14857-new-metric-button-not-visible-when-prometheus-app-installed-on-group-instance-clusters' into 'master' Optimise reverted post deployment migration: PatchPrometheusServicesForSharedClusterApplications See merge request gitlab-org/gitlab!22974
-
Dmytro Zaporozhets authored
Add RuboCop to unify `have_gitlab_http_status(:symbol)` See merge request gitlab-org/gitlab!17705
-
Peter Leitzen authored
# bad expect(response).to have_http_status(200) expect(response).to have_http_status(:ok) expect(response).to have_gitlab_http_status(200) # good expect(response).to have_gitlab_http_status(:ok) Our "Testing best practices" already suggests to prefer `have_gitlab_http_status` over `have_http_status`.
-
Dmytro Zaporozhets authored
Return slug in /api/v4/projects/ID/services Closes #195795 See merge request gitlab-org/gitlab!22664
-
Andy Soiron authored
-
Imre Farkas authored
Adds pipeline object to package See merge request gitlab-org/gitlab!22854
-
Walmyr Lima e Silva Filho authored
Shorten test code See merge request gitlab-org/gitlab!23073
-
Dmytro Zaporozhets authored
Check feature flag when deciding occurrence state See merge request gitlab-org/gitlab!22791
-
Dmytro Zaporozhets authored
Bump grape-path-helpers version to 1.2.x See merge request gitlab-org/gitlab!22965
-
Imre Farkas authored
Move SidekiqConfig methods used by CLI to own module See merge request gitlab-org/gitlab!22966
-
Nick Thomas authored
Add support for ES7 & Drop suport for ES5 Closes #196503 See merge request gitlab-org/gitlab!22859
-
Aaron Wolf authored
-
Nick Thomas authored
Add deprecation warning to tasks in `sidekiq` namespace See merge request gitlab-org/gitlab!22983
-
Nick Thomas authored
Include subgroups when searching inside a group Closes #22599 See merge request gitlab-org/gitlab!22991
-
Mikolaj Wawrzyniak authored
Move patch_prometheus_services_for_shared_cluster_applications after index on type in services table is added
-
Mikolaj Wawrzyniak authored
To make patch_prometheus_services_for_shared_cluster_applications.rb more performant we need to add temproary index to serivces table.
-
Nick Thomas authored
Scope approval rules by protected branches via API See merge request gitlab-org/gitlab!22673
-
Patrick Bajao authored
A new `protected_branch_ids` has been added so we can associate `ProtectedBranch` records to a `ApprovalProjectRule`. The IDs get filtered and will only allow those coming from the same project.
-