summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | Modify builds scope filtering in builds APITomasz Maczukin2016-01-081-12/+19
| | | * | | | | Update ./doc/api/Tomasz Maczukin2016-01-051-1/+2
| | | * | | | | Merge branch 'master' into ci/api-buildsTomasz Maczukin2016-01-0518-132/+113
| | | |\ \ \ \ \
| | | * | | | | | Remove incorrect 'default' values from method descriptionTomasz Maczukin2015-12-311-2/+2
| | | * | | | | | Merge branch 'master' into ci/api-buildsTomasz Maczukin2015-12-3023-35/+819
| | | |\ \ \ \ \ \
| | | * | | | | | | Add specs for build listings in APITomasz Maczukin2015-12-291-3/+6
| | | * | | | | | | Remove changes in 'paginate' helperTomasz Maczukin2015-12-281-4/+2
| | | * | | | | | | Add cancel/retry endpoints to build APITomasz Maczukin2015-12-281-0/+40
| | | * | | | | | | Add 'not_found' notifications in build/trace detailsTomasz Maczukin2015-12-281-2/+6
| | | * | | | | | | Add endpoint for getting builds for a specific commitTomasz Maczukin2015-12-281-12/+26
| | | * | | | | | | Modify build pagination to use 'paginate' helperTomasz Maczukin2015-12-282-6/+5
| | | * | | | | | | Add some fixes to builds APITomasz Maczukin2015-12-282-20/+27
| | | * | | | | | | Fix example request urlTomasz Maczukin2015-12-241-1/+1
| | | * | | | | | | Add builds API (listing, showing trace)Tomasz Maczukin2015-12-243-0/+95
| | * | | | | | | | Merge branch 'add-pagination-headers-to-api' into 'master' Dmitriy Zaporozhets2016-01-141-11/+19
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into add-pag...Rémy Coutable2016-01-149-15/+359
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Revert changes to how the notes are paginated in the APIRémy Coutable2016-01-141-3/+9
| | | * | | | | | | | | Add pagination headers to already paginated API resourcesadd-pagination-headers-to-apiRémy Coutable2016-01-142-20/+22
| | * | | | | | | | | | Update documentation on Banzai::Filter::GollumTagsFilterDouglas Barbosa Alexandre2016-01-141-2/+38
| | * | | | | | | | | | Refactoring Banzai::Filter::GollumTagsFilterDouglas Barbosa Alexandre2016-01-141-19/+28
| | * | | | | | | | | | Make sure the .git is at the end on Gitlab::GithubImport::WikiFormatterDouglas Barbosa Alexandre2016-01-141-1/+1
| | * | | | | | | | | | Remove GollumTagsPipelineDouglas Barbosa Alexandre2016-01-142-15/+4
| | * | | | | | | | | | Refactoring Gitlab::GithubImport::ImporterDouglas Barbosa Alexandre2016-01-141-7/+13
| | * | | | | | | | | | Use the WikiPipeline when rendering the wiki markdown contentDouglas Barbosa Alexandre2016-01-142-0/+22
| | * | | | | | | | | | Add Banzai::Filter::GollumTagsFilter for parsing Gollum's tags in HTMLDouglas Barbosa Alexandre2016-01-141-0/+106
| | * | | | | | | | | | Import GitHub wiki into GitLabDouglas Barbosa Alexandre2016-01-143-1/+34
| | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merge branch 'ci/view-build-artifacts' into 'master' Grzegorz Bizon2016-01-144-7/+247
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| | | * | | | | | | | Minor improvements in build arfifacts browserci/view-build-artifactsGrzegorz Bizon2016-01-142-7/+14
| | | * | | | | | | | Use Hash to store paths and entries metadata in artifacts browserGrzegorz Bizon2016-01-142-18/+11
| | | * | | | | | | | Improve readability of artifacts `Metadata` related codeGrzegorz Bizon2016-01-142-34/+24
| | | * | | | | | | | Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon2016-01-142-25/+27
| | | * | | | | | | | Refactor build artifacts upload API endpointGrzegorz Bizon2016-01-142-9/+10
| | | * | | | | | | | Simplify encoding related implementation in artifacts metadataGrzegorz Bizon2016-01-141-6/+5
| | | * | | | | | | | Make encoding of paths returned by metadata consistent (UTF-8)Grzegorz Bizon2016-01-141-3/+3
| | | * | | | | | | | Update build artifacts APIGrzegorz Bizon2016-01-142-10/+8
| | | * | | | | | | | Modify artifacts upload API endpoint, add artifacts metadataGrzegorz Bizon2016-01-142-4/+17
| | | * | | | | | | | Improvements, readability for artifacts browserGrzegorz Bizon2016-01-141-5/+7
| | | * | | | | | | | Support only valid UTF-8 paths in build artifacts browserGrzegorz Bizon2016-01-142-5/+13
| | | * | | | | | | | Improve invalid build artifacts metadata path matcherGrzegorz Bizon2016-01-141-5/+2
| | | * | | | | | | | Render only valid paths in artifacts metadataGrzegorz Bizon2016-01-142-7/+15
| | | * | | | | | | | Simplify implementation of build artifacts browser (refactoring)Grzegorz Bizon2016-01-143-174/+153
| | | * | | | | | | | Change format of artifacts metadata from text to binary 0.0.1Grzegorz Bizon2016-01-141-10/+58
| | | * | | | | | | | Show file size in artifacts browser using metadataGrzegorz Bizon2016-01-142-9/+8
| | | * | | | | | | | Add method that checks if path exists in `StringPath`Grzegorz Bizon2016-01-141-0/+4
| | | * | | | | | | | Render 404 when artifacts path is invalidGrzegorz Bizon2016-01-141-1/+1
| | | * | | | | | | | Do not depend on universe when checking parent in `StringPath`Grzegorz Bizon2016-01-141-3/+12
| | | * | | | | | | | Extract artifacts metadata implementation to separate classGrzegorz Bizon2016-01-142-2/+59
| | | * | | | | | | | Improve path sanitization in `StringPath`Grzegorz Bizon2016-01-141-9/+8
| | | * | | | | | | | Add path sanitization to `StringPath`Grzegorz Bizon2016-01-141-12/+27
| | | * | | | | | | | Parse artifacts metadata stored in JSON formatGrzegorz Bizon2016-01-141-3/+9