- 11 Aug, 2017 23 commits
-
-
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
-
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
-
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
-
Sean McGivern authored
Expose the raw_log method See merge request !13434
-
Olivier DOSSMANN authored
-
Phil Hughes authored
Remove horizontal scroll on collapsed sidebar Closes #36270 See merge request !13458
-
Rémy Coutable authored
Fix minor typos in views Closes #36317 See merge request !13487
-
Achilleas Pipinellis authored
Docs: update user docs index See merge request !13471
-
Marcia Ramos authored
-
Mehdi Lahmam authored
It closes #36308
-
Mehdi Lahmam authored
Closes #36317.
-
Jose Ivan Vargas authored
-
- 10 Aug, 2017 17 commits
-
-
Stan Hu authored
Resolve "Change HA docs to update using EFS as NFS" Closes #36192 See merge request !13400
-
Robert Speicher authored
RuboCop is _living_ documentation!
✨ [ci skip] -
Robert Speicher authored
-
Robert Speicher authored
-
Stan Hu authored
Security release 2017-08-10 patch See merge request !13477
-
Robert Speicher authored
Filter sensitive query string parameters from NGINX access logs Closes #19203 See merge request !13453
-
Robert Speicher authored
Let's start labeling our CHANGELOG entries Closes #21949 See merge request !11579
-
Robert Speicher authored
Improve the Project factory to make `creator` defaults to `namespace.owner` See merge request !13412
-
Filipa Lacerda authored
Increase performance of the breakpoint size checker See merge request !13454
-
Stan Hu authored
Fix wrong method call on prometheus histogram See merge request !13470
-
James Edwards-Jones authored
Ensure user and hostnames begin with an alnum character in UrlBlocker See merge request !2138
-
James Edwards-Jones authored
Fix file disclosure via hidden symlinks using the project import (9.3) See merge request !2164
-
Rémy Coutable authored
Manually assign `notification_email` in the User factory when stubbed See merge request !13395
-
Z.J. van de Weg authored
-
Achilleas Pipinellis authored
Document new all-in-one Helm chart - docs Closes #36039 See merge request !13333
-
Joshua Lambert authored
-
Yorick Peterse authored
This changes various controllers to use the new EventCollection class for retrieving events. This class uses a JOIN LATERAL query on PostgreSQL to retrieve queries in a more efficient way, while falling back to a simpler / less efficient query for MySQL. The EventCollection class also includes a limit on the number of events to display to prevent malicious users from cycling through all events, as doing so could put a lot of pressure on the database. JOIN LATERAL is only supported on PostgreSQL starting with version 9.3.0 and as such this optimisation is only used when using PostgreSQL 9.3 or newer.
-