- 30 Nov, 2020 1 commit
-
-
Russell Dickenson authored
Update doc/user/application_security/dependency_list/index.md See merge request gitlab-org/gitlab!48713
-
- 29 Nov, 2020 12 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.
-
Stan Hu authored
Setup Vuex state needed for group members filter bar See merge request gitlab-org/gitlab!48403
-
Peter Hegman authored
Pass options to Vuex store to be used by components
-
Stan Hu authored
Remove visualization tab on CI configs See merge request gitlab-org/gitlab!48635
-
- 28 Nov, 2020 4 commits
-
-
Becka Lippert authored
-
Stan Hu authored
resolves #241744 add Kroki to support more diagrams in AsciiDoc and Markdown See merge request gitlab-org/gitlab!44851
-
Stan Hu authored
Github Importer - import pull request merged by See merge request gitlab-org/gitlab!48561
-
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.
-
- 27 Nov, 2020 23 commits
-
-
Mayra Cabrera authored
Created alias to map issues `service_desk_reply_to` to `external_author` See merge request gitlab-org/gitlab!48363
-
Lee Tickett authored
-
Mayra Cabrera authored
Rename "CYCLE_ANALYTICS_*" variables for CI with "VSA_*" See merge request gitlab-org/gitlab!48675
-
Mayra Cabrera authored
Move (extra_)shared_runners_minutes to Ci::Minutes::Quota See merge request gitlab-org/gitlab!47712
-
Fabio Pitino authored
Method has been migrated into Ci::Minutes::Quota module as `purchased_minutes_used_up?` Move `shared_runners_minutes_used?` to Quota class Move Namespace#shared_runners_minutes_used? to the new Ci::Minutes::Quota#minutes_used_up? Renamed minutes_used to total_minutes_used
-
Nathan Friend authored
Merge branch '262109-fe-add-severity-counters-to-group-and-instance-vulnerability-reports-instance' into 'master' Add Vulnerability Severities count to instance report See merge request gitlab-org/gitlab!47863
-
David Pisek authored
* Add vulnerabilities severity count component to page * Add specs
-
Andrew Fontaine authored
Pipeline Graph Structural Update: Adding Accessors See merge request gitlab-org/gitlab!48558
-
Jan Provaznik authored
Remove `vue_issue_header` feature flag code See merge request gitlab-org/gitlab!48244
-
Craig Norris authored
Update Style Guide for Version handling See merge request gitlab-org/gitlab!48191
-
Craig Norris authored
Update guide for revised version handling.
-
Andrew Fontaine authored
Fixed double-border on WebIDE button See merge request gitlab-org/gitlab!48605
-
Craig Norris authored
Add more Ecosystem group metadata See merge request gitlab-org/gitlab!48298
-
Mark Florian authored
Fix MR options button visibility at desktop screen size See merge request gitlab-org/gitlab!48693
-
Fabio Pitino authored
Add limits for deployments per pipeline See merge request gitlab-org/gitlab!46931
-
-
Sarah GP authored
-
Sarah GP authored
Squashes 22 commits for rebase and applies previous changes Adjusts mounting funcs, adds query, specs
-
Kerri Miller authored
Update package_file to use FileStoreMounter concern See merge request gitlab-org/gitlab!48482
-
Steve Abrams authored
-
Patrick Bair authored
Improve ci_builds runner_id index See merge request gitlab-org/gitlab!48241
-
Adrien Kohlbecker authored
This reverts commit 102f1c8e97fdcd8dbca61b754219e83d33398482.
-
Coung Ngo authored
This commit fixes a previous one that accidentally removed `d-md-none` from the MR Options dropdown button
-