summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Use import and remove commit component from global namespacevue-commit-component-new-standardsFilipa Lacerda2017-03-061-14/+13
* Merge branch 'fix-mentioned-issues-for-external-trackers' into 'master' Sean McGivern2017-03-064-21/+36
|\
| * 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-063-0/+34
* | Remove "subscribed" field from API responses returning list of issues or merg...api-drop-subscribedAdam Niedzielski2017-03-0610-0/+372
* | Move schema definitions for our public API to a separate directoryAdam Niedzielski2017-03-063-4/+4
* | Merge branch 'introduce-pipeline-triggers' into 'master' Sean McGivern2017-03-067-37/+317
|\ \
| * | Rename `/take` to `/take_ownership`, expose `owner` in `v3`.Kamil Trzcinski2017-03-061-4/+4
| * | Update after reviewKamil Trzcinski2017-03-061-1/+1
| * | Fix import model attributesKamil Trzcinski2017-03-052-0/+3
| * | Introduce tests for pipeline triggersKamil Trzcinski2017-03-051-32/+115
| * | Make triggers to be user awareKamil Trzcinski2017-03-053-5/+28
| * | Update triggers APIKamil Trzcinski2017-03-051-0/+171
* | | Merge branch '1648-remove-remnants-of-git-annex-support' into 'master' Robert Speicher2017-03-062-30/+1
|\ \ \
| * | | Remove remnants of git annexPawel Chojnacki2017-03-032-30/+1
* | | | Merge branch '26384-improve-omnibus-mattermost-command-installation-flow' int...Kamil Trzciński2017-03-063-18/+32
|\ \ \ \
| * | | | Fix values being called at Array instead of HashZ.J. van de Weg2017-03-062-4/+4
| * | | | Improved team selectionLuke "Jared" Bennett2017-03-051-14/+28
* | | | | Merge branch 'delete-pages' into 'master' Grzegorz Bizon2017-03-061-0/+22
|\ \ \ \ \
| * | | | | Improve docs and specs related to pages artifactsGrzegorz Bizon2017-03-061-1/+3
| * | | | | Delete artifacts for pages unless expiry date is specifieddelete-pagesKamil Trzcinski2017-03-051-0/+20
| | |_|/ / | |/| | |
* | | | | Merge branch '28898-fix-search-branches-in-cherry-picking' into 'master' Sean McGivern2017-03-061-0/+23
|\ \ \ \ \
| * | | | | Fix json response in branches controllerGeorge Andrinopoulos2017-03-061-0/+23
* | | | | | Merge branch 'etag-notes-polling' into 'master' Sean McGivern2017-03-065-5/+217
|\ \ \ \ \ \
| * | | | | | Execute metrics initializer earlieretag-notes-pollingAdam Niedzielski2017-03-011-1/+1
| * | | | | | Invalidate ETag cache when note changesAdam Niedzielski2017-03-011-0/+12
| * | | | | | Add middleware for ETag caching with RedisAdam Niedzielski2017-03-011-0/+163
| * | | | | | Remove query parameters from notes polling endpoint to make caching easierAdam Niedzielski2017-03-012-4/+41
* | | | | | | Merge branch 'change-colour-for-testing-fallback' into 'master' Rémy Coutable2017-03-061-5/+5
|\ \ \ \ \ \ \
| * | | | | | | Change language for testing colour fallbackGeorg G2017-02-261-5/+5
* | | | | | | | Merge branch '28655-current-path-text-is-not-updated-after-setting-the-new-us...Rémy Coutable2017-03-061-0/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Update profiles/account view to display new usernameMark Fletcher2017-03-021-0/+14
* | | | | | | | | Remove .es6 from file extensions (!9241)winniehell2017-03-0559-0/+0
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch 'format-timeago-date' into 'master' Jacob Schatz2017-03-052-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed timeago specsformat-timeago-datePhil Hughes2017-02-132-4/+4
* | | | | | | | | Merge branch 'commons-chunk-plugin' into 'master' Jacob Schatz2017-03-051-12/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | create a common.js bundle and include all jQuery pluginsMike Greiling2017-03-031-12/+1
* | | | | | | | | | Merge branch 'dashboard-filter-search-keep-params' into 'master' Dmitriy Zaporozhets2017-03-041-0/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixes filtering by name reseting archive filterPhil Hughes2017-03-031-0/+15
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sh-improve-sidekiq-status' into 'master' Robert Speicher2017-03-041-0/+26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make SidekiqStatus able to count number of jobs completed/runningsh-improve-sidekiq-statusStan Hu2017-03-031-0/+26
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'bump-health-check-gem' into 'master' Robert Speicher2017-03-041-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Bump health_check gem to version 2.6.0bump-health-check-gemDouglas Barbosa Alexandre2017-03-031-2/+2
* | | | | | | | | | Merge branch '26847-api-pipelines-use-basic' into 'master' Robert Speicher2017-03-032-0/+204
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Expose pipelines as PipelineBasic `projects/:id/pipelines`26847-api-pipelines-use-basicToon Claes2017-03-032-0/+204
| |/ / / / / / / /
* | | | | | | | | Add KUBE_CA_PEM_FILE, deprecate KUBE_CA_PEMNick Thomas2017-03-031-0/+6
* | | | | | | | | Merge branch 'dm-fix-cherry-pick' into 'master' Robert Speicher2017-03-033-14/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix cherry-picking or reverting through an MRDouwe Maan2017-03-023-14/+15
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch '28865-filter-by-authorized-projects-in-v4' into 'master' Sean McGivern2017-03-031-22/+47
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Rename query parameter to `membership`28865-filter-by-authorized-projects-in-v4Toon Claes2017-03-031-7/+7