- 22 Jul, 2020 19 commits
-
-
Francisco Javier López authored
-
Ash McKenzie authored
Create DastSiteProfile from GraphQL mutation See merge request gitlab-org/gitlab!37276
-
Philip Cunningham authored
Hooks models into services to create records in the db.
-
Evan Read authored
Update Praefect migrating existing repos docs to use new API See merge request gitlab-org/gitlab!37515
-
Ash McKenzie authored
Fix spec for issuables FF for user_sees_empty_state_spec See merge request gitlab-org/gitlab!37019
-
Ash McKenzie authored
Fix user_filter_issues_spec when vue_issuables_list ff is off See merge request gitlab-org/gitlab!36868
-
Scott Stern authored
-
Miguel Rincon authored
Replace fa-rss with GitLab SVG icon Closes #225947 See merge request gitlab-org/gitlab!36553
-
Paul Gascou-Vaillancourt authored
-
Thong Kuah authored
Remove :use_legacy_codeowner_validations feature flag See merge request gitlab-org/gitlab!37371
-
Ash McKenzie authored
Add gauges for threads using db connections See merge request gitlab-org/gitlab!36632
-
Bob Van Landuyt authored
This adds a gauge exposing the configured number of threads we expect to be running and using the database called `gitlab_ruby_threads_concurrency_total`. It also adds `gitlab_ruby_threads_total`. This gauge has a `thread_name` label used to identify the kind of thread. For unnamed threads the label will contain `unnamed`. To identify sidekiq worker threads, that before had no name, we set it in the `Gitlab::SidekiqMiddleware::Metrics` server middleware. So we can distinguish it from other running threads. The `uses_db_connection` label indicates if the thread has at some point connected to the database. We use the same subscriber as we do for the query counts to flip this value on the thread.
-
Michael Kozono authored
Fixed Ops-Settings page titles capitalization See merge request gitlab-org/gitlab!37259
-
Justin Mandell authored
Corrected the title cased titles to be sentenced cased
-
Dylan Griffith authored
Limit database deprecation notice window Closes #227292 See merge request gitlab-org/gitlab!37009
-
Mitchell Nielsen authored
We decided to make the .days_until_deprecation method private as its functionality is tested in other tests. This commit also removes the associated test for the newly private method.
-
James Fargher authored
Remove :skip_web_ui_code_owner_validations feature flag See merge request gitlab-org/gitlab!37367
-
Thong Kuah authored
Fix local tiller default enabled inconsistency See merge request gitlab-org/gitlab!37494
-
Hordur Freyr Yngvason authored
I missed this in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35562 See also https://gitlab.com/gitlab-org/gitlab/-/issues/209736
-
- 21 Jul, 2020 21 commits
-
-
James Fargher authored
-
Stan Hu authored
Fix N+1 for project/:id/issues API endpoint See merge request gitlab-org/gitlab!37508
-
Robert Speicher authored
Fix dev PAT fixture creation See merge request gitlab-org/gitlab!37517
-
Russell Dickenson authored
Add missing version notes to resource events API pages Closes #225670 See merge request gitlab-org/gitlab!37449
-
Marcin Sedlak-Jakubowski authored
-
Amy Qualls authored
Docs: Add documentation about Babel polyfills See merge request gitlab-org/gitlab!24527
-
Jake Burden authored
Add docs about finding polyfills in webpack report
-
Mike Jang authored
Resolve "Explain optional merge request approval rules in documentation" Closes #216633 See merge request gitlab-org/gitlab!31151
-
Mike Jang authored
-
Giorgenes Gelatti authored
Existing PAT has wrong digest and therefore doesn't work. This makes the creation more robust and future proof.
-
James Fargher authored
Improve checks for path traversal validation See merge request gitlab-org/gitlab!33114
-
Douglas Barbosa Alexandre authored
Coerce repository_storages_weighted, removes repository_storages See merge request gitlab-org/gitlab!36376
-
Igor Drozdov authored
Preload milestones and closed_by users
-
Stan Hu authored
Inverse pipeline for its build associations See merge request gitlab-org/gitlab!37478
-
Douglas Barbosa Alexandre authored
Remove old export file when requesting new project export using API See merge request gitlab-org/gitlab!37427
-
Douglas Barbosa Alexandre authored
Refactor the HLL unique counting between visits and actions See merge request gitlab-org/gitlab!36583
-
Mayra Cabrera authored
Exclude license scanner types from SecurityScannerType enum See merge request gitlab-org/gitlab!37318
-
Alan (Maciej) Paruszewski authored
-
Mayra Cabrera authored
Disable parallel matrix feature flag See merge request gitlab-org/gitlab!37501
-
Nick Gaskill authored
Added Security prefix for clarity Closes gitlab-runner#25663 See merge request gitlab-org/gitlab!37380
-
Russell Dickenson authored
-