- 05 Jun, 2017 13 commits
-
-
Douwe Maan authored
Resolve "Permissions for project labels and group labels" Closes #33154 See merge request !11876
-
Douwe Maan authored
Merge branch '31983-increase-merge-request-diff-file-size-limit-for-default-toggle-opening' into 'master' Increase diff limits to 100 KB for collapse and 200 KB overall Closes #31983 See merge request !11875
-
Sean McGivern authored
Previously, only group masters could do this. However, project reporters can manage project labels, so there doesn't seem to be any need to restrict group labels further. Also, save a query or two by getting a single GroupMember object to find out if the user is a master or not.
-
Phil Hughes authored
Port fix-realtime-edited-text-for-issues 9-2-stable fix to master. See merge request !11478
-
Kamil Trzciński authored
Add slugified project path to CI environment variables Closes #31061 See merge request !11838
-
Kamil Trzciński authored
Initial implementation for real time job view Closes #31397 See merge request !11651
-
Sean McGivern authored
Forbid Sidekiq scheduling in transactions Closes #27233 See merge request !9376
-
Sean McGivern authored
ConvDev Index Closes #30469 See merge request !11377
-
Phil Hughes authored
Improve user experience around slash commands in instant comments Closes #32464 See merge request !11612
-
Kushal Pandya authored
-
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 4 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
-
Z.J. van de Weg authored
-
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 4 commits
-
-
Annabel Dunstone Gray authored
32118 Make New environment empty state btn lowercase Closes #32118 See merge request !11350
-
Kamil Trzcinski authored
-
vanadium23 authored
-
Achilleas Pipinellis authored
Document go1.8.3 as dependency See merge request !11245
-
- 02 Jun, 2017 19 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
-
Sean McGivern authored
This is controlled with the feature flag gitlab_git_diff_size_limit_increase. Both of these limits were basically picked arbitrarily in the first place; disabling the feature flag reverts to the old limits.
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
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
-
Douwe Maan authored
-
Nick Thomas authored
-