- 30 Nov, 2020 31 commits
-
-
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 9 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
-
Kassio Borges authored
Github has the concept of pull request reviews, where a user can add a comment with the type: "APPROVED", "CHANGES_REQUESTED" or "COMMENTED". This commit introduces the ability to import this type of comments from Github. For the "APPROVED" type, if the author of the comment can be mapped to a Gitlab user, an merge request approval is created. For all the types a note is added to the merge request. If the author of the review cannot be mapped to a Gitlab user a complementary text is added to the original review body informing the original author of the review.
-
Amy Phillips authored
-
Stan Hu authored
Github Importer - Add logs to the import process See merge request gitlab-org/gitlab!48512
-
Kassio Borges authored
Currently is very hard to debug a Github Import. This commit logs each step of the import process to make it easier to debug.
-