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-02-28Disables interaction with expanded linesPhil Hughes
Fixed scss-lint errors
2017-02-28Visually display that expanded diff lines cant be commented onPhil Hughes
Previously you just had to hover over a line to see if it could be commented on, this changes that by changing the background color & borders to show that the line cant have a comment.
2017-02-28Merge branch 'dm-dont-share-projects-with-group-ancestors' into 'master' Dmitriy Zaporozhets
Don't allow a project to be shared with an ancestor of the group it is in Closes #28788 See merge request !9566
2017-02-28Merge branch '27354-navigation-new-button' into 'master' Dmitriy Zaporozhets
Put back the new project button Closes #27354 See merge request !9426
2017-02-28Merge branch 'dm-nested-group-shared-projects' into 'master' Dmitriy Zaporozhets
Fix access to projects shared with a nested group Closes #28787 See merge request !9565
2017-02-28Merge branch 'dz-rubocop-skip-builds' into 'master' Dmitriy Zaporozhets
Ignore builds dir when run rubocop check See merge request !9580
2017-02-28Merge branch ↵Rémy Coutable
'28769-raise-custom-exception-in-all-methods-of-mergeservice-that-want-to-inform-the-user' into 'master' Use exceptions for MergeService error handling Closes #28769 See merge request !9576
2017-02-28Don't allow a project to be shared with an ancestor of the group it is inDouwe Maan
2017-02-28Merge branch 'api-empty-return' into 'master' Sean McGivern
Return 204 on all DELETE endpoints Closes #20429 See merge request !9397
2017-02-28Fix access to projects shared with a nested groupDouwe Maan
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-28Ignore builds dir when run rubocop checkDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-28Use exceptions for MergeService error handlingSean McGivern
If any method called by `MergeService#execute` raises a `MergeError`, that error's message will be logged, the model will be updated, and the merge will fail.
2017-02-28Merge branch 'ee-compat-code-review' into 'master' Rémy Coutable
Clarify when to create EE compatibility MR in code review process See merge request !9575
2017-02-28Clarify when to create EE compatibility MR in code review processAdam Niedzielski
2017-02-28Merge branch 'only-create-unmergeable-todo-once' into 'master' Kamil Trzciński
Only create unmergeable todos once Closes #28555 See merge request !9513
2017-02-28New runner API returns 204Robert Schilling
2017-02-28Backport new behavior to CI APIRobert Schilling
2017-02-28Backport API to V3Robert Schilling
2017-02-28Update documentationRobert Schilling
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-28Merge branch 'fix-migration-downtime' into 'master' Rubén Dávila Santos
Fix migration without DOWNTIME clause specified See merge request !9571
2017-02-28Fix migration without DOWNTIME clause specifiedRuben Davila
2017-02-28Merge branch 'fix-rubocop' into 'master' Robert Speicher
Make RuboCop happy See merge request !9554
2017-02-27Merge branch '25920-create-issue-from-failing-build' into 'master' Clement Ho
Add button to create issue for failing build Closes #25920 See merge request !9391
2017-02-27Fix CSS classesAlex Sanford
2017-02-27Merge branch '20890-comment-image-inline' into 'master' Robert Speicher
Fix inline comment images by removing wrapper #20890 Closes #20890 See merge request !5804
2017-02-27Merge branch 'fix-webpack-dev-server-proxy' into 'master' Douwe Maan
Fix broken dev environment in master See merge request !9557
2017-02-27Merge branch '28723-consistent-handling-indexof' into 'master' Clement Ho
Keep consistent in handling indexOf results Closes #28723 See merge request !9531
2017-02-27Merge branch 'dz-nested-groups-fixtures' into 'master' Douwe Maan
Add development fixtures for nested groups See merge request !9553
2017-02-27fix missing @ symbolMike Greiling
2017-02-27Merge branch '28212-avoid-dos-on-build-trace' into 'master' Clement Ho
Replace setInterval with setTimeout to prevent highly frequent requests Closes #28212 See merge request !9271
2017-02-27Update CHANGELOG.md for 8.16.7James Lopez
[ci skip]
2017-02-27Merge branch '27840-improve-search-bar-experience' into 'master' Annabel Dunstone Gray
Fix #27840 - Improve the search bar experience on mobile Closes #27840 See merge request !9280
2017-02-27Update CHANGELOG.md for 8.16.7James Lopez
[ci skip]
2017-02-27Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceJames Lopez
2017-02-27Merge branch 'remove-jquery-ui-draggable' into 'master' Jacob Schatz
Removed jQuery UI draggable See merge request !8582
2017-02-27Merge branch 'fix-webpack-dev-server-proxy' into 'master' Douwe Maan
Fix webpack dev server when behind proxy See merge request !9543
2017-02-27Update CHANGELOG.md for 8.16.7James Lopez
[ci skip]
2017-02-27Merge branch 'rs-uploaders' into 'master' Douwe Maan
Minor refactoring of Uploaders See merge request !9490
2017-02-27Merge branch '28753-align-buttons-environments' into 'master' Annabel Dunstone Gray
Align last column buttons with new environment button Closes #28753 See merge request !9551
2017-02-27Merge branch 'ssh-key-paste' into 'master' Filipa Lacerda
Updates SSH key title after pasting key Closes #28436 See merge request !9481
2017-02-27Merge branch 'mock-ci-service' into 'master'Douwe Maan
Add Mock CI service/integration See merge request !9250
2017-02-27Merge branch 'rss-btn-alignment-fix' into 'master' Annabel Dunstone Gray
Fixed alignment of RSS button on activity pages Closes #28572 See merge request !9478
2017-02-27Merge branch 'mr-diff-comment-button' into 'master' Annabel Dunstone Gray
Improved the diff comment button UX Closes #27543 See merge request !9448
2017-02-27Make RuboCop happySean McGivern
2017-02-27Merge branch 'ci-tables-ui-improvements' into 'master' Annabel Dunstone Gray
Pipelines tables UI improvements Closes #28383, #26611, #21788, #27048, and #27828 See merge request !9442
2017-02-27Merge branch '14748-runner-version-in-admin-views' into 'master' Rémy Coutable
Add runner version to /admin/runners view See merge request !8733
2017-02-27Add development fixtures for nested groupsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-27Updates SSH key title after pasting keyPhil Hughes
Previously it was listening for focusout, it now listens for blur & paste events Closes #28436
2017-02-27Merge branch 'sh-async-delete-children' into 'master' Dmitriy Zaporozhets
Make nested groups deletion synchronous to avoid potential race See merge request !9288