summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Backport EE fixes to Gitlab::UrlSanitizer to CENick Thomas2017-09-062-6/+7
| | | | | | | |
* | | | | | | | Merge branch 'feature/gb/download-single-job-artifact-using-api' into 'master'Kamil TrzciƄski2017-09-0613-219/+478
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add API endpoint for downloading a single job artifact Closes #37196 See merge request !14027
| * | | | | | | | Revert moving authorization hook in jobs APIfeature/gb/download-single-job-artifact-using-apiGrzegorz Bizon2017-09-061-2/+2
| | | | | | | | |
| * | | | | | | | Merge commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d' into ↔Grzegorz Bizon2017-09-06317-3948/+13758
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/download-single-job-artifact-using-api * commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d': (210 commits)
| * | | | | | | | | Fix artifacts controller specsGrzegorz Bizon2017-09-061-8/+0
| | | | | | | | | |
| * | | | | | | | | Remove unneeded string interpolation from entry classGrzegorz Bizon2017-09-061-1/+1
| | | | | | | | | |
| * | | | | | | | | Add basic docs about new artifact access API endpointGrzegorz Bizon2017-09-061-2/+36
| | | | | | | | | |
| * | | | | | | | | Add changelog entry for new artifacts API endpointGrzegorz Bizon2017-09-061-0/+5
| | | | | | | | | |
| * | | | | | | | | Respond with a bad request if artifact path is invalidGrzegorz Bizon2017-09-062-2/+2
| | | | | | | | | |
| * | | | | | | | | Extract job artifacts API code to a separate fileGrzegorz Bizon2017-09-065-101/+102
| | | | | | | | | |
| * | | | | | | | | Do not require API authentication if artifacts are publicGrzegorz Bizon2017-09-052-43/+81
| | | | | | | | | |
| * | | | | | | | | Do not use artifacts metadata to access single artifactGrzegorz Bizon2017-09-053-16/+11
| | | | | | | | | |
| * | | | | | | | | Make it explicit that workhorse needs artifact pathGrzegorz Bizon2017-09-051-2/+2
| | | | | | | | | |
| * | | | | | | | | Extract a class that represents artifacts file pathGrzegorz Bizon2017-09-053-122/+237
| | | | | | | | | |
| * | | | | | | | | Use API helper to send artifact file through WorkhorseGrzegorz Bizon2017-09-053-4/+7
| | | | | | | | | |
| * | | | | | | | | Set project / pipeline before context in job API specsGrzegorz Bizon2017-09-041-2/+2
| | | | | | | | | |
| * | | | | | | | | Add API endpoint for downloading single job artifactGrzegorz Bizon2017-09-042-0/+76
| | | | | | | | | |
* | | | | | | | | | Merge branch 'tc-test-admin-log-links' into 'master'Dmitriy Zaporozhets2017-09-062-4/+13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put Admin loggers in before_action for easier overriding in EE See merge request !14081
| * | | | | | | | | | Put loggers in before_action for easier overriding in EEtc-test-admin-log-linksToon Claes2017-09-062-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it easier to override the set of loggers, by putting them in a separate method. Also modify spec so it tests for links, instead of checking for regular text.
* | | | | | | | | | | Merge branch '35942_api_binary_encoding' into 'master'Sean McGivern2017-09-068-12/+66
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API fix for non UTF-8 data Closes #35942 See merge request !14038
| * | | | | | | | | | | [ci-skip] spec for an instance method35942_api_binary_encodingmicael.bergeron2017-09-061-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | remove useless commentmicael.bergeron2017-09-061-2/+0
| | | | | | | | | | | |
| * | | | | | | | | | | added changelog entrymicael.bergeron2017-09-061-0/+3
| | | | | | | | | | | |
| * | | | | | | | | | | renames ambiguous methods and add specmicael.bergeron2017-09-064-7/+15
| | | | | | | | | | | |
| * | | | | | | | | | | fix refactoring error with Blob.binary?micael.bergeron2017-09-063-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove some lint
| * | | | | | | | | | | add .json_safe_diff specmicael.bergeron2017-09-061-0/+19
| | | | | | | | | | | |
| * | | | | | | | | | | revert to using a simple representationmicael.bergeron2017-09-064-22/+25
| | | | | | | | | | | |
| * | | | | | | | | | | wip: fake its a binary diffmicael.bergeron2017-09-064-7/+30
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'docs/migrating-from-tfs' into 'master'Marcia Ramos2017-09-062-4/+47
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add TFS migration docs See merge request !13934
| * | | | | | | | | | | Remove duplicate entry, order tools by namedocs/migrating-from-tfsAchilleas Pipinellis2017-09-062-10/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into 'docs/migrating-from-tfs'Achilleas Pipinellis2017-09-06458-5631/+16678
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | # Conflicts: # doc/user/project/import/index.md
| * | | | | | | | | | | Make clear changeset vs snapshot methodAchilleas Pipinellis2017-09-061-5/+10
| | | | | | | | | | | |
| * | | | | | | | | | | Add TFS migration docsAchilleas Pipinellis2017-09-062-0/+44
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'collapsable-pipeline-settings' into 'master'Phil Hughes2017-09-0610-63/+94
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add collapsable sections for Pipeline Settings Closes #37275 See merge request !13951
| * | | | | | | | | | | | Add collapsable sections for Pipeline SettingsKamil TrzciƄski2017-09-0610-63/+94
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'generalize-profile-updates' into 'master'Douwe Maan2017-09-0625-58/+626
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Profile updates from providers See merge request !12968
| * | | | | | | | | | | Profile updates from providersAlexander Keramidas2017-09-0625-58/+626
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'breadcrumbs-improvements' into 'master'Filipa Lacerda2017-09-0679-274/+244
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements to breadcrumbs Closes #35269 and #36460 See merge request !13582
| * | | | | | | | | | | removed show_new_nav? referencesbreadcrumbs-improvementsPhil Hughes2017-09-066-61/+14
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-06138-1451/+2086
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| * | | | | | | | | | | fixed up JS to use a js-* classPhil Hughes2017-09-0610-19/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed up Ruby based on review
| * | | | | | | | | | | Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-0539-155/+360
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fixed karma specPhil Hughes2017-09-051-1/+10
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-05104-422/+2808
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | removed comment from helper specPhil Hughes2017-09-051-1/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | fixed images changing height of breadcrumbsPhil Hughes2017-09-052-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | added webkit prefix to fix failing testsPhil Hughes2017-09-051-0/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-0556-2168/+6864
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | test fixesPhil Hughes2017-09-056-129/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed un-used file
| * | | | | | | | | | | | | | Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-0562-425/+1817
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \