- 07 Jun, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
This is a temporary refactoring stub, that is planned to be removed after removing legacy config processor.
-
- 06 Jun, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 03 Jun, 2016 2 commits
-
-
Grzegorz Bizon authored
With this approach it would be easier to add different sources of configuration, that we do not necessairly have to be in YAML format.
-
Grzegorz Bizon authored
As for now, we keep this class inside a oryginal config processor class. We will move implementation to this class and delegate to it from current config processor. After original gitlab ci yaml processor not longer has relevant impelemntation we will replace it with new configuration class.
-
- 30 May, 2016 1 commit
-
-
Grzegorz Bizon authored
See #17478
-
- 19 Feb, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 20 Jan, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 14 Jan, 2016 15 commits
-
-
Grzegorz Bizon authored
Added also a `Gitlab::Ci::Build::Artifacts::Metadata::ParserError` exception class.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
In this version we will support only relative paths in artifacts metadata. Support for absolute paths will be introduced later.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
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.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-