tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gitaly: 0.43.1 -> 0.59.2
Robin Gloster
8 years ago
e7e12e51
69c396f2
+162
-8
4 changed files
expand all
collapse all
unified
split
pkgs
applications
version-management
gitaly
Gemfile
Gemfile.lock
default.nix
gemset.nix
+3
-1
pkgs/applications/version-management/gitaly/Gemfile
···
1
source 'https://rubygems.org'
2
3
gem 'github-linguist', '~> 4.7.0', require: 'linguist'
4
-
gem 'gitaly-proto', '~> 0.37.0', require: 'gitaly'
5
gem 'activesupport'
0
0
6
7
group :development, :test do
8
gem 'gitlab-styles', '~> 2.0.0', require: false
···
1
source 'https://rubygems.org'
2
3
gem 'github-linguist', '~> 4.7.0', require: 'linguist'
4
+
gem 'gitaly-proto', '~> 0.59.0', require: 'gitaly'
5
gem 'activesupport'
6
+
gem 'gollum-lib', '~> 4.2', require: false
7
+
gem 'gollum-rugged_adapter', '~> 0.4.4', require: false
8
9
group :development, :test do
10
gem 'gitlab-styles', '~> 2.0.0', require: false
+36
-3
pkgs/applications/version-management/gitaly/Gemfile.lock
···
11
ast (2.3.0)
12
charlock_holmes (0.7.5)
13
concurrent-ruby (1.0.5)
0
14
escape_utils (1.1.1)
15
faraday (0.12.2)
16
multipart-post (>= 1.2, < 3)
17
-
gitaly-proto (0.37.0)
0
0
18
google-protobuf (~> 3.1)
19
grpc (~> 1.0)
20
github-linguist (4.7.6)
···
22
escape_utils (~> 1.1.0)
23
mime-types (>= 1.19)
24
rugged (>= 0.23.0b)
0
0
0
0
0
0
25
gitlab-styles (2.0.0)
26
rubocop (~> 0.49)
27
rubocop-gitlab-security (~> 0.1.0)
28
rubocop-rspec (~> 1.15)
0
0
0
0
0
0
0
0
0
0
0
0
0
29
google-protobuf (3.4.0.2)
30
googleauth (0.5.3)
31
faraday (~> 0.12)
···
39
google-protobuf (~> 3.1)
40
googleauth (~> 0.5.1)
41
i18n (0.8.1)
0
42
jwt (1.5.6)
43
little-plugger (1.1.4)
44
logging (2.2.2)
···
48
mime-types (3.1)
49
mime-types-data (~> 3.2015)
50
mime-types-data (3.2016.0521)
0
51
minitest (5.9.1)
52
multi_json (1.12.1)
53
multipart-post (2.0.0)
0
0
54
os (0.9.6)
55
parallel (1.12.0)
56
parser (2.4.0.0)
57
ast (~> 2.2)
0
58
powerpack (0.1.1)
59
public_suffix (2.0.5)
60
rainbow (2.2.2)
61
rake
62
rake (12.1.0)
0
63
rubocop (0.50.0)
64
parallel (~> 1.10)
65
parser (>= 2.3.3.1, < 3.0)
···
73
rubocop (>= 0.50.0)
74
ruby-progressbar (1.8.3)
75
rugged (0.26.0)
0
0
76
signet (0.7.3)
77
addressable (~> 2.3)
78
faraday (~> 0.9)
79
jwt (~> 1.5)
80
multi_json (~> 1.10)
0
81
thread_safe (0.3.6)
82
tzinfo (1.2.2)
83
thread_safe (~> 0.1)
···
88
89
DEPENDENCIES
90
activesupport
91
-
gitaly-proto (~> 0.37.0)
92
github-linguist (~> 4.7.0)
93
gitlab-styles (~> 2.0.0)
0
0
94
95
BUNDLED WITH
96
-
1.15.4
···
11
ast (2.3.0)
12
charlock_holmes (0.7.5)
13
concurrent-ruby (1.0.5)
14
+
diff-lcs (1.3)
15
escape_utils (1.1.1)
16
faraday (0.12.2)
17
multipart-post (>= 1.2, < 3)
18
+
gemojione (3.3.0)
19
+
json
20
+
gitaly-proto (0.59.0)
21
google-protobuf (~> 3.1)
22
grpc (~> 1.0)
23
github-linguist (4.7.6)
···
25
escape_utils (~> 1.1.0)
26
mime-types (>= 1.19)
27
rugged (>= 0.23.0b)
28
+
github-markup (1.6.1)
29
+
gitlab-grit (2.8.2)
30
+
charlock_holmes (~> 0.6)
31
+
diff-lcs (~> 1.1)
32
+
mime-types (>= 1.16)
33
+
posix-spawn (~> 0.3)
34
gitlab-styles (2.0.0)
35
rubocop (~> 0.49)
36
rubocop-gitlab-security (~> 0.1.0)
37
rubocop-rspec (~> 1.15)
38
+
gollum-grit_adapter (1.0.1)
39
+
gitlab-grit (~> 2.7, >= 2.7.1)
40
+
gollum-lib (4.2.7)
41
+
gemojione (~> 3.2)
42
+
github-markup (~> 1.6)
43
+
gollum-grit_adapter (~> 1.0)
44
+
nokogiri (>= 1.6.1, < 2.0)
45
+
rouge (~> 2.1)
46
+
sanitize (~> 2.1)
47
+
stringex (~> 2.6)
48
+
gollum-rugged_adapter (0.4.4)
49
+
mime-types (>= 1.15)
50
+
rugged (~> 0.25)
51
google-protobuf (3.4.0.2)
52
googleauth (0.5.3)
53
faraday (~> 0.12)
···
61
google-protobuf (~> 3.1)
62
googleauth (~> 0.5.1)
63
i18n (0.8.1)
64
+
json (2.1.0)
65
jwt (1.5.6)
66
little-plugger (1.1.4)
67
logging (2.2.2)
···
71
mime-types (3.1)
72
mime-types-data (~> 3.2015)
73
mime-types-data (3.2016.0521)
74
+
mini_portile2 (2.3.0)
75
minitest (5.9.1)
76
multi_json (1.12.1)
77
multipart-post (2.0.0)
78
+
nokogiri (1.8.1)
79
+
mini_portile2 (~> 2.3.0)
80
os (0.9.6)
81
parallel (1.12.0)
82
parser (2.4.0.0)
83
ast (~> 2.2)
84
+
posix-spawn (0.3.13)
85
powerpack (0.1.1)
86
public_suffix (2.0.5)
87
rainbow (2.2.2)
88
rake
89
rake (12.1.0)
90
+
rouge (2.2.1)
91
rubocop (0.50.0)
92
parallel (~> 1.10)
93
parser (>= 2.3.3.1, < 3.0)
···
101
rubocop (>= 0.50.0)
102
ruby-progressbar (1.8.3)
103
rugged (0.26.0)
104
+
sanitize (2.1.0)
105
+
nokogiri (>= 1.4.4)
106
signet (0.7.3)
107
addressable (~> 2.3)
108
faraday (~> 0.9)
109
jwt (~> 1.5)
110
multi_json (~> 1.10)
111
+
stringex (2.7.1)
112
thread_safe (0.3.6)
113
tzinfo (1.2.2)
114
thread_safe (~> 0.1)
···
119
120
DEPENDENCIES
121
activesupport
122
+
gitaly-proto (~> 0.59.0)
123
github-linguist (~> 4.7.0)
124
gitlab-styles (~> 2.0.0)
125
+
gollum-lib (~> 4.2)
126
+
gollum-rugged_adapter (~> 0.4.4)
127
128
BUNDLED WITH
129
+
1.16.0
+2
-2
pkgs/applications/version-management/gitaly/default.nix
···
7
gemdir = ./.;
8
};
9
in buildGoPackage rec {
10
-
version = "0.43.1";
11
name = "gitaly-${version}";
12
13
src = fetchFromGitLab {
14
owner = "gitlab-org";
15
repo = "gitaly";
16
rev = "v${version}";
17
-
sha256 = "19ggfc5nwv8q1wq739ab8qdfdngpi33431dgfa9593p6ad7v6hyq";
18
};
19
20
goPackagePath = "gitlab.com/gitlab-org/gitaly";
···
7
gemdir = ./.;
8
};
9
in buildGoPackage rec {
10
+
version = "0.59.2";
11
name = "gitaly-${version}";
12
13
src = fetchFromGitLab {
14
owner = "gitlab-org";
15
repo = "gitaly";
16
rev = "v${version}";
17
+
sha256 = "08f109rw3qxdr93l0kl8wxmrvn846a6vdkssvrp2zr40yn9wif7m";
18
};
19
20
goPackagePath = "gitlab.com/gitlab-org/gitaly";
+121
-2
pkgs/applications/version-management/gitaly/gemset.nix
···
41
};
42
version = "1.0.5";
43
};
0
0
0
0
0
0
0
0
44
escape_utils = {
45
source = {
46
remotes = ["https://rubygems.org"];
···
58
};
59
version = "0.12.2";
60
};
0
0
0
0
0
0
0
0
0
61
gitaly-proto = {
62
dependencies = ["google-protobuf" "grpc"];
63
source = {
64
remotes = ["https://rubygems.org"];
65
-
sha256 = "1nqp9ib00q55ig8zf1r6ldf3xkqw0874ra1mbcsm8sl46l84lx11";
66
type = "gem";
67
};
68
-
version = "0.37.0";
69
};
70
github-linguist = {
71
dependencies = ["charlock_holmes" "escape_utils" "mime-types" "rugged"];
···
76
};
77
version = "4.7.6";
78
};
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
79
gitlab-styles = {
80
dependencies = ["rubocop" "rubocop-gitlab-security" "rubocop-rspec"];
81
source = {
···
85
};
86
version = "2.0.0";
87
};
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
88
google-protobuf = {
89
source = {
90
remotes = ["https://rubygems.org"];
···
118
type = "gem";
119
};
120
version = "0.8.1";
0
0
0
0
0
0
0
0
121
};
122
jwt = {
123
source = {
···
169
};
170
version = "3.2016.0521";
171
};
0
0
0
0
0
0
0
0
172
minitest = {
173
source = {
174
remotes = ["https://rubygems.org"];
···
193
};
194
version = "2.0.0";
195
};
0
0
0
0
0
0
0
0
0
196
os = {
197
source = {
198
remotes = ["https://rubygems.org"];
···
218
};
219
version = "2.4.0.0";
220
};
0
0
0
0
0
0
0
0
221
powerpack = {
222
source = {
223
remotes = ["https://rubygems.org"];
···
251
};
252
version = "12.1.0";
253
};
0
0
0
0
0
0
0
0
254
rubocop = {
255
dependencies = ["parallel" "parser" "powerpack" "rainbow" "ruby-progressbar" "unicode-display_width"];
256
source = {
···
294
};
295
version = "0.26.0";
296
};
0
0
0
0
0
0
0
0
0
297
signet = {
298
dependencies = ["addressable" "faraday" "jwt" "multi_json"];
299
source = {
···
302
type = "gem";
303
};
304
version = "0.7.3";
0
0
0
0
0
0
0
0
305
};
306
thread_safe = {
307
source = {
···
41
};
42
version = "1.0.5";
43
};
44
+
diff-lcs = {
45
+
source = {
46
+
remotes = ["https://rubygems.org"];
47
+
sha256 = "18w22bjz424gzafv6nzv98h0aqkwz3d9xhm7cbr1wfbyas8zayza";
48
+
type = "gem";
49
+
};
50
+
version = "1.3";
51
+
};
52
escape_utils = {
53
source = {
54
remotes = ["https://rubygems.org"];
···
66
};
67
version = "0.12.2";
68
};
69
+
gemojione = {
70
+
dependencies = ["json"];
71
+
source = {
72
+
remotes = ["https://rubygems.org"];
73
+
sha256 = "0ayk8r147k1s38nj18pwk76npx1p7jhi86silk800nj913pjvrhj";
74
+
type = "gem";
75
+
};
76
+
version = "3.3.0";
77
+
};
78
gitaly-proto = {
79
dependencies = ["google-protobuf" "grpc"];
80
source = {
81
remotes = ["https://rubygems.org"];
82
+
sha256 = "0s86126iqhbmkix6zs357ixlc1syyxmwk2blaimsav7f0x9swy82";
83
type = "gem";
84
};
85
+
version = "0.59.0";
86
};
87
github-linguist = {
88
dependencies = ["charlock_holmes" "escape_utils" "mime-types" "rugged"];
···
93
};
94
version = "4.7.6";
95
};
96
+
github-markup = {
97
+
source = {
98
+
remotes = ["https://rubygems.org"];
99
+
sha256 = "1nyb9ck2c9z5qi86n7r52w0m126qpnvc93yh35cn8bwsnkjqx0iq";
100
+
type = "gem";
101
+
};
102
+
version = "1.6.1";
103
+
};
104
+
gitlab-grit = {
105
+
dependencies = ["charlock_holmes" "diff-lcs" "mime-types" "posix-spawn"];
106
+
source = {
107
+
remotes = ["https://rubygems.org"];
108
+
sha256 = "0xgs3l81ghlc5nm75n0pz7b2cj3hpscfq5iy27c483nnjn2v5mc4";
109
+
type = "gem";
110
+
};
111
+
version = "2.8.2";
112
+
};
113
gitlab-styles = {
114
dependencies = ["rubocop" "rubocop-gitlab-security" "rubocop-rspec"];
115
source = {
···
119
};
120
version = "2.0.0";
121
};
122
+
gollum-grit_adapter = {
123
+
dependencies = ["gitlab-grit"];
124
+
source = {
125
+
remotes = ["https://rubygems.org"];
126
+
sha256 = "0fcibm63v1afc0fj5rki0mm51m7nndil4cjcjjvkh3yigfn4nr4b";
127
+
type = "gem";
128
+
};
129
+
version = "1.0.1";
130
+
};
131
+
gollum-lib = {
132
+
dependencies = ["gemojione" "github-markup" "gollum-grit_adapter" "nokogiri" "rouge" "sanitize" "stringex"];
133
+
source = {
134
+
remotes = ["https://rubygems.org"];
135
+
sha256 = "1filwvjfj5q2m6w4q274ai36d6f0mrsv2l2khhk4bv1q6pqby2fq";
136
+
type = "gem";
137
+
};
138
+
version = "4.2.7";
139
+
};
140
+
gollum-rugged_adapter = {
141
+
dependencies = ["mime-types" "rugged"];
142
+
source = {
143
+
remotes = ["https://rubygems.org"];
144
+
sha256 = "0khfmakp65frlaj7ajs6ihqg4xi7yc9z96kpsf1b7giqi3fqhhv4";
145
+
type = "gem";
146
+
};
147
+
version = "0.4.4";
148
+
};
149
google-protobuf = {
150
source = {
151
remotes = ["https://rubygems.org"];
···
179
type = "gem";
180
};
181
version = "0.8.1";
182
+
};
183
+
json = {
184
+
source = {
185
+
remotes = ["https://rubygems.org"];
186
+
sha256 = "01v6jjpvh3gnq6sgllpfqahlgxzj50ailwhj9b3cd20hi2dx0vxp";
187
+
type = "gem";
188
+
};
189
+
version = "2.1.0";
190
};
191
jwt = {
192
source = {
···
238
};
239
version = "3.2016.0521";
240
};
241
+
mini_portile2 = {
242
+
source = {
243
+
remotes = ["https://rubygems.org"];
244
+
sha256 = "13d32jjadpjj6d2wdhkfpsmy68zjx90p49bgf8f7nkpz86r1fr11";
245
+
type = "gem";
246
+
};
247
+
version = "2.3.0";
248
+
};
249
minitest = {
250
source = {
251
remotes = ["https://rubygems.org"];
···
270
};
271
version = "2.0.0";
272
};
273
+
nokogiri = {
274
+
dependencies = ["mini_portile2"];
275
+
source = {
276
+
remotes = ["https://rubygems.org"];
277
+
sha256 = "105xh2zkr8nsyfaj2izaisarpnkrrl9000y3nyflg9cbzrfxv021";
278
+
type = "gem";
279
+
};
280
+
version = "1.8.1";
281
+
};
282
os = {
283
source = {
284
remotes = ["https://rubygems.org"];
···
304
};
305
version = "2.4.0.0";
306
};
307
+
posix-spawn = {
308
+
source = {
309
+
remotes = ["https://rubygems.org"];
310
+
sha256 = "1pmxmpins57qrbr31bs3bm7gidhaacmrp4md6i962gvpq4gyfcjw";
311
+
type = "gem";
312
+
};
313
+
version = "0.3.13";
314
+
};
315
powerpack = {
316
source = {
317
remotes = ["https://rubygems.org"];
···
345
};
346
version = "12.1.0";
347
};
348
+
rouge = {
349
+
source = {
350
+
remotes = ["https://rubygems.org"];
351
+
sha256 = "02kpahk5nkc33yxnn75649kzxaz073wvazr2zyg491nndykgnvcs";
352
+
type = "gem";
353
+
};
354
+
version = "2.2.1";
355
+
};
356
rubocop = {
357
dependencies = ["parallel" "parser" "powerpack" "rainbow" "ruby-progressbar" "unicode-display_width"];
358
source = {
···
396
};
397
version = "0.26.0";
398
};
399
+
sanitize = {
400
+
dependencies = ["nokogiri"];
401
+
source = {
402
+
remotes = ["https://rubygems.org"];
403
+
sha256 = "0xsv6xqrlz91rd8wifjknadbl3z5h6qphmxy0hjb189qbdghggn3";
404
+
type = "gem";
405
+
};
406
+
version = "2.1.0";
407
+
};
408
signet = {
409
dependencies = ["addressable" "faraday" "jwt" "multi_json"];
410
source = {
···
413
type = "gem";
414
};
415
version = "0.7.3";
416
+
};
417
+
stringex = {
418
+
source = {
419
+
remotes = ["https://rubygems.org"];
420
+
sha256 = "1zc93v00av643lc6njl09wwki7h5yqayhh1din8zqfylw814l1dv";
421
+
type = "gem";
422
+
};
423
+
version = "2.7.1";
424
};
425
thread_safe = {
426
source = {