summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use import and remove commit component from global namespacevue-commit-component-new-standardsFilipa Lacerda2017-03-064-175/+168
|
* Merge branch 'fix-mentioned-issues-for-external-trackers' into 'master' Sean McGivern2017-03-066-21/+45
|\ | | | | | | | | | | | | Fix issues mentioned but not closed for JIRA Closes #26028 See merge request !9687
| * DRY up {jira,kubernets}_project factoriesfix-mentioned-issues-for-external-trackersSean McGivern2017-03-061-21/+2
| |
| * Fix issues mentioned but not closed for JIRASean McGivern2017-03-065-0/+43
| | | | | | | | | | | | | | The `ReferenceExtractor` would return an array of `ExternalIssue` objects, and then perform `Array#-` to remove the issues closed. `ExternalIssue`s had `==` defined, but not `hash` or `eql?`, which are used by `Array#-`.
* | Merge branch 'workhorse-1.4.0' into 'master' Sean McGivern2017-03-062-1/+5
|\ \ | | | | | | | | | | | | Use gitlab-workhorse 1.4.0 See merge request !9724
| * | Use gitlab-workhorse 1.4.0Jacob Vosmaer2017-03-062-1/+5
| |/ | | | | | | Bug fixes, Gitaly gRPC support, experimental Redis integration.
* | Merge branch '28704-fullscreen-zen-mode-is-broken' into 'master' Annabel Dunstone Gray2017-03-062-1/+6
|\ \ | | | | | | | | | | | | | | | | | | Set max for Zen mode textarea to screen height Closes #28704 See merge request !9667
| * | Set max for Zen mode textarea to screen height28704-fullscreen-zen-mode-is-brokenSam Rose2017-03-032-1/+6
| | |
* | | Merge branch '25503_issues_finder_performance' into 'master' Sean McGivern2017-03-064-14/+35
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve IssuableFinder performance Closes #25503 See merge request !9030
| * | | Improve issues filtering performanceJarka Kadlecova2017-03-064-14/+35
| | | |
* | | | Merge branch 'second-nav-spacing-mobile' into 'master' Annabel Dunstone Gray2017-03-062-10/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed spacing in mobile secondary nav See merge request !9657
| * | | | Changed the styling to allow bigger link targets on mobilesecond-nav-spacing-mobilePhil Hughes2017-03-061-3/+18
| | | | |
| * | | | Fixed spacing in mobile secondary navPhil Hughes2017-03-022-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the spacing was spread evenly across the width which lead to some weird spacing issues, more noticeable between the user avatar & the dropdown caret
* | | | | Merge branch 'api-drop-subscribed' into 'master' Sean McGivern2017-03-0624-36/+451
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove "subscribed" field from API responses returning list of issues or merge requests Closes #22374 See merge request !9661
| * | | | | Remove "subscribed" field from API responses returning list of issues or ↵api-drop-subscribedAdam Niedzielski2017-03-0621-32/+447
| | | | | | | | | | | | | | | | | | | | | | | | merge requests
| * | | | | Move schema definitions for our public API to a separate directoryAdam Niedzielski2017-03-063-4/+4
| | | | | |
* | | | | | Merge branch 'gitaly-0.3.0' into 'master' Sean McGivern2017-03-061-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add gitaly server dependency Closes gitaly#109 See merge request !9722
| * | | | | Add gitaly server dependencyJacob Vosmaer2017-03-061-0/+1
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In GitLab 9.0.0 we want to turn on Gitaly in Omnibus installations. Gitaly is not a required component yet for source installations because we want to iterate on the configuration and architecture some more. Omnibus installations will have the option to completely disable Gitaly if they want to or if necessary. The new GITALY_SERVER_VERSION file which version of the Gitaly server application is needed by the current GitLab version.
* | | | | Merge branch 'introduce-pipeline-triggers' into 'master' Sean McGivern2017-03-0625-183/+702
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve pipeline triggers API See merge request !9713
| * | | | | Fix UserBasicintroduce-pipeline-triggersKamil Trzcinski2017-03-061-1/+1
| | | | | |
| * | | | | Rename `/take` to `/take_ownership`, expose `owner` in `v3`.Kamil Trzcinski2017-03-064-7/+8
| | | | | |
| * | | | | Update after reviewKamil Trzcinski2017-03-063-1/+5
| | | | | |
| * | | | | Lint docKamil Trzcinski2017-03-051-2/+2
| | | | | |
| * | | | | Move foreign key to separate migrationKamil Trzcinski2017-03-053-3/+13
| | | | | |
| * | | | | Fix import model attributesKamil Trzcinski2017-03-052-0/+3
| | | | | |
| * | | | | Update documentation and expose IDKamil Trzcinski2017-03-054-109/+172
| | | | | |
| * | | | | Introduce tests for pipeline triggersKamil Trzcinski2017-03-056-52/+145
| | | | | |
| * | | | | Fix trigger modelKamil Trzcinski2017-03-051-1/+0
| | | | | |
| * | | | | Update db/schemaKamil Trzcinski2017-03-053-3/+6
| | | | | |
| * | | | | Make triggers to be user awareKamil Trzcinski2017-03-056-7/+31
| | | | | |
| * | | | | Make Pipeline Triggers to be user awareKamil Trzcinski2017-03-053-3/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - they can have owner, - they can be edited, - they have description, - you can take ownership of them
| * | | | | Update triggers APIKamil Trzcinski2017-03-055-17/+311
| | | | | |
* | | | | | Merge branch '1648-remove-remnants-of-git-annex-support' into 'master' Robert Speicher2017-03-0611-57/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove remnants of git annex See merge request !9508
| * | | | | | Remove remnants of git annexPawel Chojnacki2017-03-0311-57/+11
| | | | | | |
* | | | | | | Merge branch '26384-improve-omnibus-mattermost-command-installation-flow' ↵Kamil Trzciński2017-03-069-31/+57
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Improve Omnibus-Mattermost Command installation flow" See merge request !9257
| * | | | | | | Fix values being called at Array instead of HashZ.J. van de Weg2017-03-062-4/+4
| | | | | | | |
| * | | | | | | Improved team selectionLuke "Jared" Bennett2017-03-057-27/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Review changes
* | | | | | | | Merge branch 'delete-pages' into 'master' Grzegorz Bizon2017-03-064-0/+31
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Delete artifacts for pages unless expiry date is specified See merge request !9716
| * | | | | | | Improve docs and specs related to pages artifactsGrzegorz Bizon2017-03-062-2/+4
| | | | | | | |
| * | | | | | | Add MR fo changelog about removing pages artifactsGrzegorz Bizon2017-03-061-1/+1
| | | | | | | |
| * | | | | | | Delete artifacts for pages unless expiry date is specifieddelete-pagesKamil Trzcinski2017-03-054-0/+29
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch '28898-fix-search-branches-in-cherry-picking' into 'master' Sean McGivern2017-03-063-1/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix json response in branches controller Closes #28898 See merge request !9710
| * | | | | | | Fix json response in branches controllerGeorge Andrinopoulos2017-03-063-1/+28
| | | | | | | |
* | | | | | | | Merge branch 'etag-notes-polling' into 'master' Sean McGivern2017-03-0616-10/+348
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use ETag to improve performance of issue notes polling Closes #27582 See merge request !9036
| * | | | | | | | Execute metrics initializer earlieretag-notes-pollingAdam Niedzielski2017-03-013-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes sure that Gitlab::Metrics::RackMiddleware is added before Gitlab::EtagCaching::Middleware.
| * | | | | | | | Invalidate ETag cache when note changesAdam Niedzielski2017-03-012-0/+25
| | | | | | | | |
| * | | | | | | | Add middleware for ETag caching with RedisAdam Niedzielski2017-03-015-0/+269
| | | | | | | | |
| * | | | | | | | Remove query parameters from notes polling endpoint to make caching easierAdam Niedzielski2017-03-016-8/+52
| | | | | | | | |
* | | | | | | | | Merge branch 'change-colour-for-testing-fallback' into 'master' Rémy Coutable2017-03-061-5/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change language for testing colour fallback See merge request !9537
| * | | | | | | | | Change language for testing colour fallbackGeorg G2017-02-261-5/+5
| | | | | | | | | |