- 22 Jul, 2020 28 commits
-
-
Kushal Pandya authored
Bootstrap pages and components for policy editor See merge request gitlab-org/gitlab!37392
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!37539
-
Kushal Pandya authored
Remove createissues logic from list model See merge request gitlab-org/gitlab!32236
-
Marvin Karegyeya authored
-
Kushal Pandya authored
changed the default value of checkbox to false from a dynamic value on first page load Closes #220174 See merge request gitlab-org/gitlab!36646
-
Uday Aggarwal authored
-
James Ramsay authored
disable alertmanager on praefect node See merge request gitlab-org/gitlab!37454
-
GitLab Release Tools Bot authored
-
Sanad Liaquat authored
Refactor mentions_spec to use `let` syntax See merge request gitlab-org/gitlab!37262
-
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.
-
ap4y authored
This commit contains preliminary work for the threat monitoring policy editor: new route and views, new frontend app, related navigation changes. Frontend feature flag was also introduced as well as a link to the new page behind the feature flag.
-
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 12 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
-