- 30 Nov, 2020 35 commits
-
-
Martin Wortschack authored
-
Bob Van Landuyt authored
Promote ProjectPipelineResolver query to finder See merge request gitlab-org/gitlab!47521
-
Philip Cunningham authored
Moves query in ProjectPipelineResolver to Ci::PipelinesFinder.
-
Mark Florian authored
Merge branch '273580-when-selecting-issue-type-and-closing-the-dropdown-the-issue-gets-submitted-right-away' into 'master' Add type=button to issue type selector close button to prevent premature submission See merge request gitlab-org/gitlab!48249
-
Nicolò Maria Mezzopera authored
Update settings_dropdown.vue to use text-sr-only attribute See merge request gitlab-org/gitlab!48681
-
Ramya Authappan authored
Quarantine failing create spec See merge request gitlab-org/gitlab!48757
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!48761
-
Natalia Tepluhina authored
Improve Apollo/GraphQL docs on fetchMore/pagination and tests See merge request gitlab-org/gitlab!48245
-
Michael Lunøe authored
Improve documentation to scope `mockApollo` only to where it is needed.
-
Kushal Pandya authored
Remove Bootstrap 4's Cards components from Issuables and Todos See merge request gitlab-org/gitlab!48004
-
Kushal Pandya authored
Reorder of lists using moveList VueX action See merge request gitlab-org/gitlab!48344
-
Simon Knox authored
Still needs some specs for start/end behaviour and maybe some kind of integration ones would be worthwhile rather than testing draggable internals
-
Mikołaj Wawrzyniak authored
Remove unused action from BranchesController See merge request gitlab-org/gitlab!48596
-
Lin Jen-Shin authored
Strip leading `./` in test mapping spec path See merge request gitlab-org/gitlab!48743
-
Albert Salim authored
-
GitLab Release Tools Bot authored
-
Simon Knox authored
Add gitlab-ui styles to issuable bootstrap buttons See merge request gitlab-org/gitlab!48532
-
Sanad Liaquat (Personal) authored
-
Lin Jen-Shin authored
Fix parallel_rspec_runner not to run all tests See merge request gitlab-org/gitlab!48733
-
Ash McKenzie authored
Remove audit_log_export_csv feature flag See merge request gitlab-org/gitlab!48669
-
Michael Kozono authored
Geo: Backfill existing Snippets See merge request gitlab-org/gitlab!46904
-
Alper Akgun authored
Add successful experiment cleanup template See merge request gitlab-org/gitlab!48259
-
Doug Stull authored
- standardization.
-
Mark Chao authored
Fix ruby 2.7 keyword deprecation See merge request gitlab-org/gitlab!48742
-
Vitaly Slobodin authored
Remove unused code for vulnerability chart on pipeline security tab See merge request gitlab-org/gitlab!48422
-
Daniel Tian authored
Remove unused vulnerability chart from Vuex vulnerability list, which is only used on the pipeline security tab
-
Kushal Pandya authored
Adds gitlab button classes to push rules See merge request gitlab-org/gitlab!48694
-
Thong Kuah authored
-
Suzanne Selhorn authored
Fix future tense issues See merge request gitlab-org/gitlab!48717
-
Suzanne Selhorn authored
Fix future tense issues See merge request gitlab-org/gitlab!48716
-
Suzanne Selhorn authored
Fix future tense issues See merge request gitlab-org/gitlab!48715
-
Albert Salim authored
-
Ash McKenzie authored
Remove EE project resolver procs See merge request gitlab-org/gitlab!48447
-
charlie ablett authored
- DastSiteProfileResolver - DastSiteValidationResolver
-
Russell Dickenson authored
Update doc/user/application_security/dependency_list/index.md See merge request gitlab-org/gitlab!48713
-
- 29 Nov, 2020 5 commits
-
-
Russell Dickenson authored
Add link to misconception See merge request gitlab-org/gitlab!48657
-
Sokunrotanak Srey authored
-
Stan Hu authored
Fix import of LFS files in GitHub import See merge request gitlab-org/gitlab!48722
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/48512 may have exposed a bug in GitHub LFS import that caused LFS objects to be downloaded sequentially via `LfsImportService` rather than in parallel. Instead of returning individual `LfsObject` objects, the service would import all files and return a Hash indicating success or failure. This error was caught by an exception handler with the message: ``` undefined method `oid' for [:status, :success]:Array ``` This caught exception prevented the failure from stalling out the importer process. We may want to reintroduce that behavior. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/289669
-
Stan Hu authored
Github Importer - Import pull request reviews See merge request gitlab-org/gitlab!48632
-