- 07 Oct, 2019 40 commits
-
-
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
-
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
-
Nick Thomas authored
Explains what stage the Code Quality template job is using Closes #33410 See merge request gitlab-org/gitlab!18117
-
Marcia Ramos authored
Clarify the conditions in which `ref` is required See merge request gitlab-org/gitlab!18127
-
Nathan Friend authored
-
Robert Speicher authored
Do not strip forwarded message See merge request gitlab-org/gitlab!18196
-
Douglas Barbosa Alexandre authored
Update comment linking to the new issue See merge request gitlab-org/gitlab!18197
-
Sean McGivern authored
Rename LicenseManagement Report to LicenseScanning See merge request gitlab-org/gitlab!17935
-
Tetiana Chupryna authored
Rename report and its components with tests Fix usage of License Scanning report Replace name in all found places Update usage of the report Fix usage of the report
-
Filipa Lacerda authored
Fix moved help URL for administration monitoring performance See merge request gitlab-org/gitlab!18138
-
Marin Jankovski authored
-
Marin Jankovski authored
Fix search by IID reveals private data See merge request gitlab/gitlab-ee!1354
-
Dmitriy Zaporozhets authored
API: Add missing group parameters See merge request gitlab-org/gitlab!17220
-
Stan Hu authored
Optimize namespace.has_parent? See merge request gitlab-org/gitlab!17749
-
Jan Provaznik authored
We can avoid doing an extra SQL query for loading parent when only checking if parent exists. Because in Github import service we use nested setting of groups (so there is a situation when `group` is set but `group_id` not), we check presence of both group_id and group.
-
Kushal Pandya authored
Productivity Analytics: Use datetime for merged_at_after and merged_at_before Closes #33350 See merge request gitlab-org/gitlab!18150
-
Martin Wortschack authored
- Change merged_at_after and merged_at_before to datetime
-
Nathan Friend authored
The commit adds a link to the associated release for each tag on the Tags page (if the tag is associated with a release).
-
Grzegorz Bizon authored
Refactor `readiness` and `liveness` probes and add them to `sidekiq|web_exporter` See merge request gitlab-org/gitlab!17960
-
Kamil Trzciński authored
This adds liveness and readiness probes on sidekiq|web_exporters. This also improves readiness probe to return a success if at least one probe from the group (like Gitaly) returns success.
-
Walmyr Lima e Silva Filho authored
Add automated test for the burndown chart starter feature Closes gitlab-org/quality/testcases#175 See merge request gitlab-org/gitlab!18009
-
Jan Provaznik authored
When creating an issue from service desk email, we should keep quoted/forwarded part of the message.
-
Annabel Dunstone Gray authored
Use separate routes for sign in and sign up See merge request gitlab-org/gitlab!16482
-
Nicolas Dular authored
When the feature flag is enabled, we want to show a different layout for sign up. Otherwise, we redirect to the register tab on our original sign up flow
-