- 07 Oct, 2020 40 commits
-
-
drew cimino authored
-
Stan Hu authored
Add rubocop for expectations on Gitlab::Tracking#event See merge request gitlab-org/gitlab!43615
-
Dallas Reedy authored
Adds a new RuboCop cop for protecting against doing expect(Gitlab::Tracking).to receive(:event) within specs. All existing offending files are added to the .rubocop_todo.yml file and should be converted at our earliest convenience.
-
Stan Hu authored
Add API Fuzzing report type to backend See merge request gitlab-org/gitlab!43763
-
Michael Eddington authored
The new report type uses the Dast report parser as the schema is shared between API Fuzzing and DAST. * Update the backend code * Update GraphQL schema * Update related tests * Add sample report to test assets
-
Stan Hu authored
Return nil when fetching a wiki page with invalid arguments See merge request gitlab-org/gitlab!44302
-
Nathan Friend authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!44452
-
Igor Drozdov authored
Split full name to first and last name for signup See merge request gitlab-org/gitlab!42346
-
Jose Ivan Vargas authored
Fix console null errors in security dashboard See merge request gitlab-org/gitlab!44076
-
Kev authored
-
Jose Ivan Vargas authored
Add warning state & tooltips in usage quota table See merge request gitlab-org/gitlab!44396
-
Mike Jang authored
Fixed three sentences for the create-project.md file See merge request gitlab-org/gitlab!44418
-
Stefanie Saffern authored
1. Changed cannot to can't (27:26) 2. Added a comma after or in a list of four items (36:6) 3. The linter mentions changing "you have" to "you've" in the sentence (134:19). "If you have access rights to the associated namespace, . . ." It doesn't sound right to contract you have because "have" is the main verb. I changed the sentence to "If you have access rights to the associated namespace, . . ." @mjang1 I still need to fix future tense in this issue. I will wait to do it once you have approved of the MR. Thanks
-
Paul Slaughter authored
Replace fa-search with GitLab SVG search icon See merge request gitlab-org/gitlab!43110
-
Justin Ho Tuan Duong authored
- Replace in HAML and Vue files - Update selectors in specs - Remove icon definitions in fontawesome_custom.scss - Add changelog
-
Mark Florian authored
Merge branch '219840-replace-gl-deprecated-button-with-gl-button-in-ee-app-assets-javascripts-vue_shared' into 'master' Replace deprecated button See merge request gitlab-org/gitlab!42065
-
Kyle Mann authored
-
Mike Jang authored
Changes to SCIM identity documentation See merge request gitlab-org/gitlab!44493
-
Anna-Lester authored
* 20:1 Currently removed as flagged by Vale linter * 54:165 will match changed to matches * 66:38 will set changed to gets * 78:25 will uniquely identify changed to uniquely identifies * 81:142 will likely cause changed to may cause * 113:42 will only sync changed to only syncs * 114:56 it will sync changed to it syncs * 116:58 will appear changed to appears * 120:1 sentence shortened by splitting into two sentences. * 120:71 will likely changed to may
-
Jose Ivan Vargas authored
Separate issues list scss for EE See merge request gitlab-org/gitlab!44551
-
Amy Qualls authored
Merge branch '235391-support-group-milestones-to-be-associated-with-project-releases-in-api-3' into 'master' Group Milestones to be associated with Project Releases in API documentation See merge request gitlab-org/gitlab!44395
-
Amy Qualls authored
Documenting cluster cost management See merge request gitlab-org/gitlab!43721
-
Viktor Nagy authored
and fixed a typo
-
Mike Jang authored
Clarify which file the Scalability team maintains See merge request gitlab-org/gitlab!44555
-
Amy Qualls authored
-
Markus Koller authored
Fix UnresolvedValueError in instance statistics See merge request gitlab-org/gitlab!44475
-
Kushal Pandya authored
Apply GitLab UI button styles to buttons in app/views/shared/wikis directory See merge request gitlab-org/gitlab!44338
-
Kushal Pandya authored
Apply GitLab UI button styles to buttons in app/views/projects/commits directory See merge request gitlab-org/gitlab!44331
-
Grzegorz Bizon authored
Use optimistic locking to safely migrate a build trace chunk See merge request gitlab-org/gitlab!44588
-
Jose Ivan Vargas authored
Migrate trigger block button on the jobs log page See merge request gitlab-org/gitlab!44466
-
Andreas Brandl authored
Remove index on issues.relative_position See merge request gitlab-org/gitlab!43991
-
Sean McGivern authored
This index is only on a single column, `relative_position`. However, when we query issues by anything other than ID, we pretty much always do that with a filter on `project_id`. (The exception is an admin user viewing a dashboard, which is a rare case, and there aren't instance-level boards anyway.) We already have an index that's perfect for filtering by `project_id` and ordering by `relative_position`, because it's on these columns: (project_id, relative_position, state_id, id DESC) But sometimes the planner won't use it because of this index, which can lead to poor query performance.
-
Jose Ivan Vargas authored
Fix typo in SecurityApprovals See merge request gitlab-org/gitlab!44538
-
Thiago Figueiró authored
-
Grzegorz Bizon authored
-
Heinrich Lee Yu authored
Remove beta check for project subscriptions See merge request gitlab-org/gitlab!44601
-
Grzegorz Bizon authored
Add ComposableHash to DRY entry `compose!` See merge request gitlab-org/gitlab!44173
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/-/issues/235391 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/43395
-
Robert Speicher authored
This adds a status label to http_requests_total See merge request gitlab-org/gitlab!44468
-
Robert Speicher authored
Remove store_instance_statistics_measurements FF See merge request gitlab-org/gitlab!44566
-