- 04 Apr, 2017 3 commits
-
-
Yorick Peterse authored
There were 3 problems with sticking: 1. When sticking to a request (based on a previous request) we would always overwrite the WAL pointer, leading to a user being stuck to the primary for too long. 2. Sticking was not working for the Grape API. The API in particular is tricky because we have to stick either using a user, CI runner, or a CI build. 3. Refreshing of permissions did not lead to the refreshed users being stuck to the primary. This could result in users not being able to access new resources for a brief moment of time, or them still being able to see old resources. To solve this some of the Grape related logic is handled by injecting EE specific modules in the right places. This ensures we can stick as early as possible, using the right data. The same technique is applied for various parts of the CI codebase.
-
Robert Speicher authored
Port of fix-github-importer-slowness to EE See merge request !1561
-
Robert Speicher authored
Don't use FFaker in factories, use sequences instead See merge request !1495
-
- 03 Apr, 2017 12 commits
-
-
Douglas Barbosa Alexandre authored
-
Rémy Coutable authored
Enable Style/Proc cop for rubocop See merge request !1559
-
Rémy Coutable authored
Fixed label resetting when sorting by weight Closes gitlab-ce#30352 See merge request !1558
-
Sean McGivern authored
EE port of Introduce "polling_interval_multiplier" as application setting See merge request !1539
-
Filipa Lacerda authored
Fixed the mirror user dropdown not displaying Closes gitlab-ce#30262 See merge request !1554
-
Dmitriy Zaporozhets authored
CE Upstream - Friday Closes gitlab-ce#26595 See merge request !1553
-
Adam Niedzielski authored
-
James Clark authored
Fixes gitlab-org/gitlab-ce#30352
-
mhasbini authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Grzegorz Bizon authored
Fix Spinach and Capybara dependencies Closes #30347 See merge request !10395
-
Douwe Maan authored
Increase Capybara's timeout Closes #30236 See merge request !10337 Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 02 Apr, 2017 1 commit
-
-
Robert Speicher authored
Check whether Geo is enabled before checking whether avatar exists See merge request !1557
-
- 01 Apr, 2017 1 commit
-
-
Stan Hu authored
We see in some profiles, that this additional check adds 1% to the page load.
-
- 31 Mar, 2017 17 commits
-
-
Stan Hu authored
Add uuid to usage ping Closes #1894 See merge request !1521
-
Douglas Barbosa Alexandre authored
-
Phil Hughes authored
This was caused by the JS class not being initialized in the dispatcher Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/30262
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Yorick Peterse authored
Remove unnecessary ORDER BY clause from `forked_to_project_id` subquery See merge request !10334
-
Sean McGivern authored
Fix link to Jira service documentation Closes #29929 See merge request !10366
-
Filipa Lacerda authored
Changed titles in board switcher See merge request !1390
-
Filipa Lacerda authored
Add metrics button to Environment Overview page Closes #29341 See merge request !10234
-
Kushal Pandya authored
-
Achilleas Pipinellis authored
Update dpl CI example Closes #3129 See merge request !9872
-
Rémy Coutable authored
Eliminate unnecessary queries that add ~500 ms of load time for a large issue See merge request !10365
-
Sean McGivern authored
fix issue #30083 handle parsing OpenBSD ps output properly to display sidekiq Closes #30083 See merge request !10303
-
Jarka Kadlecova authored
-
Rémy Coutable authored
Bugfix: Error at parsing URL with special chars in credentials Closes #1723 See merge request !1529
-
Sebastian Reitenbach authored
infos on admin->monitoring->background
-
Stan Hu authored
Looking at the SQL log, we see useless queries such as: ``` D, [2017-03-22T03:25:00.726710 #2629] DEBUG -- : (235.9ms) SELECT MAX("project_authorizations"."access_level") AS maximum_access_level, "project_authorizations"."user_id" AS project_authorizations_user_id FROM "project_authorizations" WHERE "project_authorizations"."project_id" = 13083 AND 1=0 GROUP BY "project_authorizations"."user_id" [["project_id", 13083]] ```
-
- 30 Mar, 2017 6 commits
-
-
Ruben Davila authored
-
Clement Ho authored
Hide form inputs for group member without editing rights Closes #24861 See merge request !7816
-
Robert Speicher authored
Allow users to import GitHub projects to subgroups Closes #30289 and #30148 See merge request !10344
-
Douglas Barbosa Alexandre authored
-
Alfredo Sumaran authored
Reset container width when switching to pipelines MR tab -- EE merge edition Closes gitlab-ce#29539 See merge request !1528
-
Achilleas Pipinellis authored
Fix the docs:check:links job See merge request !10340
-