- 05 Jun, 2017 17 commits
-
-
Douwe Maan authored
Merge branch '32869-project-s-last-updated-time-not-accurately-reflected-in-projects-dashboard' into 'master' Use last_activity_at attr when showing the update date in project listing Closes #32869 See merge request !11896
-
Douwe Maan authored
Fix submodule link to then project under subgroup Closes gitlab-ee#2411 See merge request !11906
-
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
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Before this change only last namespace in full path was extracted. It's fine unless you have a link to submodule under subgroups. In that case self_url? method returns false and link is processed as external. I could not find a proper regex to cover all cases and correctly extract full path to repository and instead used current instance host name to get correct path to namespace and project. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
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 5 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
-
Ruben Davila 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 14 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
-