summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Don't garbage collect commits that have related DB records like commentsDouwe Maan2016-07-043-2/+14
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-0185-136/+0
* Merge branch 'fix-relative-root-emoji-support' into 'master' Stan Hu2016-07-011-0/+15
|\
| * Fix emoji paths in relative root configurationsStan Hu2016-07-011-0/+15
* | Merge branch 'todos-api' into 'master' Rémy Coutable2016-07-012-0/+194
|\ \
| * | Support creating a todo on issuables via APItodos-apiRobert Schilling2016-07-011-1/+48
| * | Expose target, filter by state as stringRobert Schilling2016-07-011-3/+12
| * | Expose action_nameRobert Schilling2016-07-011-0/+1
| * | Assert response bodyRobert Schilling2016-07-011-1/+12
| * | Add user to project to see todosRobert Schilling2016-07-011-0/+5
| * | Make tests follow the guidelinesRobert Schilling2016-07-011-10/+20
| * | Add Todos APIDouglas Barbosa Alexandre2016-07-012-0/+111
* | | use has_many relationship with eventsJames Lopez2016-07-011-0/+6
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-expo...James Lopez2016-07-0139-124/+708
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'upstream/master' into enable-shared-runners-wit...Lin Jen-Shin2016-07-0142-144/+784
| |\ \ | | |/
| | * Merge branch 'cleanup-forgotten-lines' into 'master' Robert Speicher2016-06-301-5/+0
| | |\
| | | * Remove coveralls linescleanup-forgotten-linesZ.J. van de Weg2016-06-301-5/+0
| | * | Merge branch 'fix/build-retry-button-in-view' into 'master' Robert Speicher2016-06-302-0/+55
| | |\ \
| | | * | Improve method that tells if build is retryableGrzegorz Bizon2016-06-301-0/+18
| | | * | Do not show build retry link when build is activeGrzegorz Bizon2016-06-301-0/+37
| | * | | Merge branch '18991-update-test-env-gitlab-shell-version-when-v3-1-0-is-publi...Yorick Peterse2016-06-301-2/+1
| | |\ \ \
| | | * | | Remove hardcoded gitlab-shell version in test env now that the required tag i...Alejandro Rodríguez2016-06-301-2/+1
| | | | |/ | | | |/|
| | * | | Merge branch 'fix-external-issue-rendering' into 'master' Robert Speicher2016-06-302-0/+15
| | |\ \ \
| | | * | | Fix broken spec in git_push_service_spec by stubbing an external issue trackerfix-external-issue-renderingStan Hu2016-06-301-0/+2
| | | * | | Handle external issues in IssueReferenceFilterYorick Peterse2016-06-301-0/+13
| | * | | | Import from Github using Personal Access Tokens.Eric K Idema2016-06-302-0/+57
| | | |/ / | | |/| |
| | * | | Merge branch '18709-branch-tag-collection-caching' into 'master' Yorick Peterse2016-06-303-6/+69
| | |\ \ \
| | | * | | Expire branch/tag git data when needed.18709-branch-tag-collection-cachingPaco Guzman2016-06-303-6/+69
| | * | | | Merge branch 'rack-request-trusted-proxies' into 'master' Douwe Maan2016-06-301-4/+8
| | |\ \ \ \
| | | * | | | Make Rack::Request use our trusted proxies when filtering IP addressesrack-request-trusted-proxiesDJ Mountney2016-06-291-4/+8
| | | | |_|/ | | | |/| |
| | * | | | Merge branch 'rubocop/enable-unneeded-capital-w-cop' into 'master' Robert Speicher2016-06-301-3/+3
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Enable Style/UnneededCapitalW Rubocop coprubocop/enable-unneeded-capital-w-copGrzegorz Bizon2016-06-301-3/+3
| | | |/ /
| | * | | Merge branch 'issue-18886' into 'master' Dmitriy Zaporozhets2016-06-301-1/+1
| | |\ \ \
| | | * | | Loop all disks when displaying system infoissue-18886Josh Frye2016-06-291-1/+1
| | * | | | Add Application Setting to configure default Repository Path for new projectsshards-configAlejandro Rodríguez2016-06-293-1/+33
| | * | | | Create (if necessary) and link the gitlab-shell secret file on the rake insta...shardsAlejandro Rodríguez2016-06-291-0/+23
| | * | | | Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-2913-73/+210
| | | |/ / | | |/| |
| | * | | Merge branch 'handle-redis-not-there' into 'master' Stan Hu2016-06-291-0/+36
| | |\ \ \
| | | * | | Handle case when Redis cache returns an empty settingStan Hu2016-06-291-2/+9
| | | * | | Fix database migrations when Redis is not runningStan Hu2016-06-291-0/+29
| | * | | | Merge branch 'rs-gitalb-com-staging' into 'master' Robert Speicher2016-06-291-0/+6
| | |\ \ \ \
| | | * | | | Update `Gitlab.com?` to support stagingrs-gitalb-com-stagingRobert Speicher2016-06-271-0/+6
| | * | | | | Merge branch 'cache-max-user-access-name' into 'master' Robert Speicher2016-06-291-0/+46
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | Be explicit which project and user ID are memoizedStan Hu2016-06-291-0/+14
| | | * | | | Memoize the maximum access level for the author of notesStan Hu2016-06-291-0/+32
| | | | |_|/ | | | |/| |
| | * | | | Merge branch 'rubocop/enable-space-after-cops' into 'master' Robert Speicher2016-06-295-8/+8
| | |\ \ \ \
| | | * | | | Enable Style/SpaceAfterComma Rubocop coprubocop/enable-space-after-copsGrzegorz Bizon2016-06-293-6/+6
| | | * | | | Enable Style/SpaceAfterColon Rubocop copsGrzegorz Bizon2016-06-292-2/+2
| | * | | | | Merge branch 'issue_3359_3' into 'master' Douwe Maan2016-06-291-16/+57
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'master' into issue_3359_3issue_3359_3Felipe Artur2016-06-29112-1071/+2472
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |