- 29 Sep, 2020 1 commit
-
-
Alan (Maciej) Paruszewski authored
This change adds ability to sort vulnerabilities by report type in GraphQL.
-
- 25 Sep, 2020 39 commits
-
-
Illya Klymov authored
Add ssh public key warning See merge request gitlab-org/gitlab!42303
-
Serena Fang authored
-
Kushal Pandya authored
Fixes start a new discussion not working with unified diff lines Closes #255278 See merge request gitlab-org/gitlab!43271
-
Kushal Pandya authored
Use gl-badge for vulnerability states See merge request gitlab-org/gitlab!43253
-
Kushal Pandya authored
Fix errors when checking MR task lists See merge request gitlab-org/gitlab!43125
-
Illya Klymov authored
Remove unused legend css code See merge request gitlab-org/gitlab!43275
-
Illya Klymov authored
Merge branch '231203-apply-gitlab-ui-button-styles-to-buttons-in-ee-app-views-projects-protected_environments' into 'master' Apply GitLab UI button styles to buttons in ee/app/views/projects/protected_environments Closes #231203 See merge request gitlab-org/gitlab!42747
-
Ezekiel Kigbo authored
Remove internal fields from alert details table See merge request gitlab-org/gitlab!43076
-
Tristan Read authored
-
Simon Knox authored
Fix namespace problem with dynamic vuex import See merge request gitlab-org/gitlab!43386
-
Eulyeon Ko authored
Also add feature spec for testing discussion lock in merge request pages.
-
Adam Hegyi authored
Adapt BatchCount for grouped records See merge request gitlab-org/gitlab!42326
-
Illya Klymov authored
Migrate gl-deprecated-button to gl-button Closes #219755 See merge request gitlab-org/gitlab!42215
-
Achilleas Pipinellis authored
Geo docs: Add "Releasing the feature" section to Self-Service Framework See merge request gitlab-org/gitlab!43249
-
Michael Kozono authored
-
Igor Drozdov authored
If the relation is grouped, Rails returns Hash: { group-key => count } https://apidock.com/rails/ActiveRecord/Calculations/count Since batch_count expects Integer in order to sum the counts up, we receive an error. We can sum up the Hash's size in this case.
-
Ash McKenzie authored
Add branches_to_be_notified param to hangouts Closes #220503 See merge request gitlab-org/gitlab!35599
-
Andy Soiron authored
The API documentation says that it is possible to update branches_to_be_notified via API but the endpoint was not accepting the parameter. This commit adds support for branches_to_be_notified
-
Achilleas Pipinellis authored
Added question about secondary login Closes #250686 See merge request gitlab-org/gitlab!43273
-
Fabian Zimmer authored
-
Sean McGivern authored
Remove billing and update Fulfillment categories See merge request gitlab-org/gitlab!43298
-
Igor Drozdov authored
Update ee/config/feature_flags/development/codeowners_match_ancestor_groups.yml See merge request gitlab-org/gitlab!43314
-
Heinrich Lee Yu authored
Show inherited labels in a subgroup and project labels page Closes #241990 See merge request gitlab-org/gitlab!42960
-
Dmytro Zaporozhets (DZ) authored
Store manifest import data outside of session See merge request gitlab-org/gitlab!42869
-
Marcel Amirault authored
Docs formatting fixes See merge request gitlab-org/gitlab!43377
-
Ben Bodenmiller authored
-
Phil Hughes authored
Merge branch '249368-unit-test-report-test-cases-with-errored-status-show-skipped-icon' into 'master' Unit Test Report: Fix icon for errored status See merge request gitlab-org/gitlab!42540
-
Miranda Fluharty authored
Use status_warning_borderless icon for errored test cases Use status_notfound_borderless as fallback icon for unknown status
-
Dmytro Zaporozhets (DZ) authored
Add severity and published sorting for incidents See merge request gitlab-org/gitlab!42800
-
Sean Arnold authored
- Specs for EE and CE
-
Ash McKenzie authored
Always set created_by_id when creating a user See merge request gitlab-org/gitlab!43342
-
Mark Chao authored
Merge branch '238314-search-ui-implement-issue-scope-results-filter-by-confidentiality-backend' into 'master' Backend support for search issue filtering by confidential See merge request gitlab-org/gitlab!42018
-
Mark Chao authored
Return max_seats_used in namespaces list API See merge request gitlab-org/gitlab!42644
-
Dmytro Zaporozhets (DZ) authored
Speed up banzai milestone reference filter specs See merge request gitlab-org/gitlab!43053
-
Natalia Tepluhina authored
Update Jira importer apollo client cache update to be immutable See merge request gitlab-org/gitlab!43318
-
James Lopez authored
Backfill group info for some Plan feature flags See merge request gitlab-org/gitlab!43251
-
Dylan Griffith authored
Speed up ee/spec/requests/api/search_spec.rb See merge request gitlab-org/gitlab!42695
-
Natalia Tepluhina authored
Merge branch '230720-tabs-vue-migrate-app-assets-javascripts-environments-folder-environments_folder_view-vue-to' into 'master' Migrate environments folder tabs to GlTabs See merge request gitlab-org/gitlab!42894
-
Heinrich Lee Yu authored
The HTML spec in https://www.w3.org/TR/html52/syntax.html#in-body mentions: Newlines at the start of textarea elements are ignored as an authoring convenience. This causes issues with task list parsing because the lines are now off by one. We didn't have this problem with issues because the textarea value was set in Javascript with Vue. This also removes instances of js-task-list-field which are actually unused.
-