- 08 Jun, 2020 40 commits
-
-
Robert Speicher authored
Rename StuckImportJobsWorker to StuckProjectImportJobsWorker Closes #218563 See merge request gitlab-org/gitlab!32965
-
Marcin Sedlak-Jakubowski authored
Docs: external users can access public projects See merge request gitlab-org/gitlab!33796
-
Illya Klymov authored
Resolve "Back 'Vulnerabilities over time' report with Standalone Vulnerability data on Instance & Group Security Dashboard" See merge request gitlab-org/gitlab!32301
-
Nick Thomas authored
Remove async_merge_request_check_mergeability feature flag See merge request gitlab-org/gitlab!33917
-
Oswaldo Ferreira authored
GraphQL endpoint for Jira users import See merge request gitlab-org/gitlab!33501
-
Sean McGivern authored
Retry failed vulnerability export jobs up to 3 times See merge request gitlab-org/gitlab!33986
-
Nathan Friend authored
Resolve "Too much x-axis padding on the Environments Dashboard" Closes #195692 See merge request gitlab-org/gitlab!32533
-
Rayana Verissimo authored
-
Mike Jang authored
Add a Welsh proofreader See merge request gitlab-org/gitlab!34008
-
Sean McGivern authored
Update routes for lost-and-found group and projects See merge request gitlab-org/gitlab!33653
-
Mehmet Emin INAC authored
-
Mehmet Emin INAC authored
Previously we were marking the export object as failed if it fails in the first export try and were suppressing the exception to fool sidekiq to not to retry the job. We decided to change this behaviour and let sidekiq to try the job if it fails.
-
Enrique Alcántara authored
Group toolbar code icons Closes #220616 See merge request gitlab-org/gitlab!34006
-
Derek Knox authored
Organize inline-code and code-block icons in the toolbar for subtle IA improvement
-
Nick Thomas authored
Update validates_hostname and i18n gem patch levels See merge request gitlab-org/gitlab!34010
-
Phil Hughes authored
Fix Filtered Search bar layout on small screens See merge request gitlab-org/gitlab!34061
-
Nick Thomas authored
Resolve "Group members domain allow-list should allow multiple domains" See merge request gitlab-org/gitlab!33498
-
Manoj M J authored
This change allows to specify multiple email domains in a comma separated fashion, when specifying domains to restrict group membership of users by.
-
Nick Thomas authored
Add metrics dashboard schema validation as graphQL field for metrics dashboard resource Closes #210289 See merge request gitlab-org/gitlab!33592
-
Mark Florian authored
Remove network_policy_management feature flag See merge request gitlab-org/gitlab!33667
-
Kushal Pandya authored
Update dependency @gitlab/ui to v16.3.0 See merge request gitlab-org/gitlab!33989
-
Nick Thomas authored
Create GraphQL mutation for DAST on-demand scans See merge request gitlab-org/gitlab!33019
-
Mark Florian authored
Migrate translate_spec to Jest See merge request gitlab-org/gitlab!33993
-
Kushal Pandya authored
Migrate 3 specs in vue_shared to Jest See merge request gitlab-org/gitlab!34001
-
Kushal Pandya authored
-
Mark Florian authored
Remove legacy license management dropdown See merge request gitlab-org/gitlab!31553
-
Adam Hegyi authored
Clean up serialized objects in audit_events See merge request gitlab-org/gitlab!32434
-
Philip Cunningham authored
In order to support the ability to run on-demand DAST scans we've added a new GraphQL mutation, supported by a new service object, behind a new feature flag.
-
Marcia Ramos authored
Add a note for 13.0.1 upgrades See merge request gitlab-org/gitlab!33978
-
Tan Le authored
This change removes serialized ruby object in `details` hash field in audit_events table. This causes unnecessary coupling with application code and poses potential future breakage. This change also facilitates future DB redesign work (e.g. jsonb migration) on this large table as it does not require application code to be loaded.
-
Marcia Ramos authored
Update codeowners docs with access restrictions note See merge request gitlab-org/gitlab!33645
-
Daniel Gruesso authored
-
Alexandru Croitor authored
We now have 2 types of imports, project imports and jira issue imports as well as 2 types of workers to check for stuck imports. Renaming the classes should help to make the code easier to read and understand.
-
Mark Florian authored
Update ImportProjectsTable component See merge request gitlab-org/gitlab!33893
-
Illya Klymov authored
- introduce support for incompatible repos rows - refactor storage according to latest Vuex guidelines - added slots for warning messages
-
Stan Hu authored
fix has to have typo See merge request gitlab-org/gitlab!34005
-
Mark Florian authored
Updates the calendar, ellipsis and compress icon to SVG icons See merge request gitlab-org/gitlab!33949
-
Tim Zallmann authored
Update Compress Icon to size 48
-
charlie ablett authored
Parse requirements reports See merge request gitlab-org/gitlab!33031
-
Jan Provaznik authored
Process requirements reports in job artifacts and set 'passed' status for existing open requirements.
-