- 07 Oct, 2020 40 commits
-
-
Marcin Sedlak-Jakubowski authored
Docs: copy edit "add new file" doc See merge request gitlab-org/gitlab!44568
-
Kerri Miller authored
Disable "Clone repository" link for group wikis See merge request gitlab-org/gitlab!44564
-
Marcin Sedlak-Jakubowski authored
Changed or removed the word "currently" flagged by Vale in Epics See merge request gitlab-org/gitlab!44407
-
Douglas Barbosa Alexandre authored
Allow unauthenticated public project snippet API access See merge request gitlab-org/gitlab!44446
-
Michael Kozono authored
Update predicate to check read_licenses claim See merge request gitlab-org/gitlab!44464
-
Nick Gaskill authored
Add troubleshooting for `no matches for kind "Deployment" in version "extensions/v1beta1"` See merge request gitlab-org/gitlab!44264
-
Shinya Maeda authored
This commit improves the troubleshooting section
-
Suzanne Selhorn authored
Document pausing a runner See merge request gitlab-org/gitlab!44142
-
Nourdin el Bacha authored
-
Fabio Pitino authored
Resolve "Cannot include downstream pipeline with `include:file`" See merge request gitlab-org/gitlab!43404
-
Marius Bobin authored
Allow to include project files in parent-child pipelines ```yaml my-job: trigger: strategy: depend include: - project: 'my-group/my-pipeline-library' ref: 'master' file: 'path/to/child-pipeline.yml' ```
-
Douglas Barbosa Alexandre authored
Get a specific GPG key for a given user See merge request gitlab-org/gitlab!43693
-
Douglas Barbosa Alexandre authored
Fix NoMethodError when accessing protected environment for job See merge request gitlab-org/gitlab!44257
-
Sean McGivern authored
Speed up CI trace lib specs See merge request gitlab-org/gitlab!44462
-
Brandon Labuschagne authored
Remove deprecated audit controls styles See merge request gitlab-org/gitlab!44569
-
Jiaan Louw authored
This removes deprecated audit controls scss files. The styling has been replaced with utility classes.
-
Yannis Roussos authored
Remove unused index for container scanning reports See merge request gitlab-org/gitlab!44131
-
Andreas Brandl authored
Revert post-deploy migration See merge request gitlab-org/gitlab!44591
-
Natalia Tepluhina authored
Merge branch '262481-move-handlers-outside-of-domcontentloaded-app-assets-javascripts-pages-projects-packages' into 'master' Handlers outside of DOMContentLoaded: /packages/show See merge request gitlab-org/gitlab!44576
-
Imre Farkas authored
Expose scan object in unsaved findings See merge request gitlab-org/gitlab!44274
-
Andrew Fontaine authored
Enable sorting vulnerabiliies by state See merge request gitlab-org/gitlab!42974
-
Alan (Maciej) Paruszewski authored
-
Imre Farkas authored
Minor refactor analytics/cycle_analytics feature specs See merge request gitlab-org/gitlab!44412
-
Ezekiel Kigbo authored
Moves the remaining analytics/cycle_analytics specs into the groups folder alongside the others. Deletes the old directory
-
Mark Florian authored
Update dependency dompurify to ^2.1.1 See merge request gitlab-org/gitlab!44586
-
Mike Jang authored
List personal info fields in profile documentation See merge request gitlab-org/gitlab!44523
-
Dan Jensen authored
Previously the documentation for the User's Edit Profile page lacked detail on which "personal information" fields were available. This adds a rough list.
-
Igor Drozdov authored
Update and expose board labels in graphql See merge request gitlab-org/gitlab!44204
-
Nicolò Maria Mezzopera authored
Alert integrations table See merge request gitlab-org/gitlab!44181
-
Olena Horal-Koretska authored
-
Andreas Brandl authored
This has failed in a GitLab.com deploy: https://gitlab.com/gitlab-com/gl-infra/production/-/issues/2802
-
Jan Provaznik authored
Store Security::Scan and Security::Finding entries See merge request gitlab-org/gitlab!42634
-
Bob Van Landuyt authored
Only allow multiple reviewers in paid tiers See merge request gitlab-org/gitlab!44097
-
Sean McGivern authored
Mark sidekiq queues that require local shared disk access See merge request gitlab-org/gitlab!44504
-
John Skarbek authored
* Queues marked with this require some form of access for data that is shared among various components. An example might be that the queue writes data to a local directory that is quickly displayed to the user. * In scenarios where large installations exist, this requires some form of shared stored, commonly NFS, to be configured where sidekiq can write the data, but then a set of web front ends have the same NFS share such that they are capable of reading that data and vice versa. * This commit marks all queues _known_ to have such a dependency * As this dependency is removed, this tag should be removed
-
Enrique Alcántara authored
Resolve mock_data TODO See merge request gitlab-org/gitlab!44364
-
Olena Horal-Koretska authored
Merge branch '262491-move-handlers-outside-of-domcontentloaded-app-assets-javascripts-pages-projects-registry' into 'master' Handlers outside of DOMContentLoaded: /registry/repositories/index See merge request gitlab-org/gitlab!44579
-
Nicolò Maria Mezzopera authored
Create auto-fix user callout See merge request gitlab-org/gitlab!42405
-
Paul Gascou-Vaillancourt authored
Created the auto-fix user callout that shows up in the project security dashboard (unless previously dismissed).
-
Michelle Gill authored
-