- 20 Dec, 2021 1 commit
-
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/347407 **Problem** We expose participants that the current user cannot see because we don't provide the current user as an argument to participants method in GraphQL. When the user is missing, then we use the author of the issuable permissions to fetch participants. **Solution** Remove the feature flag to enable verification for participants Changelog: changed
-
- 16 Dec, 2021 39 commits
-
-
Lin Jen-Shin authored
First iteration in refactoring Gitaly Setup in test See merge request gitlab-org/gitlab!76789
-
Amy Qualls authored
Added merge_pipelines_enabled and merge_trains_enabled to REST API docs See merge request gitlab-org/gitlab!76941
-
Mitar authored
-
Grzegorz Bizon authored
Upgrade GitLab Pages to 1.49.0 See merge request gitlab-org/gitlab!76908
-
David O'Regan authored
Allow easily inserting content after a code block See merge request gitlab-org/gitlab!76929
-
Himanshu Kapoor authored
-
Toon Claes authored
The #component_matches_git_sha? runs a git command to see if the component is at the correct version. To run it, it uses Gitlab::Popen, but as a side-effect it creates the directory before it runs the command. This causes the rake task gitlab:gitaly:clone to incorrectly determine if a git-clone(1) is needed. To speed things up, and avoid creation of an empty directory, this change adds an additional check to see if the component's folder exists anyway.
-
Kushal Pandya authored
Prefetching Issues and Projects See merge request gitlab-org/gitlab!76916
-
Marcin Sedlak-Jakubowski authored
Update crm docs to reflect new functionality See merge request gitlab-org/gitlab!76766
-
Lee Tickett authored
-
Alex Kalderimis authored
GraphQL: Limit the amount of ids loaded when using package build infos See merge request gitlab-org/gitlab!75672
-
David Fernandez authored
For single package GraphQL queries. This is achieved by using: * a custom connection extension that will pass the pagination parameters to the resolver * a custom resolver that will read the pagination parameters and load the right amount of build info objects Changelog: performance
-
Tetiana Chupryna authored
Fix expose status in Runners API See merge request gitlab-org/gitlab!76761
-
Diana Logan authored
Add crosslink in the CI/CD reference guidelines See merge request gitlab-org/gitlab!76925
-
Marcel Amirault authored
-
Matthias Käppler authored
Avoid CTE name clash See merge request gitlab-org/gitlab!76910
-
Mikołaj Wawrzyniak authored
Use finding_evidence over raw_metadata See merge request gitlab-org/gitlab!75140
-
Phil Hughes authored
Add create crm organization component See merge request gitlab-org/gitlab!76059
-
Lin Jen-Shin authored
Merge branch '348393-rspec-coverage-jobs-does-not-include-decomposed-nor-as-if-foss-jobs' into 'master' ci: Make `rspec:coverage` depend on as-if-foss jobs See merge request gitlab-org/gitlab!76739
-
Jan Provaznik authored
Bump sys-filesystem to 1.4.3 See merge request gitlab-org/gitlab!76907
-
Kushal Pandya authored
Enable display_outdated_line_diff by default See merge request gitlab-org/gitlab!76887
-
Phil Hughes authored
Show the MR details for a merge request violation See merge request gitlab-org/gitlab!76732
-
Jiaan Louw authored
-
Tim Zallmann authored
-
Heinrich Lee Yu authored
Render manual quarterly co-term banner See merge request gitlab-org/gitlab!76256
-
Corinna Wiesner authored
-
Mikołaj Wawrzyniak authored
First run for Snowplow HAML event dictionary entries See merge request gitlab-org/gitlab!73809
-
Simon Knox authored
Follow-up from Agent Activity Information - Frontend See merge request gitlab-org/gitlab!76848
-
Anna Vovchenko authored
- Added tooltip to the empty state - Removed 'strong' element
-
Toon Claes authored
The way Gitaly is built in source installations, local test, and CI are slightly different. In a future commit gitlab:gitaly:install will no longer be used, but we still need to clone and checkout the correct revision. To do so, this change extracts the cloning and checking out into a separate Rake task. The install task will depend on that new task so that functionality remains the same.
-
Toon Claes authored
Doing git-fetch(1) to get an object by ID might fail when the git repository is a shallow clone. To make sure, even older versions of, git is able to pull those in, configure the repository to use git protocol version 2.
-
Toon Claes authored
In several places we need to expand the path from the root of the project. To simplify this, a helper method is added that expands the given path to an absolute path.
-
Toon Claes authored
There is a predefined method for the directory where Gitaly's Gemfile is, so use that instead.
-
Max Woolf authored
Remove FF avoid_cross_joins_environments_in_self_and_descendants See merge request gitlab-org/gitlab!76857
-
Natalia Tepluhina authored
Labels widget architecture polish See merge request gitlab-org/gitlab!76707
-
Florie Guibert authored
-
Natalia Tepluhina authored
Restructure client queries in Pipeline editor See merge request gitlab-org/gitlab!76795
-
Frédéric Caplette authored
-
Tim Zallmann authored
-