-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.bib
378 lines (315 loc) · 9.28 KB
/
library.bib
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
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Úvod
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@online{fowler_ci,
author = {Martin Fowler},
title = {{Continuous Integration}},
url = {https://martinfowler.com/articles/continuousIntegration.html},
urldate = {2018-01-22},
year = {2006}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Testováni SW
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@online{fowler_mocks,
author = {Martin Fowler},
title = {{Mocks Aren't Stubs}},
url = {https://martinfowler.com/articles/mocksArentStubs.html},
urldate = {2018-01-22},
year = {2007}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Verzovací nástroje
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@inbook{pro_git,
author = {Scott Chacon and Ben Straub},
title = {{Pro Git}},
year = {2014},
publisher = {Apress},
chapter = {About Version Control},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Běhová prostředí
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@online{hypervisor,
author = {Bhanu P. Tholeti},
title = {{Learn about hypervisors, system virtualization, and how it works in a cloud environment}},
url = {https://www.ibm.com/developerworks/cloud/library/cl-hypervisorcompare/},
urldate = {2018-01-22},
year = {2011}
}
@online{virtualization_intro,
author = {Amit Singh},
title = {{An Introduction to Virtualization}},
url = {http://www.kernelthread.com/publications/virtualization/},
urldate = {2018-01-22},
year = {2014}
}
@online{memory_spaces,
title = {{Kernel Space Definition}},
url = {http://www.linfo.org/kernel_space.html},
urldate = {2018-01-22},
year = {2005},
}
@manual{namespaces,
title = {{namespaces(7) - Linux manual page}},
year = {2017},
}
@manual{capabilities,
title = {{capabilities(7) - Linux manual page}},
year = {2017},
}
@manual{cgroups,
title = {{cgroups(7) - Linux manual page}},
year = {2017},
}
@inbook{cow,
title = {{Understanding the Linux Kernel}},
author = {Daniel P. Bovet and Marco Cesari},
year = {2005},
publisher = {O'Reilly},
pages = {11},
isbn = {0-596-00565-2}
}
@manual{jails,
title = {{Jails}},
year = {2017},
url = {https://www.freebsd.org/doc/handbook/jails.html}
}
@online{virtio,
title = {{Virtio}},
url = {https://www.linux-kvm.org/index.php?title=Virtio&oldid=173787},
urldate = {2018-01-22},
year = {2016},
publisher = {KVM},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% GitLab
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@online{gitlab_ce,
title = {{GitLab Community Edition}},
url = {https://gitlab.com/gitlab-org/gitlab-ce},
urldate = {2018-01-22},
year = {2018},
}
@online{gitlab_architecture,
title = {{GitLab Architecture Overview}},
url = {https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/architecture.md},
urldate = {2018-01-22},
year = {2018},
}
@manual{gitlab_yml,
title = {{Configuration of your jobs with .gitlab-ci.yml}},
url = {https://docs.gitlab.com/ce/ci/yaml/README.html},
urldate = {2018-01-22},
year = {2018},
}
@manual{gitlab_api,
title = {{GitLab API}},
url = {https://docs.gitlab.com/ce/api/},
urldate = {2018-01-22},
year = {2018},
}
@manual{gitlab_runners,
title = {{Configuring GitLab Runners}},
url = {https://docs.gitlab.com/ee/ci/runners/README.html},
urldate = {2018-01-22},
year = {2018},
}
@manual{gitlab_executors,
title = {{Configuring GitLab Runners}},
url = {https://docs.gitlab.com/runner/executors/README.html},
urldate = {2018-01-22},
year = {2018},
}
@online{gitlab_install,
title = {{GitLab Installation}},
url = {https://about.gitlab.com/installation/},
urldate = {2018-01-22},
}
@misc{gitlab_cli,
author = {Nihad Abbasov},
title = {Ruby wrapper and CLI for GitLab REST API},
url = {https://github.com/NARKOZ/gitlab},
commit = {48f289673d5e04cfd5735f8072255f6afeedb784}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Travis
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@online{travis_stages,
title = {{Gain more control over your delivery process with Build Stages}},
url = {https://blog.travis-ci.com/2017-05-11-introducing-build-stages},
year = {2017},
urldate = {2018-01-22},
author = {Sven Fuchs},
}
@manual{travis_build,
title = {{Customizing the Builds}},
url = {https://docs.travis-ci.com/user/customizing-the-build/},
urldate = {2018-01-22},
}
@manual{travis_cli,
title = {{The Travis Client}},
url = {http://www.rubydoc.info/gems/travis/1.8.8},
urldate = {2018-01-22},
}
@manual{travis_arch,
title = {{Models and classes shared by Travis CI api, hub and gatekeeper}},
url = {https://github.com/travis-ci/travis-core},
urldate = {2018-01-22},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Buildbot
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@online{buildbot,
title = {{Buildbot}},
url = {https://buildbot.net/},
urldate = {2018-01-22},
}
@manual{buildbot_manual,
title = {{Buildbot Manual}},
url = {https://docs.buildbot.net/latest/manual/index.html},
urldate = {2018-01-22},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Návrh
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@manual{python_stdlib,
title = {{The Python Standard Library}},
url = {https://docs.python.org/3/library/index.html},
urldate = {2018-01-22},
}
@report{python_pep484,
title = {{Type Hints -- PEP 484}},
date = {2015},
author = {Guido van Rossum and Jukka Lehtosalo and Łukasz Langa}
}
@misc{simple_eval,
author = {Daniel "danthedeckie"},
title = {Ruby wrapper and CLI for GitLab REST API},
url = {https://github.com/danthedeckie/simpleeval},
commit = {48f289673d5e04cfd5735f8072255f6afeedb784}
}
@manual{openapi,
title = {{OpenAPI Specification Version 3.0.0}},
url = {https://swagger.io/specification/},
urldate = {2018-01-22},
}
@online{rest,
author = {Roy Thomas Fielding},
title = {{Architectural Styles and the Design of Network-based Software Architectures}},
url = {https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm},
urldate = {2018-01-22},
year = {2000}
}
@manual{redis,
title = {{Data types}},
url = {https://redis.io/topics/data-types#lists},
urldate = {2018-01-22},
}
@manual{peewee,
title = {{peewee}},
url = {http://docs.peewee-orm.com/en/3.0a/},
urldate = {2018-01-22},
}
@manual{flask,
title = {{Welcome to Flask}},
url = {http://flask.pocoo.org/docs/0.12/},
urldate = {2018-01-22},
}
@report{ssh_rfc,
author = {T. Ylonen and C. Lonvick, Ed.},
title = {{The Secure Shell (SSH) Protocol Architecture}},
url = {https://tools.ietf.org/html/rfc4251},
urldate = {2018-01-22},
year = {2006},
publisher = {Internet Engineering Task Force (IETF)},
}
@report{ssh_auth_rfc,
author = {T. Ylonen and C. Lonvick, Ed.},
title = {{The Secure Shell (SSH) Protocol Architecture}},
url = {https://tools.ietf.org/html/rfc4252},
urldate = {2018-01-22},
year = {2006},
publisher = {Internet Engineering Task Force (IETF)},
}
@manual{python_cmd,
title = {{cmd -- Support for line-oriented command interpreters}},
url = {https://docs.python.org/3.6/library/cmd.html},
urldate = {2018-01-22},
}
@report{http2_rfc,
author = {M. Belshe and R. Peon},
title = {{Hypertext Transfer Protocol Version 2 (HTTP/2)}},
url = {https://tools.ietf.org/html/rfc7540},
urldate = {2018-01-22},
year = {2015},
publisher = {Internet Engineering Task Force (IETF)},
}
@manual{virtualbox_serial,
author = {Oracle},
title = {{Serial ports}},
url = {https://www.virtualbox.org/manual/ch03.html#serialports},
urldate = {2018-01-22},
}
@manual{lxd_rest,
title = {{The LXD API}},
url = {https://github.com/lxc/lxd/blob/master/doc/rest-api.md},
urldate = {2018-01-22},
}
@report{websocket,
author = {I. Fette and A. Melnikov},
title = {{The WebSocket Protocol}},
url = {https://tools.ietf.org/html/rfc6455},
urldate = {2018-01-22},
year = {2011},
publisher = {Internet Engineering Task Force (IETF)}
}
@manual{fetch_api,
title = {{Fetch API}},
url = {https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API},
urldate = {2018-01-22},
}
@misc{ansi_up,
author = {Dru Nelson},
title = {A javascript library that converts text with ANSI terminal codes into colorful HTML},
url = {https://github.com/drudru/ansi_up},
commit = {11e8d2d19acf1de39201fd8f3de73b380507d84f}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Implementace
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@manual{python_pip,
title = {{pip}},
url = {https://pip.pypa.io/en/stable/},
urldate = {2018-01-22},
}
@manual{python_multiprocessing,
title = {{multiprocessing -- Process-based parallelism}},
url = {https://docs.python.org/3.6/library/multiprocessing.html},
urldate = {2018-01-22},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Testování
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@manual{pytest,
title = {{Full pytest documentation}},
url = {https://docs.pytest.org/en/latest/contents.html},
urldate = {2018-01-22},
}
@manual{python_tox,
title = {{Welcome to the tox automation project}},
url = {https://tox.readthedocs.io/en/latest/},
urldate = {2018-01-22},
}
@manual{python_mypy,
title = {{Welcome to Mypy documentation!}},
url = {https://mypy.readthedocs.io/en/stable/},
urldate = {2018-01-22},
}
@manual{docker_sdk,
title = {{Develop with Docker Engine SDKs and API}},
url = {https://docs.docker.com/develop/sdk/},
urldate = {2018-01-22},
}
`