-
Notifications
You must be signed in to change notification settings - Fork 0
/
2012-12-20-gemnasium.html
executable file
·304 lines (286 loc) · 10.7 KB
/
2012-12-20-gemnasium.html
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
296
297
298
299
300
301
302
303
304
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Compiegne.rb - Redis - 2012-12-20</title>
<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Hakim El Hattab">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="stylesheet" href="reveal.js/css/reveal.css">
<link rel="stylesheet" href="theme/compiegne.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="reveal.js/lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
<script>
document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
</script>
<!--[if lt IE 9]>
<script src="reveal.js/lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>GEMNASIUM</h1>
<p>or</p>
<h3>"how to deal with <br> dependencies?"</h3>
<h4>Compiegne.rb - 2012-12-20</h4>
<p>
<small>Olivier Gonzalez / <a href="http://www.tech-angels.com">Tech-Angels</a> / <a href="https://github.com/gonzoyumo">gonzoyumo</a></small>
</p>
</section>
<section>
<section>
<h2>What is Gemnasium?</h2>
<div>
<p>
<br>
</p>
<p>
Gemnasium is a dependencies tracking system (SaaS) that keeps you up to date on the packages
<br>
that matter to you.
</p>
<p>
<br>
</p>
<p>
<img src="assets/2012-12-20-gemnasium/logo.png">
<br>
<a href="https://gemnasium.com">
https://gemnasium.com
</a>
</p>
<p>
<br>
</p>
</div>
<div>
<br>
</div>
</section>
<section>
<h2>Why?</h2>
<div>For developers, tracking dependencies can be a painful thing but it's a necessary duty.</div>
<div>
<br>
</div>
<div style="text-align: center;">
<ul>
<li>
<b><i>few</i></b> projects =>
<b><i>few</i></b> dependencies =>
<b><i>easy</i></b>
<br>
</li>
<li>
<b><i>lots of</i></b> projects =>
<b><i>lots of</i></b> dependencies =>
<b><i>nightmare</i></b>
<br>
</li>
</ul>
</div>
<div style="text-align: left;">
<br>
</div>
<div>Save your time dealing with dependencies.</div>
<div>Stay focused on your work.<br></div>
</section>
<section>
<h2>Which languages?</h2>
<div>For now Gemnasium only support<br> ruby dependencies (Rubygems).</div>
<div>
<img src="assets/2012-12-20-gemnasium/rubygems.jpg">
</div>
<div>
<br>
Already working on Node.js support.</div>
<div>
<br>
</div>
<div>Tomorrow: Python, PHP, etc.</div>
<div>
<br>
</div>
</section>
<section>
<h2>HOW?</h2>
<div>
<p>Gemnasium parses your project's dependency files, learns them and track package updates with available providers:<br></p>
</div>
<div>
<br>
</div>
<div>
<ul>
<li>rubygems.org (<a href="https://rubygems.org/">https://rubygems.org/</a>)</li>
<li>npmhooks.org (<a href="https://npmhooks.org/">https://npmhooks.org/</a>)</li>
</ul>
</div>
<div>
<br>
</div>
<div>Gemnasium then assigns a color to your dependencies and projects according to their freshness and notifies you when new versions are released.</div>
</section>
</section>
<section>
<section>
<h2>Colors</h2>
<div>
<ul>
<li><font color="#00cc00">GREEN</font>: Up to date with latest version.</li>
<li><font color="#ffcc00">YELLOW:</font> Newer package version(s) exist.</li>
<li><font color="#ff0000">RED:</font> Behind important update(s) or security fix(es).</li>
</ul>
</div>
<div>
<img src="assets/2012-12-20-gemnasium/colors.png">
</div>
<div>
It refreshes on package update or project dependency files update.<br>
Security and important updates are flagged by Gemnasium's watchmen.
</div>
</section>
<section>
<h2>PROJECT'S STATUS BADGES</h2>
<div>
Project color matches its worst dependency's color.<br>
<img src="assets/2012-12-20-gemnasium/status_badges.png">
</div>
<div>
Easy copy/paste popover for various languages:<br>
<img src="assets/2012-12-20-gemnasium/copy_paste.png">
</div>
</section>
</section>
<section>
<h2>GitHub Integration</h2>
<div style="text-align: left;">
<ul>
<li>Login with GitHub (OAuth)</li>
<li>Fetch your profiles and projects automatically</li>
<li>Fully support organizations</li>
<li>Sync project when pushing commit (using Gemnasium github-service hook)</li>
<li>Daily profile synchronizations</li>
<li>On demand profile and project synchronizations</li>
</ul>
</div>
</section>
<section>
<section>
<h2>Notifications</h2>
<div>
<span style="text-align: left;">What would be all that work for without a clean notification system?</span>
</div>
<div>
<br>
</div>
<div>
We wanted it highly tweakable and easy to use.
</div>
<div>
<br>
</div>
<div>
Broken down into two parts:
</div>
<ul>
<li>personal settings</li>
<li>profile wide settings (hooks)</li>
</ul>
</section>
<section>
<h2>Personal Notifications</h2>
<div>
<div>
<span style="text-align: left;">Per project and per package toggles, at user level.</span>
</div>
<div>
<img src="assets/2012-12-20-gemnasium/profile_toggles.png">
</div>
</div>
</section>
<section>
<h2>Hooks</h2>
<div>You can setup hooks for a whole profile.</div>
<div>Currently support Email and Campfire hooks.</div>
<div style="text-align: left;">
<img src="assets/2012-12-20-gemnasium/hooks.png">
</div>
</section>
<section>
<h2>Adjustable frequency</h2>
<div>Never, Real-time, Daily, Weekly</div>
<div>
<img src="assets/2012-12-20-gemnasium/notifications_frequency.png">
</div>
<div>
Choose the one that best suits your needs.
<br>
(also available for Email hooks)
</div>
</section>
<section>
<h2>How does it looks like? (1)</h2>
<div style="text-align: center;">
<p>
Realtime email notification:<br>
<img src="assets/2012-12-20-gemnasium/email_notification.png">
</p>
</div>
</section>
<section>
<h2>How does it looks like? (2)</h2>
<div style="text-align: center;">
<p>
Realtime campfire notification:<br>
<img src="assets/2012-12-20-gemnasium/campfire_notification.png">
</p>
</div>
</section>
</section>
<section>
<h2>What's next?</h2>
<div>
<ul>
<li>Offline projects support (to cope with privacy)</li>
<li>More settings to tune projects (branch, gemfiles paths)</li>
<li>More supported languages</li>
<li>More content about new versions</li>
<li>Shhhhhh... it's a secret...</li>
</ul>
</div>
<div>
<br>
</div>
</section>
</div>
</div>
<script src="reveal.js/lib/js/head.min.js"></script>
<script src="reveal.js/js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/none
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'reveal.js/plugin/markdown/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'reveal.js/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'reveal.js/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>