- 15 Jan, 2020 40 commits
-
-
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.
-
Achilleas Pipinellis authored
Docs: Add HA steps to get a Geo tracking DB console See merge request gitlab-org/gitlab!22564
-
Michael Kozono authored
-
Mikolaj Wawrzyniak authored
Due to lack of right revert strategy for background migrations it was decided to turn this migrations in to no-op
-
Mikolaj Wawrzyniak authored
-
Mikolaj Wawrzyniak authored
Add post migration and background migration to create missing project services records for projects with prometheus application installed on shared clusters.
-
Phil Hughes authored
Prevent auto disable of submit buttons with class See merge request gitlab-org/gitlab!22992
-
Nicolò Maria Mezzopera authored
- prevent button with defined class to be disabled
-
Igor Drozdov authored
-
Natalia Tepluhina authored
Puts Vue LFS badge behind a feature flag See merge request gitlab-org/gitlab!23071
-
Imre Farkas authored
Add tracking for cluster application installs Closes #121724 See merge request gitlab-org/gitlab!23000
-
Bob Van Landuyt authored
Prevent builds from halting unnecessarily when completing prerequisites See merge request gitlab-org/gitlab!22938
-
Peter Leitzen authored
Remove dormant Code Analytics' code See merge request gitlab-org/gitlab!22984
-
Aakriti Gupta authored
This feature is frozen and there are no plans of continuation on the inital plan.
-
Dmitry Gruzd authored
-