- 15 Oct, 2019 40 commits
-
-
Thong Kuah authored
Update DAST report fixture, Fix deduplication logic See merge request gitlab-org/gitlab!17778
-
Pulkit Sharma authored
Renaming the old fixture to `gl-dast-report-legacy.json`
-
Evan Read authored
Document gitlab:graphql:compile_docs See merge request gitlab-org/gitlab!18548
-
Mario de la Ossa authored
-
Stan Hu authored
Raise issuable text limits See merge request gitlab-org/gitlab!18605
-
Evan Read authored
Explain how to protect manual jobs Closes #15819 See merge request gitlab-org/gitlab!18561
-
Marcel Amirault authored
-
Stan Hu authored
The 16,000 and 48,000-byte description and description HTML limits were a bit too low. In some of our onboarding tasks, the text took close to 170K. Our API limits the description to be 1 megabyte, so update the limit to match that. From https://gitlab.com/gitlab-org/gitlab/merge_requests/16181, the estimated description HTML multiple was 3x, so make this limit 5x to give some leeway.
-
Stan Hu authored
Avoid unnecessary locks on internal_ids (remove feature flag) Closes #30515 See merge request gitlab-org/gitlab!18328
-
Martin Wortschack authored
Implement dismissal behavior when dismissed vulnerabilities are hidden See merge request gitlab-org/gitlab!16207
-
Paul Slaughter authored
Front-End UI for design deletion See merge request gitlab-org/gitlab!15034
-
Natalia Tepluhina authored
This adds a new control to delete designs on the design page, and the mutations and state management to update the app.
-
Paul Slaughter authored
Update cluster link text Closes #31678 See merge request gitlab-org/gitlab!18322
-
Jacques Erasmus authored
- Also refactors the environment text function into smaller functions
-
Paul Slaughter authored
Add matching branch info to branch column Closes #32930 See merge request gitlab-org/gitlab!18352
-
Samantha Ming authored
- Remove last commit column - Move matching branch and detail to branch column - Make badge inline
-
Michael Kozono authored
Add spec for filtering by multiple authors See merge request gitlab-org/gitlab!18488
-
Clement Ho authored
Fix 3 icons showing for status emoji picker See merge request gitlab-org/gitlab!18509
-
Marcia Ramos authored
Fix small typo in gotcha.md See merge request gitlab-org/gitlab!18587
-
Kerri Miller authored
-
Marcia Ramos authored
Update broken link to global_md docs See merge request gitlab-org/gitlab!18461
-
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
-
Paul Gascou-Vaillancourt authored
-
Paul Gascou-Vaillancourt authored
When dismissed vulnerabilities are hidden: - Vulnerabilities list is refreshed when a vulnerability is dismissed - A toast notification confirms the dismissal and lets the user undo it - When cancelling the dismissal, the vulnerabilities list is refreshed
-
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.
-