summaryrefslogtreecommitdiff
path: root/app/views/projects/artifacts
Commit message (Collapse)AuthorAgeFilesLines
* Fixed missing namespaces on navigation translationsfix-translation-namespacesPhil Hughes2017-09-271-1/+1
|
* Remove all old sub nav barsAnnabel Dunstone Gray2017-09-252-2/+0
|
* fixed dropdown not showing in wikiPhil Hughes2017-09-041-0/+4
| | | | | spacing updates to expander button sub-title fixes
* Remove unused #tree-holderremove-tree-holderClement Ho2017-08-071-1/+1
|
* Fix download artifacts button alignmentfix-download-artifacts-alignmentClement Ho2017-07-181-6/+6
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-054-8/+8
|
* Rename BuildsController to JobsControllerLin Jen-Shin2017-05-174-10/+10
| | | | | | | | | | | | Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
* Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-042-4/+38
|
* Add breadcrumb, build header and pipelines submenu to artifacts browserDouwe Maan2017-05-032-9/+19
|
* Add download attribute to download linksClement Ho2017-03-291-1/+1
|
* Fix broken tests17662-rename-buildsFilipa Lacerda2017-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-1/+1
|
* HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya2016-12-311-1/+1
|
* Removed soon-to-be un-needed project title additions from builds and ↵21764-build-page-titleLuke Bennett2016-11-091-1/+0
| | | | | | | | environments Removed unneeded `project_title` code and last reference Added CHANGELOG entry
* CI build page UI updatePhil Hughes2016-06-101-0/+1
| | | | | Added sidebar Removed elements not present in design
* Remove header title from project pagesDmitriy Zaporozhets2016-05-261-1/+0
| | | | | | | With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Start builds redesignAnnabel Dunstone2016-05-041-1/+1
|
* Move build artifacts javascripts into separate filefix/artifacts-download-progress-barGrzegorz Bizon2016-01-211-13/+0
|
* Do not use progress bar when downloading build artifactsGrzegorz Bizon2016-01-211-1/+5
| | | | Closes #12491
* Remove `Compressed to` column from build artifacts browserci/artifacts-remove-compressed-sizeGrzegorz Bizon2016-01-203-4/+0
| | | | See #10982.
* Fix double request issue in artifacts browserGrzegorz Bizon2016-01-191-1/+5
|
* Improve ux in builds artifacts browserGrzegorz Bizon2016-01-183-18/+24
|
* Minor improvements in build arfifacts browserci/view-build-artifactsGrzegorz Bizon2016-01-141-1/+1
| | | | | Added also a `Gitlab::Ci::Build::Artifacts::Metadata::ParserError` exception class.
* Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon2016-01-141-6/+6
|
* Add specs for endpoint meant to be accelerated by workhorseGrzegorz Bizon2016-01-141-1/+1
|
* Attach download action to artifacts file in ZIP archiveGrzegorz Bizon2016-01-141-1/+2
|
* Change format of artifacts metadata from text to binary 0.0.1Grzegorz Bizon2016-01-141-1/+1
| | | | | | | | | | | | | | | | | | | 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-143-2/+6
|
* Remove artifacts metadata column from databaseGrzegorz Bizon2016-01-141-0/+3
|
* Add support for parent directories in `StringPath`Grzegorz Bizon2016-01-142-3/+3
| | | | | This support is not completed though, as parent directory that is first in collection returned by `directories!` is not iterable yet.
* Improve CI build artifacts browser viewGrzegorz Bizon2016-01-143-3/+21
|
* Add artifacts browserGrzegorz Bizon2016-01-143-1/+13
| | | | | This implementation makes it possible to browse artifacts, it depends on artifacts metadata.
* Move artifacts controller level upGrzegorz Bizon2016-01-141-0/+4
This reverts nesting artifacts controller in builds module.