Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-06Remove duplicate css31757-single-click-on-filter-in-search-bar-to-activate-dropdownClement Ho
2017-06-06Fix rspec testClement Ho
2017-06-06Fix karma specClement Ho
2017-06-06Fix header component specClement Ho
2017-06-06Remove bad conflict mergeClement Ho
2017-06-06Use immediate propClement Ho
2017-06-06Merge branch 'master' into ↵Clement Ho
31757-single-click-on-filter-in-search-bar-to-activate-dropdown
2017-06-05Merge branch '33154-permissions-for-project-labels-and-group-labels' into ↵Douwe Maan
'master' Resolve "Permissions for project labels and group labels" Closes #33154 See merge request !11876
2017-06-05Merge branch ↵Douwe Maan
'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
2017-06-05Allow group reporters to manage group labelsSean McGivern
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.
2017-06-05Merge branch 'fix-realtime-edited-text-for-issues-9-3' into 'master'Phil Hughes
Port fix-realtime-edited-text-for-issues 9-2-stable fix to master. See merge request !11478
2017-06-05Merge branch '31061-26135-ci-project-slug-enviroment-variables' into 'master'Kamil Trzciński
Add slugified project path to CI environment variables Closes #31061 See merge request !11838
2017-06-05Merge branch 'zj-job-view-goes-real-time' into 'master'Kamil Trzciński
Initial implementation for real time job view Closes #31397 See merge request !11651
2017-06-05Merge branch 'sidekiq-transaction' into 'master'Sean McGivern
Forbid Sidekiq scheduling in transactions Closes #27233 See merge request !9376
2017-06-05Merge branch '30469-convdev-index' into 'master'Sean McGivern
ConvDev Index Closes #30469 See merge request !11377
2017-06-05Merge branch '27614-improve-instant-comments-exp' into 'master'Phil Hughes
Improve user experience around slash commands in instant comments Closes #32464 See merge request !11612
2017-06-05Improve user experience around slash commands in instant commentsKushal Pandya
2017-06-05Merge branch '25680-CI_ENVIRONMENT_URL' into 'master'Kamil Trzciński
Add `$CI_ENVIRONMENT_URL` as a job variable Closes #25680 See merge request !11695
2017-06-05Merge branch 'sh-fix-lfs-from-moving-across-filesystems' into 'master'Kamil Trzciński
Fix LFS timeouts when trying to save large files Closes #33218 See merge request !11866
2017-06-05Fix LFS timeouts when trying to save large filesStan Hu
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
2017-06-04Merge branch ↵Tim Zallmann
'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
2017-06-04retryable? is now available for CommitStatusZ.J. van de Weg
2017-06-04Merge branch '30337-incorrect-example-for-variables' into 'master'Grzegorz Bizon
Resolve "Documentation of `.gitlab-ci.yml` states incorrect example for variables" Closes #30337 See merge request !11895
2017-06-04Resolve "Documentation of `.gitlab-ci.yml` states incorrect example for ↵Sébastien
variables"
2017-06-03Merge branch '32118-new-environment-btn-copy' into 'master'Annabel Dunstone Gray
32118 Make New environment empty state btn lowercase Closes #32118 See merge request !11350
2017-06-03Fix test failuresKamil Trzcinski
2017-06-03Add slugify project path to CI enviroment variablesvanadium23
2017-06-03Merge branch '31943-document-go-18' into 'master'Achilleas Pipinellis
Document go1.8.3 as dependency See merge request !11245
2017-06-03Merge branch 'projects-api-import-status' into 'master'Douwe Maan
Expose import_status in Projects API Closes #19646 See merge request !11851
2017-06-03Merge branch 'mabes/gitlab-ce-bypass-auto-login' into 'master'Douwe Maan
Allow manual bypass of auto_sign_in_with_provider Closes #3786 See merge request !11884
2017-06-03Merge branch '32832-confidential-issue-overflow' into 'master'Annabel Dunstone Gray
32832 Remove overflow from comment form for confidential issues and vertically a… Closes #32832 and #32926 See merge request !11867
2017-06-02Merge branch '28694-hard-delete-user-from-api' into 'master'Douwe Maan
Allow users to be hard-deleted from the API See merge request !11853
2017-06-02Merge branch 'dr-doc-typo' into 'master'Stan Hu
Fixed typo: craeted -> created See merge request !11886
2017-06-02Fixed typo: craeted -> createddenisroy
2017-06-0232118 Make New environment empty state btn lowercasetauriedavis
2017-06-02Merge branch 'fix/use-new-gitaly-commit-diff-rpc' into 'master'Robert Speicher
Use the new Gitaly CommitDiff RPC See merge request !11826
2017-06-02Expose import_status in Projects APIRobin Bobbitt
2017-06-02Merge branch 'rc/enable-PreferredHashMethods-cop' into 'master'Robert Speicher
Enable the Style/PreferredHashMethods cop See merge request !11883
2017-06-02Merge branch '33139-lint-our-factories' into 'master'Grzegorz Bizon
Lint our factories creation in addition to their build Closes #33139 See merge request !11823
2017-06-0232832 Remove overflow from comment form for confidential issues and ↵tauriedavis
vertically aligns confidential issue icon
2017-06-02Increase diff limits to 100 KB for collapse and 200 KB overallSean McGivern
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.
2017-06-02Fix test failuresKamil Trzcinski
2017-06-02Merge remote-tracking branch 'origin/master' into zj-job-view-goes-real-timeKamil Trzcinski
2017-06-02Allow manual bypass of auto_sign_in_with_providerMaxime Besson
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>
2017-06-02Merge branch 'jouve/gitlab-ce-admin_keys' into 'master'Rémy Coutable
redirect to keys index instead of user index after a key is deleted See merge request !11856
2017-06-02Fix keys seedDouwe Maan
2017-06-02Allow users to be hard-deleted from the APINick Thomas
2017-06-02Merge branch '30469-convdev-index' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
30469-convdev-index
2017-06-02fixup some classnames and media queriesSimon Knox
2017-06-02Enable the Style/PreferredHashMethods copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>