- 11 Aug, 2017 40 commits
-
-
Victor Wu authored
-
Victor Wu authored
-
Filipa Lacerda authored
Fixes the correct import modal window not showing Closes #36318 See merge request !13490
-
Rémy Coutable authored
Add option to disable project export on instance See merge request !13211
-
Rémy Coutable authored
Fix formatting of patch_versions.md See merge request !13503
-
Rémy Coutable authored
Better categorize test coverage results See merge request !13485
-
Robert Speicher authored
Enable Timecop safe mode Closes #32004 See merge request !13498
-
Robin Bobbitt authored
-
Sean McGivern authored
Better caching and indexing of broadcast messages Closes #31706 See merge request !13429
-
Sean McGivern authored
Include the `is_admin` field in the `GET /users/:id` API when current user is an admin Closes #36213 See merge request !13501
-
Annabel Dunstone Gray authored
Make Git revision dropdown style consistent See merge request !13116
-
Douwe Maan authored
Pending delete projects no longer return 500 error in Admins projects view Closes #35435 See merge request !13389
-
Sean McGivern authored
Detect and keep track of flaky specs See merge request !13021
-
Robert Speicher authored
Also marks a few things as uncovered, and removes an unused class.
-
Robert Speicher authored
Delete correct key from `session` after authenticating using U2F Closes #36096 See merge request !13499
-
Robin Bobbitt authored
-
Yorick Peterse authored
Caching of BroadcastMessage instances has been changed so a cache stays valid as long as the default cache expiration time permits, instead of the cache being expired after 1 minute. When modifying broadcast messages the cache is flushed automatically. To remove the need for performing sequence scans on the "broadcast_messages" table we also add an index on (starts_at, ends_at, id), permitting PostgreSQL to use an index scan to get all necessary data. Finally this commit adds a few NOT NULL constraints to the table to match the Rails validations. Fixes gitlab-org/gitlab-ce#31706
-
Sean McGivern authored
Use a separate table for storing push events See merge request !12463
-
Sean McGivern authored
Cache Appearance instances in Redis Closes #36066 and #31698 See merge request !13433
-
Rémy Coutable authored
Show error message for API 500 error in tests Closes #36174 See merge request !13502
-
Rémy Coutable authored
Do not run the `ee_compat_check` job for stableish branches Closes #35131 See merge request !13497
-
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>
-
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>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Jan Bruckner authored
[skip ci]
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Lin Jen-Shin authored
document have_gitlab_http_status
-
Yorick Peterse authored
Merge branch '36328-deserializemergerequestdiffsandcommits-fails-due-to-null-too_large-column-9-5-rc1' into 'master' Fix merge request diff deserialisation when too_large was absent Closes #36328 See merge request !13500
-
Rémy Coutable authored
Enable the RSpec/HookArgument cop and auto-correct offenses See merge request !13484
-
Rémy Coutable authored
Remove an unnecessary `let` in spec/features/projects/user_edits_files_spec.rb Closes #36308 See merge request !13488
-
Douwe Maan authored
Bumps omniauth-ldap gem version to 2.0.4 Closes #25637 See merge request !13465
-
Sean McGivern authored
Not all diffs in st_diffs had the too_large attribute set at all, but the column is non-nullable. Explicitly cast to boolean to avoid that problem.
-
Douwe Maan authored
Fix 404 on jobs details page See merge request !13459
-
Douwe Maan authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
French Translation - Missing "r" in "Fouché" word. It comes from "fourcher" verb. See merge request !13491
-