- 08 Oct, 2019 13 commits
-
-
John Cai authored
-
Evan Read authored
Updates auth.log information See merge request gitlab-org/gitlab!18211
-
Mayra Cabrera authored
Specifies that: * Protected path abusive requests are also recorded on this log * User id and username are recorded when available
-
Evan Read authored
Clarify purpose of `dependencies` See merge request gitlab-org/gitlab!18068
-
Nathan Friend authored
-
Kushal Pandya authored
Rearrange the Vue release components See merge request gitlab-org/gitlab!18131
-
Evan Read authored
Resolve docs follow-up with issue links Closes #32537 See merge request gitlab-org/gitlab!17567
-
Marcel Amirault authored
-
Russell Dickenson authored
Update links in Plan and Ecosystem docs See merge request gitlab-org/gitlab!18107
-
Marcel Amirault authored
Update redirected and 404 links in import, integration and various Plan docs.
-
Mark Lapierre authored
Use omnibus-gitlab-mirror for triggering package builds See merge request gitlab-org/gitlab!18181
-
Russell Dickenson authored
Re-organize configuration settings for SAST See merge request gitlab-org/gitlab!17922
-
Robert Speicher authored
Add timestamp to API deployments responses See merge request gitlab-org/gitlab!17913
-
- 07 Oct, 2019 27 commits
-
-
Robert Speicher authored
Fix moved help url for autodeploy See merge request gitlab-org/gitlab!18142
-
Dan Davison authored
Add test for user that has read-only access to boards configuration See merge request gitlab-org/gitlab!18209
-
Walmyr Lima e Silva Filho authored
This covers one of the three test cases described in the following issue: https://gitlab.com/gitlab-org/quality/testcases/issues/181
-
Douglas Barbosa Alexandre authored
Link Gitlab managed Prometheus alerts and issues See merge request gitlab-org/gitlab!17477
-
Sean Arnold authored
Prometheus specific alert handling
-
Filipa Lacerda authored
Remove duplicate contribute to gitlab link Closes #33561 See merge request gitlab-org/gitlab!18217
-
Mayra Cabrera authored
Fix gitaly_address method See merge request gitlab-org/gitlab!18151
-
Douglas Barbosa Alexandre authored
Handle date range params in CA See merge request gitlab-org/gitlab!18025
-
Adam Hegyi authored
Introduce two new parameters `created_after` and `created_before` to filter the data in Cycle Analytics. With this change the frontend will be able to use a date picker component.
-
Fatih Acet authored
Add pipeline preparing status icons See merge request gitlab-org/gitlab!17923
-
Jacques Erasmus authored
Added the preparing stage icons and icons colors
-
Douglas Barbosa Alexandre authored
Refactor Geo and Templates routes into EE See merge request gitlab-org/gitlab!18036
-
Fatih Acet authored
Resolve "Missing page title on projects / container registry" Closes #33322 See merge request gitlab-org/gitlab!18114
-
Fatih Acet authored
Add release links to tags on Tags page See merge request gitlab-org/gitlab!16479
-
nnelson authored
The `Gitlab::GitalyClient::StorageSettings#gitaly_address` currently fails, because the GitLab configuration in production defines the gitaly address entry for each node using a string key, and the method actually tries to fetch the value based on a symbolic key. Interestingly enough, the `config/gitlab.yml.example` uses a symbolic key. Use `with_indifferent_access` instead of fallback. Add spec tests and fix fall-back settings fetch.
-
Mayra Cabrera authored
Backfill SPDX identifiers in software_licenses table See merge request gitlab-org/gitlab!17004
-
mo khan authored
This adds the `spdx_identifier` column to the `software_licenses` table. It also adds a sidekiq-cron to update our list of software licenses from the SPDX database on a weekly basis. This list can offer our customers a more comprehensive list of software licenses to choose from and reduce the need for user entered software license names.
-
Brett Walker authored
routes into EE
-
Douglas Barbosa Alexandre authored
Remove duplicate IDs in query Closes #32395 See merge request gitlab-org/gitlab!18190
-
Achilleas Pipinellis authored
Fix access control badging See merge request gitlab-org/gitlab!17963
-
Cynthia Ng authored
-
Achilleas Pipinellis authored
Remove the mention of pragmatic semver See merge request gitlab-org/gitlab!18063
-
Marin Jankovski authored
-
Achilleas Pipinellis authored
Adds a section about `change_column_default` See merge request gitlab-org/gitlab!18090
-
Mayra Cabrera authored
Includes a new section under our migration style guide for the usage of change_column_default. Particularly, specifying that it's not a risky operation for larger tables and can be used in a single transaction
-
Achilleas Pipinellis authored
Update more redirected or 404ing links See merge request gitlab-org/gitlab!18170
-
Marcel Amirault authored
Update links in various admin, api and raketasks docs
-