GitLab Bot
|
22e60f1c61
|
Add latest changes from gitlab-org/gitlab@master
|
2020-04-22 21:10:00 +00:00 |
|
Andrew Newdigate
|
3288e1a874
|
Adds the Rubocop ReturnNil cop
This style change enforces `return if ...` instead of
`return nil if ...` to save maintainers a few minor review points
|
2019-03-06 17:51:56 +02:00 |
|
gfyoung
|
06892e88f5
|
Enable frozen string for lib/gitlab/ci
Enables frozen string for the following:
* lib/gitlab/ci/*.rb
* lib/gitlab/ci/build/**/*.rb
* lib/gitlab/ci/config/**/*.rb
* lib/gitlab/ci/pipeline/**/*.rb
* lib/gitlab/ci/reports/**/*.rb
Partially addresses #47424.
|
2018-10-26 16:36:42 -07:00 |
|
Yorick Peterse
|
2039c8280d
|
Disable existing offenses for the CodeReuse cops
This whitelists all existing offenses for the various CodeReuse cops, of
which most are triggered by the CodeReuse/ActiveRecord cop.
|
2018-09-11 17:32:00 +02:00 |
|
Takuya Noguchi
|
2b6307f6ad
|
Enable RuboCop Style/RegexpLiteral
|
2018-02-01 02:06:07 +09:00 |
|
Jacopo
|
181cd299f9
|
Adds Rubocop rule for line break after guard clause
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
|
2017-11-16 17:58:29 +01:00 |
|
Grzegorz Bizon
|
b03d9e506d
|
Remove unneeded string interpolation from entry class
|
2017-09-06 11:42:14 +02:00 |
|
Grzegorz Bizon
|
c53f319f88
|
Extract a class that represents artifacts file path
|
2017-09-05 12:17:56 +02:00 |
|
Douwe Maan
|
0f58eb6bde
|
Add artifact file page that uses the blob viewer
|
2017-05-04 08:50:12 -05:00 |
|
Douwe Maan
|
f88ff0cc0c
|
Stylistic tweaks
|
2017-02-23 09:33:20 -06:00 |
|
Douwe Maan
|
75f5fa997d
|
Enable Rails/Delegate
|
2017-02-23 09:32:42 -06:00 |
|
Kamil Trzcinski
|
9b0f57781e
|
Add method that calculates total size for artifacts subfolder
|
2016-01-20 21:55:13 +01:00 |
|
Grzegorz Bizon
|
be764a3a20
|
Minor improvements in build arfifacts browser
Added also a `Gitlab::Ci::Build::Artifacts::Metadata::ParserError`
exception class.
|
2016-01-14 12:48:17 +01:00 |
|
Grzegorz Bizon
|
0d6e7b9d3d
|
Use Hash to store paths and entries metadata in artifacts browser
|
2016-01-14 12:48:17 +01:00 |
|
Grzegorz Bizon
|
ad2b0358e0
|
Improve readability of artifacts Metadata related code
|
2016-01-14 12:48:17 +01:00 |
|
Grzegorz Bizon
|
6b0a43aff3
|
Improve readability of artifacts browser Entry related code
|
2016-01-14 12:48:17 +01:00 |
|