- 15 Jun, 2021 26 commits
-
-
Patrick Steinhardt authored
Both the ChangeAccess class and the BaseChecker work on a single change only. Given that we're about to introduce batched checking, this commit renames both classes to SingleChangeAccess and BaseSingleChecker to highlight their nature.
-
Patrick Steinhardt authored
We're about to split up access checks into those which are specific to references and those which are specific to all changed objects. This requires some refactoring on our side where we not only iterate over all changes separately, but also where we do another batched check for all objects introduced via all changes at once. To ease the transition, refactor the access checks into their own function. This allows us to more easily handle timeouts across both kinds of checks.
-
Patrick Steinhardt authored
The specs which verify that LFS checks aren't executed for a project which got LFS disabled do not work on my machine when executed directly. Fix this by explicitly overriding `lfs_enabled?` to return `false`.
-
Vitaly Slobodin authored
Update Styling of MR-Widget See merge request gitlab-org/gitlab!63736
-
Thong Kuah authored
Upgrade DAST to version 2 See merge request gitlab-org/gitlab!62597
-
Avielle Wolfe authored
DAST templates have been bumped to depend on DAST version 2. This is a breaking change from DAST version 1. Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62597 EE: true
-
Kushal Pandya authored
Show the bytes for file changes when the file is not diffable See merge request gitlab-org/gitlab!62445
-
David Kim authored
Avoid idling in transaction while saving project export object See merge request gitlab-org/gitlab!63350
-
Russell Dickenson authored
Epic boards docs update for 14.0 release See merge request gitlab-org/gitlab!62434
-
Florie Guibert authored
-
Thong Kuah authored
Resolve "Ensure diff collection limits are configurable" [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56722
-
Marc Shaw authored
Issue: gitlab.com/gitlab-org/gitlab/-/issues/31063 Mr: gitlab.com/gitlab-org/gitlab/-/merge_requests/56722 Changelog: added
-
Kerri Miller authored
Fix license compliance when no new denied licenses See merge request gitlab-org/gitlab!62343
-
Igor Frenkel authored
-
Douglas Barbosa Alexandre authored
Add networkPolicies to GraphQL API for project See merge request gitlab-org/gitlab!63696
-
Alan (Maciej) Paruszewski authored
-
Evan Read authored
Update unowned docs for Admin Area instrx, 1 of 2 See merge request gitlab-org/gitlab!63932
-
Amy Qualls authored
-
Luke Duncalfe authored
Clarify API descriptions of ID formats See merge request gitlab-org/gitlab!63913
-
Amy Qualls authored
These ID formats can be either the project ID, or the url-encoded namespace path. Make that clearer to users.
-
Dylan Griffith authored
Add a new repository backup strategy using gitaly-backup [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!61436
-
Marcel Amirault authored
Add deprecation notice to Managed-Cluster-Applications.gitlab-ci.yml See merge request gitlab-org/gitlab!64050
-
Thong Kuah authored
GraphQL endpoint for exposing agent configuration details for a project See merge request gitlab-org/gitlab!62646
-
Andrew Fontaine authored
Merge branch '330204-okr-admin-area-ci-cd-continuous-integration-and-deployment-review-and-revise-settings' into 'master' Improve settings UI text for Admin Area CI/CD settings See merge request gitlab-org/gitlab!63120
-
Marcel Amirault authored
-
Marcel Amirault authored
Change Admin Area to Admin in Package docs See merge request gitlab-org/gitlab!64048
-
- 14 Jun, 2021 14 commits
-
-
Matija Čupić authored
Removes SAST_DEFAULT_ANALYZERS variable See merge request gitlab-org/gitlab!63538
-
Steve Abrams authored
Merge branch '330315-disable-cleanup-policies-linked-to-no-container-repositories-post-deploy-migration2' into 'master' Add post deployment migration for cleanup policies See merge request gitlab-org/gitlab!63841
-
David Fernandez authored
that are enabled but linked to no container repositories. Changelog: performance
-
Russell Dickenson authored
docs: Update SAST docs documenting `SAST_ANALYZER_IMAGE_TAG` See merge request gitlab-org/gitlab!64009
-
Jose Ivan Vargas authored
Update default initial branch name in group::editor code[RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!63879
-
Evan Read authored
Provide version-specific info on Admin Area See merge request gitlab-org/gitlab!64040
-
Russell Dickenson authored
Change Admin Area in Import docs See merge request gitlab-org/gitlab!64039
-
Amy Qualls authored
Edit how we refer to permissions See merge request gitlab-org/gitlab!63976
-
Tiger authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62646 Changelog: added EE: true
-
-
Nathan Friend authored
Add Prevent Sharing Outside Hierarchy to Group Settings UI See merge request gitlab-org/gitlab!63810
-
Jason Goodman authored
Groups cannot be shared with groups outside the hierarchy when checked Changelog: added
-
Dylan Griffith authored
Experiment: Pipelines Empty State Runner Templates [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!58357
-
Alex Buijs authored
-