- 16 Dec, 2021 40 commits
-
-
Lin Jen-Shin authored
Bump allure-report-publisher to 0.4.2 See merge request gitlab-org/gitlab!76945
-
Andrejs Cunskis authored
-
Etienne Baqué authored
Fix N+1 in environments dashboard list See merge request gitlab-org/gitlab!74834
-
Bala Kumar authored
-
Olena Horal-Koretska authored
Merge branch '344361-make-badges-in-app-views-shared-builds-_tabs-html-haml-pajamas-compliant' into 'master' Make badges in builds/_tabs.html.haml partial Pajamas-compliant See merge request gitlab-org/gitlab!76677
-
Martin Wortschack authored
-
Lin Jen-Shin authored
Log SQL queries from timeouts to Rails logs See merge request gitlab-org/gitlab!76752
-
Sean McGivern authored
Revert "Merge branch 'dblessing_avatar_for_blocked_users' into 'master'" See merge request gitlab-org/gitlab!76935
-
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
-
Sean McGivern authored
This reverts merge request !75921
-
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.
-