summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '31443-fix-transient-failure' into 'master'Robert Speicher2017-07-191-9/+3
|\
| * Fix a broken spec31443-fix-transient-failureRémy Coutable2017-07-191-9/+3
* | Merge branch '34930-fix-edited-by' into 'master'Sean McGivern2017-07-195-19/+126
|\ \
| * | Use Ghost user when edited_by, merged_by deleted34930-fix-edited-byJarka Kadlecova2017-07-195-19/+126
* | | Merge branch '34563-usage-ping-github' into 'master'Sean McGivern2017-07-191-0/+1
|\ \ \
| * | | Add github imported projects count to usage data34563-usage-ping-githubJarka Kadlecova2017-07-191-0/+1
* | | | Merge branch 'clear-issuable-count-cache-for-states' into 'master'Robert Speicher2017-07-192-1/+133
|\ \ \ \
| * | | | Clear issuable counter caches on updateclear-issuable-count-cache-for-statesSean McGivern2017-07-192-1/+133
| |/ / /
* | | | Merge branch '23036-replace-dashboard-activity-spinach' into 'master'Rémy Coutable2017-07-191-4/+153
|\ \ \ \
| * | | | Replaces 'dashboard/activity.feature' spinach with rspecAlexander Randa2017-07-171-4/+153
* | | | | Merge branch '23036-replace-dashboard-spinach' into 'master'Rémy Coutable2017-07-197-21/+139
|\ \ \ \ \
| * | | | | Replaces dashboard/dashboard.feature spinach with rspecAlexander Randa2017-07-177-21/+139
* | | | | | Merge branch 'bjk/pipelines_created_total' into 'master'Grzegorz Bizon2017-07-191-1/+1
|\ \ \ \ \ \
| * | | | | | Update piplines created metric namebjk/pipelines_created_totalBen Kochie2017-07-191-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'authentiq-updates' into 'master'Rémy Coutable2017-07-192-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Added authentiq provider to tests and updated documentation, gem and config f...Alexandros Keramidas2017-07-182-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'issue_35132' into 'master'Sean McGivern2017-07-192-7/+11
|\ \ \ \ \
| * | | | | Fix external issue trackers redirectissue_35132Felipe Artur2017-07-182-7/+11
| | |_|_|/ | |/| | |
* | | | | Merge branch 'bvl-free-system-namespace' into 'master'Sean McGivern2017-07-1921-28/+144
|\ \ \ \ \
| * | | | | Allow groups with the name systembvl-free-system-namespaceBob Van Landuyt2017-07-181-1/+1
| * | | | | Update specs for new upload pathBob Van Landuyt2017-07-1817-27/+27
| * | | | | Add a background migration to rename `uploads` in the uploads tableBob Van Landuyt2017-07-181-0/+19
| * | | | | Move the `uploads/system` folder to `uploads/-/system`Bob Van Landuyt2017-07-182-0/+97
| | |_|/ / | |/| | |
* | | | | Update Prometheus gem to version that explicitly calls `munmap`Paweł Chojnacki2017-07-192-2/+1
* | | | | Incorporate Gitaly's Commits#between RPCAlejandro Rodríguez2017-07-183-5/+30
* | | | | Adapt to new Gitaly commit message formatAlejandro Rodríguez2017-07-181-0/+35
|/ / / /
* | | | Merge branch 'backstage/gb/add-index-and-foreign-key-to-merge-requests' into ...Kamil Trzciński2017-07-182-1/+50
|\ \ \ \
| * | | | Use batching to clear orphans in head_pipeline migrationbackstage/gb/add-index-and-foreign-key-to-merge-requestsGrzegorz Bizon2017-07-181-0/+39
| * | | | Add a foreign key to `merge_requests.head_pipeline_id`Grzegorz Bizon2017-07-181-1/+11
* | | | | Merge branch 'request-store-wrap' into 'master'Rémy Coutable2017-07-185-9/+146
|\ \ \ \ \
| * | | | | Remove unneeded asserts and add tests for inactive RequestStoreLin Jen-Shin2017-07-181-28/+20
| * | | | | Rename the methods to make it fit with current nameLin Jen-Shin2017-07-181-5/+5
| * | | | | Follow feedback on the merge requestLin Jen-Shin2017-07-181-2/+2
| * | | | | Cache Note#notable for commits and fix testsrequest-store-wrapLin Jen-Shin2017-07-183-4/+10
| * | | | | Use RequestStoreWrap for Commit#authorLin Jen-Shin2017-07-182-30/+56
| * | | | | Add RequestStoreWrap to cache via RequestStoreLin Jen-Shin2017-07-171-0/+113
| | |/ / / | |/| | |
* | | | | Merge branch '34927-protect-manual-actions-on-tags' into 'master'Grzegorz Bizon2017-07-181-6/+38
|\ \ \ \ \
| * | | | | Make sure it checks against the tag only when it's a tag34927-protect-manual-actions-on-tagsLin Jen-Shin2017-07-181-0/+19
| * | | | | Protect manual actions against protected tag tooLin Jen-Shin2017-07-171-6/+19
* | | | | | Merge branch '35225-transient-poll' into 'master'Phil Hughes2017-07-181-23/+29
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | fix transient rspec failure due to Poll.js race condition35225-transient-pollSimon Knox2017-07-181-23/+29
| |/ / / /
* | | | | Renamed Gitaly servicesAndrew Newdigate2017-07-186-37/+37
| |/ / / |/| | |
* | | | Merge branch 'ee-2950-fix-namespace-visibility-level-helpers' into 'master'Sean McGivern2017-07-171-0/+8
|\ \ \ \
| * | | | Promote visibility level helpers from Group to NamespaceNick Thomas2017-07-171-0/+8
| |/ / /
* | | | Merge branch 'fix/gb/process-scheduled-background-migrations' into 'master'Yorick Peterse2017-07-172-23/+101
|\ \ \ \
| * | | | Simplify background migrations stealing codeGrzegorz Bizon2017-07-171-59/+9
| * | | | Fix off-by-one error in background migration retriesfix/gb/process-scheduled-background-migrationsGrzegorz Bizon2017-07-171-9/+15
| * | | | Recover from all exceptions when stealing bg migrationGrzegorz Bizon2017-07-171-19/+64
| * | | | Catch exceptions when stealing background migrationsGrzegorz Bizon2017-07-141-18/+43
| * | | | Avoid race condition when stealing a background migrationGrzegorz Bizon2017-07-141-1/+9