- 15 Oct, 2019 40 commits
-
-
Stan Hu authored
Remove failing post migration file See merge request gitlab-org/gitlab!18560
-
Adam Hegyi authored
This change removes the post migration file that drops the `analytics_repository_file_edits` table. The table is not in use, however for some reason post migration has failed on PRD.
-
Bob Van Landuyt authored
Externalize strings of group edit page See merge request gitlab-org/gitlab!15514
-
Bob Van Landuyt authored
Externalize strings of page ‘groups/new’ See merge request gitlab-org/gitlab!15507
-
Bob Van Landuyt authored
Remove DeleteAllRepositories RPC See merge request gitlab-org/gitlab!18390
-
Zeger-Jan van de Weg authored
Introduced in COMMIT ID,
-
Lin Jen-Shin authored
Docs: Update Gotchas page with comment clarifications See merge request gitlab-org/gitlab!18593
-
Sean McGivern authored
Enable grid, frame and stripes styling on AsciiDoc tables See merge request gitlab-org/gitlab!18165
-
Tom Atkins authored
PostgreSQL support troubleshooting page See merge request gitlab-org/gitlab!18323
-
Arturo Herrero authored
-
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
-
antony liu authored
-
antony liu authored
-