- 10 Sep, 2021 40 commits
-
-
Bob Van Landuyt authored
Include group authorized agents in allowed agents See merge request gitlab-org/gitlab!69047
-
Dmitry Gruzd authored
Invalidate ES namespace cache when transferring groups See merge request gitlab-org/gitlab!70005
-
Kati Paizee authored
Doc Consistency: api/p... See merge request gitlab-org/gitlab!69694
-
Niklas authored
-
Alper Akgun authored
Add correct event to p_ci_templates_auto_devops_build_weekly See merge request gitlab-org/gitlab!69990
-
Alina Mihaila authored
-
Dmitry Gruzd authored
Fix N+1 in projects API See merge request gitlab-org/gitlab!69949
-
Jacques Erasmus authored
Update copy in self-managed expiry messages See merge request gitlab-org/gitlab!69415
-
Etienne Baqué authored
Rename DAST on-demand read policy for consistency See merge request gitlab-org/gitlab!69813
-
Achilleas Pipinellis authored
Warn against using plain git commands for housekeeping See merge request gitlab-org/gitlab!69752
-
Katrin Leinweber authored
-
Grzegorz Bizon authored
Drop ci_pending_build when calling `Ci::Build#doom!` See merge request gitlab-org/gitlab!69796
-
Maxime Orefice authored
-
Albert Salim authored
ci: Deploy Review App when 'config/' or 'bin/' changes See merge request gitlab-org/gitlab!69870
-
Matthias Käppler authored
Merge branch '340466-graphql-api-project-and-group-fields-argument-fullpath-should-be-case-insensitive' into 'master' Make project and group fields argument fullPath in graphql queries case insensitive See merge request gitlab-org/gitlab!69924
-
Simon Knox authored
Added 404 route guard for work items See merge request gitlab-org/gitlab!69978
-
Dylan Griffith authored
Preserve relative order of overridden variables See merge request gitlab-org/gitlab!69653
-
Pedro Pombeiro authored
-
Kushal Pandya authored
Fix displaying label text in labels dropdown in dark mode See merge request gitlab-org/gitlab!70037
-
Dylan Griffith authored
Make DAST scan schedules editable See merge request gitlab-org/gitlab!69894
-
Marcel Amirault authored
Change NonStandardQuotes Vale rule to error level See merge request gitlab-org/gitlab!69575
-
Jonston Chan authored
-
Kati Paizee authored
Move more ci token details to dedicated page See merge request gitlab-org/gitlab!69872
-
Marcel Amirault authored
-
Heinrich Lee Yu authored
Expand the instrumentation FF coverage [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!69744
-
Marcel Amirault authored
Add section for returning single project's artifacts and associated job ID See merge request gitlab-org/gitlab!59665
-
Shem Gyll authored
-
Dylan Griffith authored
Shrink spec allowlist for cross-database queries See merge request gitlab-org/gitlab!69706
-
Simon Knox authored
Merge branch '340010-fix-board-scope-update-failure-when-assignee-scope-already-exists' into 'master' Fix board scope update failure when assignee scope already exists See merge request gitlab-org/gitlab!69715
-
Eulyeon Ko authored
The serialized board data used to initialize BoardForm contains non-global ids for assignee, milestone and iterations. (we will be using graphql to fetch the initial data in the future). This commit fixes BoardForm to convert non-global assignee id into a global id before requesting an update. Changelog: fixed EE: true
-
Florie Guibert authored
Changelog: fixed
-
Dylan Griffith authored
Add feature flag description to groups field on user interface See merge request gitlab-org/gitlab!69942
-
Kushal Pandya authored
Add epic board scope to newly created epic See merge request gitlab-org/gitlab!70028
-
Natalia Tepluhina authored
Clean-up the Vuex store from labels widget See merge request gitlab-org/gitlab!69944
-
Evan Read authored
Doc | Explains how to disable user auto-creation through Kerberos See merge request gitlab-org/gitlab!69970
-
Priyan Sureshbabu authored
-
Mark Chao authored
Fix GitHub Importer outdated diff notes not showing See merge request gitlab-org/gitlab!69977
-
Russell Dickenson authored
Edit new PAT content See merge request gitlab-org/gitlab!69717
-
Evan Read authored
-
Tiger authored
Currently an Agent can only be used by CI jobs that are running in the Agent's configuration project. However, an agent can be configured to allow access at the group level, and these groups are not currently considered when generating the list of allowed agents. When an Agent is configured to allow access from a group, it becomes available to all projects within that group and subgroups. If a project would have access to the same Agent through multiple groups due to authorizations at multiple levels in the hierarchy, the authorization closest to the project (the lowest level) is used. An Agent is only available if it is within the hierarchy of the the requesting project. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/69047
-