- 31 Jul, 2020 40 commits
-
-
Paul Slaughter authored
*What happened?* `pre` has some `overflow: auto` rules which causes issues when loading the monaco editor that expects to not have `overflow: visible` on the parent. *What's the fix?* We really shouldn't put elements under a `pre`, so this MR moves `pre` inside the #editor elements to help present the content while the editor bit is loading.
-
Wayne Haber authored
Update vuln dashboard help page See merge request gitlab-org/gitlab!38321
-
Wayne Haber authored
-
Mark Florian authored
Add workaround for Chrome/Edge 84 SVG bug See merge request gitlab-org/gitlab!38304
-
Michael Kozono authored
Resolve "Alphabetize list of application settings" See merge request gitlab-org/gitlab!38298
-
Michael Kozono authored
Geo - Remove the Geo::Fdw::Project.search method See merge request gitlab-org/gitlab!38347
-
Douglas Barbosa Alexandre authored
Since GitLab 13.2 we don't rely on FDW queries to sync/verify these repositories.
-
Douglas Barbosa Alexandre authored
Exclude instance-level services from usage data See merge request gitlab-org/gitlab!38147
-
Nick Gaskill authored
Added note of when vulnerability details were added See merge request gitlab-org/gitlab!38365
-
Russell Dickenson authored
-
Alessio Caiazza authored
Add iteration page within projects See merge request gitlab-org/gitlab!37715
-
Douglas Barbosa Alexandre authored
Resolve "Find better place for app/models/*enum.rb modules" Closes #202207 See merge request gitlab-org/gitlab!38061
-
Igor Drozdov authored
Fix insights `period_field` parameter See merge request gitlab-org/gitlab!38404
-
Tyler Amos authored
Puts application settings in alphabetical order for defaults and api documentation. These were mostly in order already but this fixes the exceptions. Sorted using VSCode's "Sort Lines Ascending" command palette feature.
-
Arturo Herrero authored
There is an index index_services_on_type_and_id_and_template_when_active introduced in 3a44d110 to optimize the queries performance for the services usage data. The usage data counter is iterating over the index in 10K batches, without covering all the fields (type, id, template, instance), the database would need to constantly look at the table for the instance column (extra I/O).
-
Arturo Herrero authored
-
Andrew Fontaine authored
Onboarding issues invite teammates - frontend See merge request gitlab-org/gitlab!37953
-
Lukas Eipert authored
Chrome and Edge 84 have a bug relating to icon sprite svgs https://bugs.chromium.org/p/chromium/issues/detail?id=1107442 If the SVG is loaded, under certain circumstances the icons are not shown. As a workaround we use the well-tested svg4everybody and forcefully include the icon fragments into the DOM and thus circumventing the bug.
-
Douglas Barbosa Alexandre authored
Add option to query a single board list with GraphQL API See merge request gitlab-org/gitlab!38216
-
Andrew Fontaine authored
Merge branch '202600-migrate-fa-spinner-to-spinner-for-app-views-shared-_new_project_item_select-html-haml' into 'master' Migrate app/views/shared/_new_project_item_select.html.haml FA icons See merge request gitlab-org/gitlab!38177
-
Stan Hu authored
Add `resoved_on_default_branch` attribute to VulnerabilityType See merge request gitlab-org/gitlab!38300
-
Stan Hu authored
Merge branch '225584-retrieve-security-dashboard-url-used-on-project-severity-status-report-from-backend-be' into 'master' Add security_dashboard_path to GraphQL ProjectType See merge request gitlab-org/gitlab!38171
-
Stan Hu authored
Support writing variables to CI config See merge request gitlab-org/gitlab!37516
-
rossfuhrman authored
Add support for writing variables to the .gitlab-ci.yml file created when using the SAST configuration UI
-
Stan Hu authored
fix request typo See merge request gitlab-org/gitlab!38370
-
Adam Hegyi authored
This change casts the `period_field` parameter to Symbol so the validation will not detect an error when a string `period_field` is given.
-
Andrew Fontaine authored
Allow ref selector component to receive parent attributes See merge request gitlab-org/gitlab!38401
-
Alex Buijs authored
When creating a group allow to invite new teammates.
-
Marcel Amirault authored
Remove previous code quality definitions from documentation See merge request gitlab-org/gitlab!38223
-
Ricky Wiens authored
- The previous definitions are no longer recommended to be used.
-
Andrew Fontaine authored
Make storage alert conform with other alerts Closes #230718 See merge request gitlab-org/gitlab!38058
-
Ragnar Hardarson authored
To conform with other page-level alerts we've got
-
Andrew Fontaine authored
Convert labels autocomplete from at.js to tribute See merge request gitlab-org/gitlab!37487
-
Coung Ngo authored
Convert to tribute so we can remove the unmaintained jQuery-based atjs library
-
Mark Florian authored
Update dependency @gitlab/ui to v17.40.0 See merge request gitlab-org/gitlab!38238
-
Paul Slaughter authored
Fix issues_spec when vue_issuables_list ff is off Closes #224038 See merge request gitlab-org/gitlab!38010
-
Jan Provaznik authored
Improve project snippet internal access spec See merge request gitlab-org/gitlab!38314
-
Igor Drozdov authored
Allow optional keyset pagination for branch list API See merge request gitlab-org/gitlab!37524
-
David Kim authored
- optional `pagination: 'keyset'` can be passed in to enable keyset pagination - adds next page link to Link and Links header
-
Jan Provaznik authored
Fix flaky tests on historical vulnerability statistic specs See merge request gitlab-org/gitlab!38377
-