- 25 Jan, 2016 1 commit
-
-
Yorick Peterse authored
This ensures that an instrumented method that doesn't take arguments reports an arity of 0, instead of -1. If Ruby had a proper method for finding out the required arguments of a method (e.g. Method#required_arguments) this would not have been an issue. Sadly the only two methods we have are Method#parameters and Method#arity, and both are equally painful to use. Fixes gitlab-org/gitlab-ce#12450
-
- 23 Jan, 2016 1 commit
-
-
Benedict Etzel authored
Closes #12517
-
- 20 Jan, 2016 7 commits
-
-
Kamil Trzcinski authored
-
Douglas Barbosa Alexandre authored
-
Kamil Trzcinski authored
-
Douwe Maan authored
-
Tomasz Maczukin authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 19 Jan, 2016 4 commits
-
-
Rubén Dávila authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 15 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 14 Jan, 2016 26 commits
-
-
Rubén Dávila authored
* Use commit objects instead of IDs when generating diffs * Use proper references when generating MR's source and target * Update broken specs
-
Douwe Maan authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre 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
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
This support is not completed though, as parent directory that is first in collection returned by `directories!` is not iterable yet.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-