-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrun_them_all
executable file
·296 lines (231 loc) · 10.6 KB
/
run_them_all
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
echo ======================================================
echo Running MLPNeuralNet
ruby script.rb https://github.com/nikolaypavlov/MLPNeuralNet
echo ======================================================
echo Running jshint
ruby script.rb https://github.com/jshint/jshint.git
echo ======================================================
echo Running backbone-fundamentals
ruby script.rb https://github.com/addyosmani/backbone-fundamentals.git
echo ======================================================
echo Running catalyst-runtime
ruby script.rb https://github.com/perl-catalyst/catalyst-runtime.git
echo ======================================================
echo Running mojo
ruby script.rb https://github.com/kraih/mojo.git
echo ======================================================
echo Running ninja
ruby script.rb https://github.com/ninjaframework/ninja.git
echo ======================================================
echo Running sails
ruby script.rb https://github.com/balderdashy/sails.git
echo ======================================================
echo Running sinatra
ruby script.rb https://github.com/sinatra/sinatra.git
echo ======================================================
echo Running stylus
ruby script.rb https://github.com/LearnBoost/stylus.git
echo ======================================================
echo ==== Running all text editors now ====================
echo ======================================================
echo Running vim.js
ruby script.rb https://github.com/coolwanglu/vim.js.git
echo ======================================================
echo Running lime
ruby script.rb https://github.com/limetext/lime.git
echo ======================================================
echo Running CodeBox
ruby script.rb https://github.com/CodeboxIDE/codebox.git
echo ======================================================
echo Running textmate
ruby script.rb https://github.com/textmate/textmate.git
echo ======================================================
echo Running neovim
ruby script.rb https://github.com/neovim/neovim.git
echo ======================================================
echo Running sharelatex
ruby script.rb https://github.com/sharelatex/sharelatex.git
echo ======================================================
echo Running zed
ruby script.rb https://github.com/zedapp/zed.git
echo ======================================================
echo Running slap
ruby script.rb https://github.com/slap-editor/slap.git
echo ======================================================
echo ==== Running all NoSQL editors now ====================
echo ======================================================
echo Running redis
ruby script.rb https://github.com/antirez/redis.git
echo ======================================================
echo Running pouchdb
ruby script.rb https://github.com/pouchdb/pouchdb.git
echo ======================================================
echo Running flockdb
ruby script.rb https://github.com/twitter/flockdb.git
echo ======================================================
echo Running MapDB
ruby script.rb https://github.com/jankotek/MapDB.git
echo ======================================================
echo Running orientdb
ruby script.rb https://github.com/orientechnologies/orientdb.git
echo ======================================================
echo Running couchdb
ruby script.rb https://github.com/apache/couchdb.git
echo ======================================================
echo ===== Running all Security repos now =================
echo ======================================================
echo Running moloch
ruby script.rb https://github.com/aol/moloch.git
echo ======================================================
echo Running ossec-hids
ruby script.rb https://github.com/ossec/ossec-hids.git
echo ======================================================
echo Running cuckoo
ruby script.rb https://github.com/cuckoobox/cuckoo.git
echo ======================================================
echo Running brakeman
ruby script.rb https://github.com/presidentbeef/brakeman.git
echo ======================================================
echo Running sleuthkit
ruby script.rb https://github.com/sleuthkit/sleuthkit.git
echo ======================================================
echo Running mig
ruby script.rb https://github.com/mozilla/mig.git
echo ======================================================
echo Running MozDef
ruby script.rb https://github.com/jeffbryner/MozDef.git
echo ======================================================
echo Running hoosegow
ruby script.rb https://github.com/github/hoosegow.git
echo ======================================================
echo === Running Front-end Javascript frameworks =========
echo ======================================================
echo Running backbone
ruby script.rb https://github.com/jashkenas/backbone.git
echo ======================================================
echo Running ember.js
ruby script.rb https://github.com/emberjs/ember.js.git
echo ======================================================
echo Running knockout
ruby script.rb https://github.com/knockout/knockout.git
echo ======================================================
echo Running todomvc
ruby script.rb https://github.com/tastejs/todomvc.git
echo ======================================================
echo Running spine
ruby script.rb https://github.com/spine/spine.git
echo ======================================================
echo Running polymer
ruby script.rb https://github.com/Polymer/polymer.git
echo ======================================================
echo Running brick
ruby script.rb https://github.com/mozbrick/brick.git
echo ======================================================
echo === Running Clean code linters =========
echo ======================================================
echo Running rubocop
ruby script.rb https://github.com/bbatsov/rubocop.git
echo ======================================================
echo Running hlint
ruby script.rb https://github.com/ndmitchell/hlint.git
echo ======================================================
echo Running coffeelint
ruby script.rb https://github.com/clutchski/coffeelint.git
echo ======================================================
echo Running csslint
ruby script.rb https://github.com/CSSLint/csslint.git
echo ======================================================
echo Running scss-lint
ruby script.rb https://github.com/causes/scss-lint.git
echo ======================================================
echo Running shellcheck
ruby script.rb https://github.com/koalaman/shellcheck.git
echo ======================================================
echo Running puppet-lint
ruby script.rb https://github.com/rodjek/puppet-lint.git
echo ======================================================
echo Running eslint
ruby script.rb https://github.com/eslint/eslint.git
echo ======================================================
echo Running oclint
ruby script.rb https://github.com/oclint/oclint.git
echo ======================================================
echo ===== Running open-source operating systems ==========
echo ======================================================
echo Running toaruos
ruby script.rb https://github.com/klange/toaruos.git
echo ======================================================
echo ======= Running Javascript game engines ==============
echo ======================================================
echo Running phaser
ruby script.rb https://github.com/photonstorm/phaser.git
echo ======================================================
echo Running melonJS
ruby script.rb https://github.com/melonjs/melonJS.git
echo ======================================================
echo Running Crafty
ruby script.rb https://github.com/craftyjs/Crafty.git
echo ======================================================
echo Running cocos2d-html5
ruby script.rb https://github.com/cocos2d/cocos2d-html5.git
echo ======================================================
echo Running engine
ruby script.rb https://github.com/playcanvas/engine.git
echo ======================================================
echo Running panda.js
ruby script.rb https://github.com/ekelokorpi/panda.js.git
# ======================================================
# ======================================================
# Big repositories
# ======================================================
# commits - 17936
#echo ======================================================
#echo Running ArangoDB
#ruby script.rb https://github.com/triAGENS/ArangoDB.git
# commits - 29850
#echo ======================================================
#echo Running neo4j
#ruby script.rb https://github.com/neo4j/neo4j.git
# commits - 26712
#echo ======================================================
#echo Running ravendb
#ruby script.rb https://github.com/ravendb/ravendb.git
# commits - 27794
#echo ======================================================
#echo Running rethinkdb
#ruby script.rb https://github.com/rethinkdb/rethinkdb.git
# commits - 28033
#echo ======================================================
#echo Running mongo
#ruby script.rb https://github.com/mongodb/mongo.git
# ======================================================
# ======================================================
# Issues
# ======================================================
# ======================================================
# Issue with the ruby-git API
# Somehow the size of diff & num_files in diff.stats are different
# Did a thorough analysis but can't find why it's happening
# Posted on Github Issues for ruby-git
# https://github.com/schacon/ruby-git/issues/194
#echo ======================================================
#echo Running LightTable
#ruby script.rb https://github.com/LightTable/LightTable.git
# Same issue as LightTable
# `generate_stats': Num_files in stats != number of diffiles (RuntimeError)
#echo Running atom
#ruby script.rb https://github.com/atom/atom.git
# Crashes in the API
# /Users/jatinganhotra/.rvm/gems/ruby-2.1.3@527project/gems/git-1.2.8/lib/git/diff.rb:140:in
# `block in process_full_diff': undefined method `[]' for nil:NilClass (NoMethodError)
#echo ======================================================
#echo Running brackets
#ruby script.rb https://github.com/adobe/brackets.git
#echo ======================================================
# diff.rb:43:in `generate_stats': Num_files in stats != number of diffiles (RuntimeError)
#echo Running riak
#ruby script.rb https://github.com/basho/riak.git
# diff.rb:43:in `generate_stats': Num_files in stats != number of diffiles (RuntimeError)
#echo ======================================================
#echo Running titan
#ruby script.rb https://github.com/thinkaurelius/titan.git