gitlab-janitor 1.0.4.94895 → 1.0.4.134297
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +29 -25
- data/lib/gitlab_janitor/image_cleaner.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2630c1903cf620e679dd3b71b9e03023e88e2c422fa5048b8bb3b518b4563b0
|
4
|
+
data.tar.gz: 1d6883ccc22801468f92091456c5bd5f242ac5eb40b2e526a583f98e5618f35c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec2f703719a5b4872fb7f5daa7a27ccfa45cb53a666eeb37473637a166eb48f5eb57973ce607fa109ed7fe4dec3ca695a242baaecb58dbd40492c0c0b3c2c6a9
|
7
|
+
data.tar.gz: 1756569c5239e2b2fbf03bf36892139eabbe1154e02e025efa6fc11001d5d2f880de59bba955a4e345a8f50108593f14daa021afee0a76180d9d68a18cfef3b8
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
gitlab-janitor (1.0.4.
|
4
|
+
gitlab-janitor (1.0.4.134297)
|
5
5
|
activesupport (~> 6.0)
|
6
6
|
docker-api
|
7
7
|
fugit
|
@@ -12,7 +12,7 @@ PATH
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
activesupport (6.1.
|
15
|
+
activesupport (6.1.7.3)
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
17
17
|
i18n (>= 1.6, < 2)
|
18
18
|
minitest (>= 5.1)
|
@@ -20,7 +20,8 @@ GEM
|
|
20
20
|
zeitwerk (~> 2.3)
|
21
21
|
ansi (1.5.0)
|
22
22
|
awesome_print (1.9.2)
|
23
|
-
concurrent-ruby (1.
|
23
|
+
concurrent-ruby (1.2.2)
|
24
|
+
connection_pool (2.4.0)
|
24
25
|
diff-lcs (1.5.0)
|
25
26
|
docile (1.4.0)
|
26
27
|
docker-api (2.2.0)
|
@@ -28,34 +29,37 @@ GEM
|
|
28
29
|
multi_json
|
29
30
|
et-orbi (1.2.7)
|
30
31
|
tzinfo
|
31
|
-
excon (0.
|
32
|
-
fugit (1.
|
32
|
+
excon (0.99.0)
|
33
|
+
fugit (1.8.1)
|
33
34
|
et-orbi (~> 1, >= 1.2.7)
|
34
35
|
raabro (~> 1.4)
|
35
36
|
i18n (1.12.0)
|
36
37
|
concurrent-ruby (~> 1.0)
|
37
|
-
minitest (5.
|
38
|
+
minitest (5.18.0)
|
38
39
|
multi_json (1.15.0)
|
39
|
-
optparse (0.
|
40
|
+
optparse (0.3.1)
|
40
41
|
raabro (1.4.0)
|
41
42
|
rake (13.0.6)
|
42
|
-
redis (
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
rspec-
|
49
|
-
|
43
|
+
redis (5.0.6)
|
44
|
+
redis-client (>= 0.9.0)
|
45
|
+
redis-client (0.14.1)
|
46
|
+
connection_pool
|
47
|
+
rspec (3.12.0)
|
48
|
+
rspec-core (~> 3.12.0)
|
49
|
+
rspec-expectations (~> 3.12.0)
|
50
|
+
rspec-mocks (~> 3.12.0)
|
51
|
+
rspec-core (3.12.1)
|
52
|
+
rspec-support (~> 3.12.0)
|
53
|
+
rspec-expectations (3.12.2)
|
50
54
|
diff-lcs (>= 1.2.0, < 2.0)
|
51
|
-
rspec-support (~> 3.
|
52
|
-
rspec-mocks (3.
|
55
|
+
rspec-support (~> 3.12.0)
|
56
|
+
rspec-mocks (3.12.5)
|
53
57
|
diff-lcs (>= 1.2.0, < 2.0)
|
54
|
-
rspec-support (~> 3.
|
55
|
-
rspec-support (3.
|
56
|
-
rspec_junit_formatter (0.
|
58
|
+
rspec-support (~> 3.12.0)
|
59
|
+
rspec-support (3.12.0)
|
60
|
+
rspec_junit_formatter (0.6.0)
|
57
61
|
rspec-core (>= 2, < 4, != 2.12.0)
|
58
|
-
simplecov (0.
|
62
|
+
simplecov (0.22.0)
|
59
63
|
docile (~> 1.1)
|
60
64
|
simplecov-html (~> 0.11)
|
61
65
|
simplecov_json_formatter (~> 0.1)
|
@@ -67,12 +71,12 @@ GEM
|
|
67
71
|
simplecov_json_formatter (0.1.4)
|
68
72
|
terminal-table (3.0.2)
|
69
73
|
unicode-display_width (>= 1.1.1, < 3)
|
70
|
-
tzinfo (2.0.
|
74
|
+
tzinfo (2.0.6)
|
71
75
|
concurrent-ruby (~> 1.0)
|
72
|
-
tzinfo-data (1.
|
76
|
+
tzinfo-data (1.2023.3)
|
73
77
|
tzinfo (>= 1.0.0)
|
74
|
-
unicode-display_width (2.2
|
75
|
-
zeitwerk (2.6.
|
78
|
+
unicode-display_width (2.4.2)
|
79
|
+
zeitwerk (2.6.7)
|
76
80
|
|
77
81
|
PLATFORMS
|
78
82
|
ruby
|
@@ -114,7 +114,7 @@ module GitlabJanitor
|
|
114
114
|
logger.info("Force clean image from #{@redis_url}/#{@redis_url}...")
|
115
115
|
|
116
116
|
redis = Redis.new(url: @redis_url)
|
117
|
-
redis.ltrim(@redis_list, 0,
|
117
|
+
redis.ltrim(@redis_list, 0, 100)
|
118
118
|
now = Time.now
|
119
119
|
redis.lrange(@redis_list, 0, -1).each do |pair|
|
120
120
|
image, ts = pair.split('|')
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab-janitor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.4.
|
4
|
+
version: 1.0.4.134297
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samoilenko Yuri
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: awesome_print
|