- Nov 30, 2020
-
-
-
Lin Jen-Shin authored
Fix parallel_rspec_runner not to run all tests See merge request !48733
-
Ash McKenzie authored
Remove audit_log_export_csv feature flag See merge request !48669
-
Mike Kozono authored
Geo: Backfill existing Snippets See merge request gitlab-org/gitlab!46904
-
Alper Akgun authored
Add successful experiment cleanup template See merge request !48259
-
- standardization.
-
Vitaly Slobodin authored
Remove unused code for vulnerability chart on pipeline security tab See merge request !48422
-
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 !48694
-
Thong Kuah authored
-
Suzanne Selhorn authored
Fix future tense issues See merge request !48717
-
Suzanne Selhorn authored
Fix future tense issues See merge request !48716
-
Suzanne Selhorn authored
Fix future tense issues See merge request !48715
-
Albert authored
-
Ash McKenzie authored
Remove EE project resolver procs See merge request !48447
-
- DastSiteProfileResolver - DastSiteValidationResolver
-
Russell Dickenson authored
Update doc/user/application_security/dependency_list/index.md See merge request !48713
-
- Nov 29, 2020
-
-
Russell Dickenson authored
Add link to misconception See merge request !48657
-
-
Stan Hu authored
!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 #289669
-
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
-
Currently is very hard to debug a Github Import. This commit logs each step of the import process to make it easier to debug.
-
Rachel Gottesman authored
-
Rachel Gottesman authored
-
Rachel Gottesman authored
-
Pass options to Vuex store to be used by components
-
- Nov 28, 2020
-
-
Becka Lippert authored
-
Kassio Borges authored
The merged by field is not available on the list of pull requests, which is used to import the merge request. Therefore, for each merged pull request we need to do another request to Github to fetch this field. Once fetched, if the user can be mapped to a GitLab user, it's added as to the `MergeRequest::Metrics#merged_by`. Otherwise, a note is added to the merge request with the text: 'Merged by "login"', where "login" is the Github login of the user who merged the pull request in Github.
-
- Nov 27, 2020
-
-
Mayra Cabrera authored
Created alias to map issues `service_desk_reply_to` to `external_author` See merge request !48363
-
-
Mayra Cabrera authored
Rename "CYCLE_ANALYTICS_*" variables for CI with "VSA_*" See merge request !48675
-