- 11 Dec, 2020 1 commit
-
-
Maxime Orefice authored
This commits extracts the business logic required to build a diff report between the head and the base pipeline. This logic has been extracted to an abstract class to facilitate future report comparison.
-
- 09 Dec, 2020 39 commits
-
-
Mike Jang authored
SSH does not work with personal access tokens See merge request gitlab-org/gitlab!49363
-
Harsh Chouraria authored
The SSH mode of access purely relies on the key material being exchanged during the SSH protocol, and does not perform lookups of passwords or personal access tokens The doc page is correct in that the tokens can be used in place of passwords for basic HTTP(S) authentication, but they cannot be used as passwords during SSH operations performed through Git
-
Amy Qualls authored
Fix cURL examples that need double quotes See merge request gitlab-org/gitlab!49545
-
Gabriel Mazetto authored
Remove ignore statement for namespace_storage_size_limit See merge request gitlab-org/gitlab!47385
-
Amy Qualls authored
Move GitOps page into development docs See merge request gitlab-org/gitlab!49262
-
Amy Qualls authored
Move the first half of the GitOps page from an external repository to the development documentation. The second half of the page discusses an architectural implementation that doesn't yet exist, so I didn't add it.
-
Gabriel Mazetto authored
Add resolver types to registry resolvers See merge request gitlab-org/gitlab!47584
-
Amy Qualls authored
Docs: Deploy boards are now in Core See merge request gitlab-org/gitlab!31956
-
Gabriel Mazetto authored
Fix N+1 queries loading milestones when exporting CSVs See merge request gitlab-org/gitlab!49429
-
Andrew Fontaine authored
Use a separate commit for formatting changes See merge request gitlab-org/gitlab!49052
-
Rémy Coutable authored
Use test detection based on crystalball mapping in rspec jobs (take 3) See merge request gitlab-org/gitlab!49446
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!49552
-
Adam Hegyi authored
Merge branch '280589-set-vulnerabilities-as-dismissed-when-they-have-dismissed-feedback' into 'master' Set vulnerability as dismissed when there is dismissal feedback See merge request gitlab-org/gitlab!48795
-
Alan (Maciej) Paruszewski authored
This change adds background migration to fix problem with vulnerabilities that are not dismissed, when they have dismissal feedback created for associated findings.
-
Tim Zallmann authored
Replace fa-tag with label SVG See merge request gitlab-org/gitlab!49573
-
Andreas Brandl authored
Add iteration_id column to lists See merge request gitlab-org/gitlab!48103
-
Marcel Amirault authored
Remove references to cross_project_pipeline source See merge request gitlab-org/gitlab!49579
-
Michael Le authored
-
David O'Regan authored
Add artifacts dropdown to security MR widget See merge request gitlab-org/gitlab!48769
-
Mark Florian authored
This implements the report artifacts download dropdown on the Core security MR widget, for https://gitlab.com/gitlab-org/gitlab/-/issues/249544. This is implemented behind the `core_security_mr_widget_downloads` feature flag, whose rollout is tracked by https://gitlab.com/gitlab-org/gitlab/-/issues/273418.
-
Enrique Alcantara authored
When the Static Site Editor generates markdown from the WYSIWYG editor, it does it following formatting preferences that may be different from the original preferences in the edited file As a result, when the user creates a merge request with the Static Site Editor, the merge request contains many changes that result from generating markdown with different formatting preferences. For example the file may use a different syntax to set text as bold from the one used in the editor This change moves those formatting changes to a separate commit
-
Achilleas Pipinellis authored
Clarify instructions on performing a restore on a source installation See merge request gitlab-org/gitlab!49539
-
Kenneth Chu authored
-
Enrique Alcántara authored
Add upcoming deployment column to environments page See merge request gitlab-org/gitlab!48062
-
Nathan Friend authored
This commit updates the Environments table with a new column: upcoming deployment.
-
Fabio Pitino authored
-
Sarah Groff Hennigh-Palermo authored
Leverage CSS vs. JS for pipeline padding See merge request gitlab-org/gitlab!46914
-
Bob Van Landuyt authored
Remove HTML todolist functionality See merge request gitlab-org/gitlab!48020
-
Stan Hu authored
Asynchronously process peek stats See merge request gitlab-org/gitlab!48149
-
Jan Provaznik authored
Adds a worker which asynchronously builds prometheus stats from Peek profiling data.
-
Martin Wortschack authored
DevOps Report: Filter segments in the segment modal See merge request gitlab-org/gitlab!49549
-
Martin Wortschack authored
-
Jan Provaznik authored
Add reviewers to MergeRequest API responses See merge request gitlab-org/gitlab!49192
-
Dmytro Zaporozhets (DZ) authored
Remove authorize_list_type_resource method See merge request gitlab-org/gitlab!49350
-
Marcin Sedlak-Jakubowski authored
Update API template to include metadata See merge request gitlab-org/gitlab!46607
-
Amy Qualls authored
As part of getting stage / group ownership metadata into all docs pages, we need to update the template that generates doc/api/graphql/reference/index.md
-
Brandon Labuschagne authored
We add the functionality to filter the group values in this commit.
-
Ramya Authappan authored
Add install package check to conan test See merge request gitlab-org/gitlab!49459
-
Sofia Vistas authored
-