- 05 Jun, 2017 35 commits
-
-
Douwe Maan authored
Add Chinese translation of Cycle Analytics Page to I18N See merge request !11644
-
Douwe Maan authored
Allow users to be hard-deleted from the admin panel Closes #28694 See merge request !11874
-
Tim Zallmann authored
Backport EE refactorings for Protected Tag EE-only functionality See merge request !11125
-
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
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
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
-
Nick Thomas authored
-
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
-
黄涛 authored
-
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
-
黄涛 authored
1. Optimize the translation of zh-TW 2. Synchronous zh-CN, zh-HK translation
-
Huang Tao authored
-
黄涛 authored
-
黄涛 authored
-
黄涛 authored
-
黄涛 authored
-
黄涛 authored
-
htve authored
-
黄涛 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
-