- 15 Oct, 2019 40 commits
-
-
Sanad Liaquat authored
Fix merge request approvals test and others Closes #33762 See merge request gitlab-org/gitlab!18427
-
Mark Lapierre authored
Previously fabricate_or_use would only create a User instance with the provided username and password. This was fine when only those creds were needed (e.g., to sign on), but it's not enough in tests that need other user details, e.g., the user's name. This changes fabricate_or_use so that it fetches the user via the API, which provides access to the user's details.
-
Sanad Liaquat authored
Refactor RSpec test suite to remove duplication See merge request gitlab-org/gitlab!18532
-
Kushal Pandya authored
Fix cancel button in issue template update warning See merge request gitlab-org/gitlab!18334
-
Fatih Acet authored
This commit also does the following: - Adds an extra spec to validate close and dismiss buttons - Adds an extra assertion to validate template warning element not found on the DOM - Fixes resetting template content for new issues - Fixes content saving to localStorage when template changed
-
Thong Kuah authored
Add controller and feature flag for code analytics See merge request gitlab-org/gitlab!17618
-
Aakriti Gupta authored
- Add feature flag for code analytics actions. - Connect the controller to the real finder backend. - Implement input parameter validation. - Update the query to return the repository file id.
-
Thong Kuah authored
Allocate IID for deployments outside of the pipeline transaction Closes #21518 See merge request gitlab-org/gitlab!17696
-
Sean McGivern authored
Rename Vulnerabilities to Findings in Groups security routes See merge request gitlab-org/gitlab!17355
-
Victor Zagorodny authored
Add support of both /vulnerability_findings and /vulnerabilities routes for Group Security Dashboard, toggled by the feature flag.
-
Kushal Pandya authored
Revert "Revert multi select" See merge request gitlab-org/gitlab!18516
-
Kamil Trzciński authored
Remove `depend_on_persistent_pipeline_ref` feature flag Closes #14863 See merge request gitlab-org/gitlab!18185
-
Kamil Trzciński authored
Allow config Sidekiq worker memory limit in ENV See merge request gitlab-org/gitlab!18071
-
Grzegorz Bizon authored
Make IS_GITLAB_EE consistent See merge request gitlab-org/gitlab!18442
-
Kamil Trzciński authored
Currently: 1. If `IS_GITLAB_EE=` is used, it fails to generate Webpack as it cannot be parsed as JSON, 2. If `IS_GITLAB_EE=1` is used, it fails on GitLab CE, 3. If `IS_GITLAB_EE=0` it does work correctly, and disables EE, 4. If `IS_GITLAB_EE=1` is used on GitLab EE it effectively required to run on EE changes. This changes to: Make `IS_GITLAB_EE=` to donate the intent to disable or enable EE sources, instead of requiring it, and makes the check consitent in behaviour.
-
Nick Thomas authored
Bump GITLAB_ELASTICSEARCH_INDEXER_VERSION=v1.4.0 Closes #33255 and gitlab-elasticsearch-indexer#39 See merge request gitlab-org/gitlab!18558
-
Thong Kuah authored
Enable frozen string for spec/tasks See merge request gitlab-org/gitlab!18552
-
Achilleas Pipinellis authored
Edit new configuration settings documentation See merge request gitlab-org/gitlab!18557
-
Evan Read authored
-
Tim Zallmann authored
Remove ActionType constants from epic tree frontend See merge request gitlab-org/gitlab!17971
-
Winnie Hellmann authored
-
Shinya Maeda authored
This commit removes the FF as it's deemed stable
-
Shinya Maeda authored
This commit reduces the lock contention of internal iid
-
Dylan Griffith authored
Which fixes https://gitlab.com/gitlab-org/gitlab/issues/33255 and also includes https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer/merge_requests/39
-
Evan Read authored
Add more details on how to use Docker-based Gitlab with Docker-based PlantUML See merge request gitlab-org/gitlab!18204
-
Martin Melka authored
The MR also fixes the relative path to the PlantUML service
-
Martin Wortschack authored
Fix metrics chart embed tooltip spacing Closes #34063 See merge request gitlab-org/gitlab!18543
-
Tristan Read authored
-
Nick Thomas authored
Operator can see all projects using an instance level cluster See merge request gitlab-org/gitlab!18173
-
Russell Dickenson authored
Refactor of appearance/customization docs Closes #31189 See merge request gitlab-org/gitlab!18049
-
Marcel Amirault authored
Move most information regarding the appearance section to /user/admin_area, and redirect from /customization. Updates screenshots, information, process, etc.
-
Thong Kuah authored
Fixed cert-manager retry logic to apply correct exit code Closes #34065 See merge request gitlab-org/gitlab!18545
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Thong Kuah authored
Enable frozen string for spec/uploaders See merge request gitlab-org/gitlab!18547
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Evan Read authored
Update Auto DevOps quickstart Closes #33075 See merge request gitlab-org/gitlab!18356
-
Daniel Gruesso authored
Update guide to show new base domain loc, update images
-
Qingyu Zhao authored
-
Evan Read authored
Instructions to set your Geo Node Name Closes #11501 See merge request gitlab-org/gitlab!18463
-
Zack Cuddy authored
-