- 24 Jan, 2020 22 commits
-
-
Alessio Caiazza authored
Clear some fields from Cron workers See merge request gitlab-org/gitlab!23444
-
Bob Van Landuyt authored
Cron workers, regardless from how they are schedules, can't have a context pointing to a user, project or a namespace. Since they don't run with arguments, they are never scoped to a single resource. So clear the context, to make sure that every job that gets scheduled from within a cron worker doesn't inherit it's context. This also adds a `with_context` helper to the workers to facilitate scheduling a context for workers that are spun off from a cron worker.
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Peter Leitzen authored
Add analytics pages to Project Analytics sidebar See merge request gitlab-org/gitlab!23312
-
Adam Hegyi authored
- Add `unless` option (lambda) to `nav_link` to have a flexible way to skip matching the current controller and action. - Move analytics specific pages to Analytics sidebar. - Add the change behind a feature flag: `analytics_pages_under_project_analytics_sidebar`
-
Martin Wortschack authored
Move date time picker component to vue_shared (2) See merge request gitlab-org/gitlab!23393
-
Natalia Tepluhina authored
Replace underscore with lodash for ~/monitoring Closes #196674 See merge request gitlab-org/gitlab!23574
-
Tristan Read authored
-
Bob Van Landuyt authored
Improve performance of 'spec/services/notification_service_spec.rb' See merge request gitlab-org/gitlab!22620
-
Marcel Amirault authored
Group variables permissions in docs See merge request gitlab-org/gitlab!23598
-
Marcel Amirault authored
Update internal links to use .md suffix See merge request gitlab-org/gitlab!23651
-
Amy Qualls authored
Internal links should use the .md suffix instead of .html. This commit corrects the links so they will function properly under /help.
-
Natalia Tepluhina authored
Replace shared Icon component with GlIcon in Dependencies List See merge request gitlab-org/gitlab!23529
-
Jan Provaznik authored
Add missing repository unit test See merge request gitlab-org/gitlab!23601
-
Kushal Pandya authored
Fix missing comma in i18n doc See merge request gitlab-org/gitlab!23608
-
Evan Read authored
Order fields in GraphQL API docs alphabetically See merge request gitlab-org/gitlab!23661
-
-
Heinrich Lee Yu authored
Fix: incorrect security status counts See merge request gitlab-org/gitlab!22650
-
Avielle Wolfe authored
In the project security status widget on the group security dashboard, we were showing the count of vulnerabilities found in all default branch pipelines, but we *should* have been showing only the count for the latest pipeline. This commit updates our query to only fetch vulnerabilities from the latest pipeline. https://gitlab.com/gitlab-org/gitlab/issues/119020
-
Miguel Rincon authored
Date Time Picker compoent and related lib/helpers move to vue_shared so it can be used by other stages and components. Update specs references. Migrate monitoring specific scss, rewrite scss as util classes and add new scss file.
-
Marcel Amirault authored
Updated build frequency See merge request gitlab-org/gitlab!23630
-
- 23 Jan, 2020 18 commits
-
-
Thong Kuah authored
Remove the OpenSSL include within SMIME email signing See merge request gitlab-org/gitlab!23642
-
Evan Read authored
Correct link suffix in SAML docs page See merge request gitlab-org/gitlab!23625
-
Evan Read authored
Correct links in administration/auth docs See merge request gitlab-org/gitlab!23566
-
Amy Qualls authored
A page in the administration/auth documentation had two outdated links, which this commit corrects.
-
Robert Speicher authored
Provide user's current ip and last ip to admins Closes #196777 See merge request gitlab-org/gitlab!23103
-
Ethan Urie authored
Reworded changelog entry Refactored spec to be more succinct
-
Robert Speicher authored
Resolve "Group-level compliance dashboard MVC" Closes #36524 See merge request gitlab-org/gitlab!20844
-
Evan Read authored
Docs: Add and clarify user access management See merge request gitlab-org/gitlab!22256
-
Cynthia Ng authored
-
Evan Read authored
Add instructions on using GL SVGs Closes #196766 See merge request gitlab-org/gitlab!23433
-
Marcin Sedlak-Jakubowski authored
-
Evan Read authored
Update links to use .md suffix, not .html See merge request gitlab-org/gitlab!23648
-
Amy Qualls authored
Internal links should use a .md suffix, not a .html suffix. This commit corrects links across several files.
-
Stan Hu authored
Add instrumentation for ETag cache hits (log 304, 429 responses) See merge request gitlab-org/gitlab!22399
-
Aakriti Gupta authored
This lets us add logs for 304 or 429 responses that Lograge doesn't pick up since this middleware short-circuits Lograge.
-
Russell Dickenson authored
Add note about translating class-level strings See merge request gitlab-org/gitlab!23343
-
Thong Kuah authored
Update GitLab Runner Helm Chart to 0.13.0/12.7.0 See merge request gitlab-org/gitlab!23308
-
Thong Kuah authored
Rate limit project imports See merge request gitlab-org/gitlab!22644
-