- 04 Oct, 2018 40 commits
-
-
Thong Kuah authored
This saves a external network call to fetch a helm plugin. The cost is a few lines of shell script
-
Douglas Barbosa Alexandre authored
EE backport: Add css class to Admin > Project > show page See merge request gitlab-org/gitlab-ce!22124
-
Filipa Lacerda authored
Resolve "2FA mobile options should be rephrased" Closes #40140 See merge request gitlab-org/gitlab-ce!21998
-
Marc Schwede authored
-
Clement Ho authored
Trim whitespace when inviting a new user by email Closes #52194 See merge request gitlab-org/gitlab-ce!22119
-
Gabriel Mazetto authored
-
Alejandro Rodríguez authored
Bump Gitaly to v0.124.0 Closes #52235 See merge request gitlab-org/gitlab-ce!22120
-
Jacopo authored
-
Stan Hu authored
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/52235
-
Nick Thomas authored
Add reliable sidekiq fetcher See merge request gitlab-org/gitlab-ce!21715
-
Robert Speicher authored
Resolve "More N+1s in calculating notification recipients" Closes #47496 See merge request gitlab-org/gitlab-ce!22050
-
Achilleas Pipinellis authored
Change image for docs linting See merge request gitlab-org/gitlab-ce!22100
-
Annabel Dunstone Gray authored
Resolve "Unable to close performance bar" Closes #50552 See merge request gitlab-org/gitlab-ce!21577
-
Phil Hughes authored
Fix markdown table border and background color Closes #52178 See merge request gitlab-org/gitlab-ce!22090
-
Annabel Dunstone Gray authored
-
Achilleas Pipinellis authored
Improve the MR documentation See merge request gitlab-org/gitlab-ce!22086
-
Phil Hughes authored
Resolve "Error while updating todo status: the button is stuck in the loading state" Closes #48222 See merge request gitlab-org/gitlab-ce!20994
-
Marcos Barrera authored
-
Dmitriy Zaporozhets authored
Add subscribe filter to labels page See merge request gitlab-org/gitlab-ce!21965
-
Sean McGivern authored
-
Sean McGivern authored
If we don't call #to_a, we're relying on the members already being loaded from elsewhere. Otherwise we'll do a separate query for each user: [1] pry(main)> Project.first.team.members.include?(User.first) Project Load (0.7ms) SELECT "projects".* FROM "projects" ORDER BY "projects"."id" ASC LIMIT 1 ↳ (pry):3 User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 ↳ (pry):3 User Exists (0.6ms) SELECT 1 AS one FROM "users" INNER JOIN "project_authorizations" ON "users"."id" = "project_authorizations"."user_id" WHERE "project_authorizations"."project_id" = $1 AND "users"."id" = $2 LIMIT 1 [["project_id", 1], ["id", 1]] ↳ (pry):3 => true [2] pry(main)> Project.first.team.members.to_a.include?(User.first) Project Load (12.8ms) SELECT "projects".* FROM "projects" ORDER BY "projects"."id" ASC LIMIT 1 ↳ (pry):1 User Load (9.6ms) SELECT "users".* FROM "users" INNER JOIN "project_authorizations" ON "users"."id" = "project_authorizations"."user_id" WHERE "project_authorizations"."project_id" = $1 [["project_id", 1]] ↳ (pry):1 User Load (0.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1 ↳ (pry):1 => true
-
Sean McGivern authored
-
Sean McGivern authored
Backport EE merge spec changes See merge request gitlab-org/gitlab-ce!22108
-
Phil Hughes authored
Renders empty states in the Vue app in Job page See merge request gitlab-org/gitlab-ce!22087
-
Filipa Lacerda authored
-
Dmitriy Zaporozhets authored
Clone nurtch demo notebooks at Jupyter startup See merge request gitlab-org/gitlab-ce!21698
-
Amit Rathi authored
-
Nick Thomas authored
Support short reference to epics from project entities See merge request gitlab-org/gitlab-ce!22048
-
Stan Hu authored
Remove addtionalProperties in runners schema Closes #52195 See merge request gitlab-org/gitlab-ce!22105
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Fatih Acet authored
Add signature badge and pipeline status to commit details in MR diff Closes #49329 See merge request gitlab-org/gitlab-ce!22079
-
Achilleas Pipinellis authored
Fix links to external site and minor Markdown improvements See merge request gitlab-org/gitlab-ce!22098
-
Rémy Coutable authored
Port: Add checks to InterpretService conditions See merge request gitlab-org/gitlab-ce!22047
-
Rémy Coutable authored
Add a QA spec for RBAC cluster and auto devops See merge request gitlab-org/gitlab-ce!22025
-
Filipa Lacerda authored
Fix environment name overlapping Closes #52065 See merge request gitlab-org/gitlab-ce!22104
-
Simon Knox authored
-
Phil Hughes authored
Fix faulty resolution of babel-messages in yarn.lock Closes #52192 See merge request gitlab-org/gitlab-ce!22111
-
Nick Thomas authored
Instance Configuration page now displays correct SSH fingerprints Closes #40636 See merge request gitlab-org/gitlab-ce!22081
-
Rémy Coutable authored
Show percentage of language detection on the language bar Closes #51457 See merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22056