- 05 Oct, 2018 6 commits
-
-
Grzegorz Bizon authored
* master: Require spec helpers loaded by other spec helpers first Resolve "2FA mobile options should be rephrased" Add css class to Admin > Project > show page Trim whitespace when inviting a new user by email Bump Gitaly to v0.124.0 Banzai project ref- share context more aggresively Add reliable fetcher for Sidekiq Allows to filter issues by `Any milestone` in the API
-
Grzegorz Bizon authored
Align with current technical writing style-guides.
-
Douwe Maan authored
Allows to filter issues by `Any milestone` in the API Closes #51748 See merge request gitlab-org/gitlab-ce!22080
-
Sean McGivern authored
Banzai label ref finder - minimize SQL calls by sharing context more aggresively Closes #48221 See merge request gitlab-org/gitlab-ce!22070
-
Stan Hu authored
Require spec helpers loaded by other spec helpers first See merge request gitlab-org/gitlab-ce!22127
-
Alejandro Rodríguez authored
-
- 04 Oct, 2018 34 commits
-
-
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
-
Kamil Trzciński authored
# Conflicts: # app/models/ci/pipeline.rb
-
Mario de la Ossa authored
Changes `Banzai::CrossProjectReference#parent_from_ref` to return the project in the context if the project's `full_path` matches the ref we're looking for, as it makes no sense to go to the database to find a Project we already have loaded.
-
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
-