- 05 Jun, 2017 3 commits
-
-
Kamil Trzciński authored
Add `$CI_ENVIRONMENT_URL` as a job variable Closes #25680 See merge request !11695
-
Kamil Trzciński authored
Fix LFS timeouts when trying to save large files Closes #33218 See merge request !11866
-
Stan Hu authored
The following was happening: 1. Workhorse stores an LFS file in /var/opt/gitlab/gitlab-rails/shared/lfs-objects 2. CarrierWave then renames the file to a temporary directory (e.g. /opt/gitlab/embedded/service/gitlab-rails/tmp) 3. CarrierWave then renames the file to its final location (e.g. /var/opt/gitlab/gitlab-rails/shared/lfs-objects) When the LFS upload path was on a different filesystem than the Rails installation, step 2 could take a longer than 10 seconds, at which point Workhorse would time out with "badgateway: failed after 10s: context canceled". This change makes the work path in the same root as the LFS storage path, preventing moves across filesystems. Closes #33218
-
- 04 Jun, 2017 3 commits
-
-
Tim Zallmann authored
Merge branch '32992-consider-using-zopfli-over-standard-gzip-compression-for-webpack-assets' into 'master' Use zopfli for better asset compression and disable compression in CI Closes #32992 See merge request !11798
-
Grzegorz Bizon authored
Resolve "Documentation of `.gitlab-ci.yml` states incorrect example for variables" Closes #30337 See merge request !11895
-
Sébastien authored
-
- 03 Jun, 2017 2 commits
-
-
Annabel Dunstone Gray authored
32118 Make New environment empty state btn lowercase Closes #32118 See merge request !11350
-
Achilleas Pipinellis authored
Document go1.8.3 as dependency See merge request !11245
-
- 02 Jun, 2017 32 commits
-
-
Douwe Maan authored
Expose import_status in Projects API Closes #19646 See merge request !11851
-
Douwe Maan authored
Allow manual bypass of auto_sign_in_with_provider Closes #3786 See merge request !11884
-
Annabel Dunstone Gray authored
32832 Remove overflow from comment form for confidential issues and vertically a… Closes #32832 and #32926 See merge request !11867
-
Douwe Maan authored
Allow users to be hard-deleted from the API See merge request !11853
-
Stan Hu authored
Fixed typo: craeted -> created See merge request !11886
-
denisroy authored
-
tauriedavis authored
-
Robert Speicher authored
Use the new Gitaly CommitDiff RPC See merge request !11826
-
Robin Bobbitt authored
-
Robert Speicher authored
Enable the Style/PreferredHashMethods cop See merge request !11883
-
Grzegorz Bizon authored
Lint our factories creation in addition to their build Closes #33139 See merge request !11823
-
tauriedavis authored
32832 Remove overflow from comment form for confidential issues and vertically aligns confidential issue icon
-
Maxime Besson authored
This commit lets a user bypass the automatic signin on the login form, in order to login with a technical (admin, etc) account Closes #3786 Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
redirect to keys index instead of user index after a key is deleted See merge request !11856
-
Nick Thomas authored
-
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
Skip loading application settings from the database when migrations are pending Closes gitlab-ee#2361 See merge request !11842
-
Tim Zallmann authored
Style people in issuable search bar Closes #30468 See merge request !11402
-
Ahmad Sherif authored
-
Lin Jen-Shin authored
-
Phil Hughes authored
Use throttle when window is resized Closes #33222 See merge request !11857
-
Filipa Lacerda authored
-
Grzegorz Bizon authored
Refactor specs for WikiPage services See merge request !11862
-
Rémy Coutable authored
Resolve "Merge conflict resolution removed the newline in the end of file" Closes #32983 See merge request !11817
-
James Lopez authored
Add translations for elapsed time in words Closes #32747 See merge request !11769
-
Sean McGivern authored
Add optional path parameter and fix tests Closes #33242 See merge request !11868
-
Sean McGivern authored
SystemCheck library for executing checks from a rake task See merge request !9173
-
Douwe Maan authored
Fix hard-deleting users when they have authored issues Closes #33215 See merge request !11855
-
Kim "BKC" Carlbäcker authored
-
Nick Thomas authored
Various Rails initializers (metrics, sentry, etc) are run before migrations, which can lead to a mismatch between app/models/application_settings.rb and schema.
-
Kim "BKC" Carlbäcker authored
-