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-08Merge branch 'clean-up-project-for-merge-conflicts' into 'master'Rémy Coutable
Clean up the Project model to reduce conflicts See merge request !11967
2017-06-08Allow group reporters to promote labelsSean McGivern
They can admin group labels anyway, we weren't checking the more specific permission.
2017-06-08Merge branch '12614-fix-long-message' into 'master'Dmitriy Zaporozhets
Fix long urls in the title of commit Closes #12614 See merge request !10938
2017-06-08Merge branch 'zj-prom-pipeline-count' into 'master'Grzegorz Bizon
Add prometheus metrics on pipeline creation Closes #32624 See merge request !11975
2017-06-08Split Project#reset_cache_and_import_attrs upYorick Peterse
In EE we don't want to remove import data for mirrors. By moving this logic to a separate method we can simply re-define the method in EE using "prepend" and call "super" whenever necessary.
2017-06-08Re-order some methods in ProjectYorick Peterse
This ensures the order of these methods is identical in CE and EE.
2017-06-08Add tests when user has no direct acces to a groupAlfredo Sumaran
2017-06-08Align folder and carets on groups treeAlfredo Sumaran
2017-06-08Update URL when paginating groupsAlfredo Sumaran
2017-06-08Add test for prom metric gatheringZ.J. van de Weg
2017-06-08Regenerate po and js filesZ.J. van de Weg
2017-06-08Allow translation of Pipeline SchedulesZ.J. van de Weg
2017-06-08Add missing aria-hidden attribute to i tagsAlfredo Sumaran
2017-06-08Fix type casingAlfredo Sumaran
2017-06-08Do not show access type to a group if there’s no accessAlfredo Sumaran
2017-06-08Merge branch ↵Achilleas Pipinellis
'28607-forking-and-configuring-project-via-api-works-very-unreliable' into 'master' Confirm Project forking behaviour via the API Closes #28607 See merge request !11931
2017-06-08Add text documenting that v5 of the API will be GraphQLStan Hu
[ci skip]
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
2017-06-08Display user access type for each groupAlfredo Sumaran
Also adds unit tests for this
2017-06-08Add feature tests for Dashboard Groups pageAlfredo Sumaran
2017-06-08Expose human group access on GroupEntityDouwe Maan
2017-06-08Merge branch 'feature/rouge-2.1.0' into 'master'Douwe Maan
update rouge to 2.1.0 See merge request !11992
2017-06-08Merge remote-tracking branch 'gl-dev/master'Regis
2017-06-08Use group and project finders instead of direct ActiveRecord relationsDouwe Maan
2017-06-08Merge branch 'responsive-table-fixes' into 'master'Clement Ho
Responsive table fixes Closes #33376 See merge request !11987
2017-06-08Responsive table fixesAnnabel Dunstone Gray
2017-06-08remove the rouge copypasta and add notes to refactorhttp://jneen.net/
2017-06-08Merge branch '33377-fix-null-ref-in-repo-is-ancestor' into 'master'Douwe Maan
nil-check Repository::is_ancestor? Closes #33377 See merge request !11976
2017-06-08nil-check Repository::is_ancestor?Kim Carlbäcker
2017-06-08Merge branch '23603-add-extra-functionality-for-the-top-right-plus-button' ↵Douwe Maan
into 'master' Resolve "Add extra functionality for the top right Plus Button" Closes #23603 See merge request !11632
2017-06-08update rouge to 2.1.0http://jneen.net/
2017-06-08Merge branch 'improve-form-spec' into 'master'Douwe Maan
Improve form spec See merge request !11879
2017-06-08Added more negative checks for public projectTim Zallmann
2017-06-08Fix End Syntax ErrorTim Zallmann
2017-06-08Enhancing Spec's with negative casesTim Zallmann
2017-06-08Merge branch 'document-polymorphing-columns' into 'master'Rémy Coutable
Document using separate tables instead of polymorphic associations and STI See merge request !11168
2017-06-08Merge branch '33308-use-pre-wrap-for-commit-messages' into 'master'Annabel Dunstone Gray
33308 Use pre-wrap for commit messages to keep lists indented Closes #33308 See merge request !11957
2017-06-08Improve form specClement Ho
2017-06-08Remove unnecessary transitionClement Ho
2017-06-07Update CHANGELOG.md for 9.0.10Regis
[ci skip]
2017-06-07Update CHANGELOG.md for 9.2.5Regis
[ci skip]
2017-06-07Fixed spec test syntax errorsTim Zallmann
2017-06-07Update CHANGELOG.md for 9.1.7Regis
[ci skip]
2017-06-07Merge branch 'bvl-translate-project-pages' into 'master'Douwe Maan
Translate project & repository pages See merge request !11183
2017-06-07Translate project & repository pagesBob Van Landuyt
2017-06-07Converting Tests to Spec TestsTim Zallmann
2017-06-07Merge branch 'krakowski_master2' into 'master'Grzegorz Bizon
Add all pipeline sources as special keywords to 'only' and 'except' Closes #32955 See merge request !11972
2017-06-07Merge branch 'master' into 25426-group-dashboard-uiAlfredo Sumaran
2017-06-07Empty blob viewer isn’t binary-onlyDouwe Maan
2017-06-07remove extra space on thumbs emoji buttonstauriedavis