summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add browser for build artifacts Discussion in #3426, closes #3426. See merge request !2123
| | * | | | | | | | | Minor improvements in build arfifacts browserci/view-build-artifactsGrzegorz Bizon2016-01-142-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added also a `Gitlab::Ci::Build::Artifacts::Metadata::ParserError` exception class.
| | * | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We do not want to allow runners to upload a metadata file. This needs to be generated by Workhorse only.
| | * | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In this version we will support only relative paths in artifacts metadata. Support for absolute paths will be introduced later.
| | * | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the format of metadata to handle paths, that may contain whitespace characters, new line characters and non-UTF-8 characters. Now those paths along with metadata in JSON format are stored as length-prefixed strings (uint32 prefix). Metadata file has a custom format: 1. First string field is metadata version field (string) 2. Second string field is metadata errors field (JSON strong) 3. All subsequent fields is pair of path (string) and path metadata in JSON format. Path's metadata contains all fields that where possible to extract from ZIP archive like date of modification, CRC, compressed size, uncompressed size and comment.
| | * | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | | | | | | | Parse artifacts metadata stored in JSON formatGrzegorz Bizon2016-01-141-3/+9
| | | | | | | | | | |
| | * | | | | | | | | Use metadata stored in artifacats metadata fileGrzegorz Bizon2016-01-141-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Use short method call in StringPath instead blockGrzegorz Bizon2016-01-141-2/+2
| | | | | | | | | | |
| | * | | | | | | | | Improve performance of `StringPath`Grzegorz Bizon2016-01-141-4/+11
| | | | | | | | | | |
| | * | | | | | | | | Add support for parent directories in `StringPath`Grzegorz Bizon2016-01-141-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This support is not completed though, as parent directory that is first in collection returned by `directories!` is not iterable yet.
| | * | | | | | | | | Add support for root path for `StringPath`Grzegorz Bizon2016-01-141-8/+18
| | | | | | | | | | |
| | * | | | | | | | | Add implementation of remaining methods in `StringPath`Grzegorz Bizon2016-01-141-2/+14
| | | | | | | | | | |
| | * | | | | | | | | Add `parent` iteration implementation to `StringPath`Grzegorz Bizon2016-01-141-2/+9
| | | | | | | | | | |
| | * | | | | | | | | Use `Gitlab::StringPath` in CI build artifacts controllerGrzegorz Bizon2016-01-141-0/+12
| | | | | | | | | | |
| | * | | | | | | | | Add new methods to StringPathGrzegorz Bizon2016-01-141-2/+17
| | | | | | | | | | |
| | * | | | | | | | | Add implementation of StringPath classGrzegorz Bizon2016-01-141-0/+35
| | | |_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `StringPath` class is something similar to Ruby's `Pathname` class, but does not involve any IO operations. `StringPath` objects require passing string representation of path, and array of paths that represents universe to constructor to be intantiated.
* | | | | | | | | | Merge branch 'master' into ci/api-triggersTomasz Maczukin2016-01-143-0/+100
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Fix version Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pages Update CHANGELOG [ci skip] Add some cosmetic changes to variables API documentation [ci skip] Modify builds API documentation style [ci skip] Modify :ci_variable factory Add 'Build' prefix to Variables entry name in API docs index Fix some typos Add some fixes after review Remove blank line Update ./doc/api Change :variable_id to :key as resource ID in API Fix a typo in method description Add create feature to variables API Add missing 'not_found' checks in variables API Add delete feature to variables API Add update feature for variables API Add features for list and show details of variables in API Conflicts: doc/api/README.md lib/api/entities.rb
| * | | | | | | | | Merge branch 'master' into ci/api-variablesDouwe Maan2016-01-143-10/+31
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | Merge branch '8-4-stable' into ci/api-variablesTomasz Maczukin2016-01-1345-246/+598
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 8-4-stable: (285 commits) Add Changelog entry for build traces data integrity fix Update doc_styleguide.md [ci skip] Added hint that you can search users by name, username, or email. Add changelog Version 8.4.0.rc1 Randomize metrics sample intervals Make the metrics sampler interval configurable Don't automatically require awesome_print Disable colorization if STDOUT is not a tty Block the reported user before destroying the record changes `$quote-gray` to `$secondary-text` makes message plural for multiple MRs and removes from loop. Duh. Prepare Installation and Update docs for 8.4 RC1 Mention channel/key bug in irkerd docs Revert "Remove the `:coffee` and `:coffeescript` Haml filters" gets merge request discussion working again adds back in discussion.haml.html for issues commenting and closing/reopening properly. removing last chunk of MR ajax changes, rest will be in another MR reverting more MR ajax files, will appear in different commit reverting MR ajax changes, which will be in a different MR ...
| * | | | | | | | | Fix some typosTomasz Maczukin2016-01-131-2/+2
| | | | | | | | | |
| * | | | | | | | | Add some fixes after reviewTomasz Maczukin2016-01-131-13/+16
| | | | | | | | | |
| * | | | | | | | | Remove blank lineTomasz Maczukin2016-01-121-1/+0
| | | | | | | | | |
| * | | | | | | | | Update ./doc/apiTomasz Maczukin2016-01-071-1/+1
| | | | | | | | | |
| * | | | | | | | | Change :variable_id to :key as resource ID in APITomasz Maczukin2016-01-071-25/+16
| | | | | | | | | |
| * | | | | | | | | Fix a typo in method descriptionTomasz Maczukin2015-12-311-1/+1
| | | | | | | | | |
| * | | | | | | | | Add create feature to variables APITomasz Maczukin2015-12-311-0/+20
| | | | | | | | | |
| * | | | | | | | | Add missing 'not_found' checks in variables APITomasz Maczukin2015-12-311-0/+7
| | | | | | | | | |
| * | | | | | | | | Add delete feature to variables APITomasz Maczukin2015-12-311-0/+12
| | | | | | | | | |
| * | | | | | | | | Add update feature for variables APITomasz Maczukin2015-12-311-1/+20
| | | | | | | | | |
| * | | | | | | | | Add features for list and show details of variables in APITomasz Maczukin2015-12-313-0/+49
| | | | | | | | | |