wf_node_api 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +7 -0
  3. data/Gemfile +28 -0
  4. data/Gemfile.lock +66 -0
  5. data/LICENSE +340 -0
  6. data/Makefile +19 -0
  7. data/README.md +78 -0
  8. data/Rakefile +2 -0
  9. data/Vagrantfile +102 -0
  10. data/_docs/api/Api/NodeApi.html +123 -0
  11. data/_docs/api/Api.html +149 -0
  12. data/_docs/api/Config/Check.html +331 -0
  13. data/_docs/api/Config.html +115 -0
  14. data/_docs/api/ConfigCheck.html +365 -0
  15. data/_docs/api/ContainerManager.html +1632 -0
  16. data/_docs/api/ContainerManagerAdapter/Lxc.html +1352 -0
  17. data/_docs/api/ContainerManagerAdapter/Vserver.html +1358 -0
  18. data/_docs/api/ContainerManagerAdapter.html +151 -0
  19. data/_docs/api/Error/NotFound.html +134 -0
  20. data/_docs/api/Error.html +115 -0
  21. data/_docs/api/NotFoundError.html +157 -0
  22. data/_docs/api/OS.html +234 -0
  23. data/_docs/api/ResourceManager.html +322 -0
  24. data/_docs/api/ResourceManagerAdapter/Linux.html +326 -0
  25. data/_docs/api/ResourceManagerAdapter.html +149 -0
  26. data/_docs/api/WfNodeApi.html +163 -0
  27. data/_docs/api/_index.html +239 -0
  28. data/_docs/api/class_list.html +58 -0
  29. data/_docs/api/css/common.css +1 -0
  30. data/_docs/api/css/full_list.css +57 -0
  31. data/_docs/api/css/style.css +339 -0
  32. data/_docs/api/file.README.html +146 -0
  33. data/_docs/api/file_list.html +60 -0
  34. data/_docs/api/frames.html +26 -0
  35. data/_docs/api/index.html +146 -0
  36. data/_docs/api/js/app.js +219 -0
  37. data/_docs/api/js/full_list.js +181 -0
  38. data/_docs/api/js/jquery.js +4 -0
  39. data/_docs/api/method_list.html +273 -0
  40. data/_docs/api/top-level-namespace.html +244 -0
  41. data/_docs/rest/api_data.js +1 -0
  42. data/_docs/rest/api_data.json +1 -0
  43. data/_docs/rest/api_project.js +1 -0
  44. data/_docs/rest/api_project.json +1 -0
  45. data/_docs/rest/css/style.css +538 -0
  46. data/_docs/rest/header.md +3 -0
  47. data/_docs/rest/img/favicon.ico +0 -0
  48. data/_docs/rest/img/glyphicons-halflings-white.png +0 -0
  49. data/_docs/rest/img/glyphicons-halflings.png +0 -0
  50. data/_docs/rest/index.html +658 -0
  51. data/_docs/rest/locales/de.js +25 -0
  52. data/_docs/rest/locales/fr.js +25 -0
  53. data/_docs/rest/locales/locale.js +43 -0
  54. data/_docs/rest/locales/nl.js +25 -0
  55. data/_docs/rest/locales/pl.js +25 -0
  56. data/_docs/rest/locales/pt_br.js +25 -0
  57. data/_docs/rest/locales/ru.js +25 -0
  58. data/_docs/rest/locales/zh.js +25 -0
  59. data/_docs/rest/main.js +691 -0
  60. data/_docs/rest/utils/handlebars_helper.js +327 -0
  61. data/_docs/rest/utils/send_sample_request.js +158 -0
  62. data/_docs/rest/vendor/bootstrap-responsive.min.css +9 -0
  63. data/_docs/rest/vendor/bootstrap.min.css +9 -0
  64. data/_docs/rest/vendor/bootstrap.min.js +6 -0
  65. data/_docs/rest/vendor/diff_match_patch.min.js +49 -0
  66. data/_docs/rest/vendor/handlebars.min.js +28 -0
  67. data/_docs/rest/vendor/jquery.min.js +4 -0
  68. data/_docs/rest/vendor/lodash.min.js +61 -0
  69. data/_docs/rest/vendor/path-to-regexp/LICENSE +21 -0
  70. data/_docs/rest/vendor/path-to-regexp/index.js +205 -0
  71. data/_docs/rest/vendor/polyfill.js +100 -0
  72. data/_docs/rest/vendor/prettify/lang-apollo.js +2 -0
  73. data/_docs/rest/vendor/prettify/lang-basic.js +3 -0
  74. data/_docs/rest/vendor/prettify/lang-clj.js +18 -0
  75. data/_docs/rest/vendor/prettify/lang-css.js +2 -0
  76. data/_docs/rest/vendor/prettify/lang-dart.js +3 -0
  77. data/_docs/rest/vendor/prettify/lang-erlang.js +2 -0
  78. data/_docs/rest/vendor/prettify/lang-go.js +1 -0
  79. data/_docs/rest/vendor/prettify/lang-hs.js +2 -0
  80. data/_docs/rest/vendor/prettify/lang-lisp.js +3 -0
  81. data/_docs/rest/vendor/prettify/lang-llvm.js +1 -0
  82. data/_docs/rest/vendor/prettify/lang-lua.js +2 -0
  83. data/_docs/rest/vendor/prettify/lang-matlab.js +6 -0
  84. data/_docs/rest/vendor/prettify/lang-ml.js +2 -0
  85. data/_docs/rest/vendor/prettify/lang-mumps.js +2 -0
  86. data/_docs/rest/vendor/prettify/lang-n.js +4 -0
  87. data/_docs/rest/vendor/prettify/lang-pascal.js +3 -0
  88. data/_docs/rest/vendor/prettify/lang-proto.js +1 -0
  89. data/_docs/rest/vendor/prettify/lang-r.js +2 -0
  90. data/_docs/rest/vendor/prettify/lang-rd.js +1 -0
  91. data/_docs/rest/vendor/prettify/lang-scala.js +2 -0
  92. data/_docs/rest/vendor/prettify/lang-sql.js +2 -0
  93. data/_docs/rest/vendor/prettify/lang-tcl.js +3 -0
  94. data/_docs/rest/vendor/prettify/lang-tex.js +1 -0
  95. data/_docs/rest/vendor/prettify/lang-vb.js +2 -0
  96. data/_docs/rest/vendor/prettify/lang-vhdl.js +3 -0
  97. data/_docs/rest/vendor/prettify/lang-wiki.js +2 -0
  98. data/_docs/rest/vendor/prettify/lang-xq.js +3 -0
  99. data/_docs/rest/vendor/prettify/lang-yaml.js +2 -0
  100. data/_docs/rest/vendor/prettify/prettify.css +1 -0
  101. data/_docs/rest/vendor/prettify/prettify.js +30 -0
  102. data/_docs/rest/vendor/prettify/run_prettify.js +34 -0
  103. data/_docs/rest/vendor/prettify.css +101 -0
  104. data/_docs/rest/vendor/require.min.js +36 -0
  105. data/apidoc.json +23 -0
  106. data/bin/wf_node_api +80 -0
  107. data/lib/wf_node_api/api/node_api.rb +360 -0
  108. data/lib/wf_node_api/config/config_template.erb +50 -0
  109. data/lib/wf_node_api/config_check.rb +50 -0
  110. data/lib/wf_node_api/container_manager.rb +286 -0
  111. data/lib/wf_node_api/container_manager_adapter/lxc.rb +431 -0
  112. data/lib/wf_node_api/container_manager_adapter/vserver.rb +448 -0
  113. data/lib/wf_node_api/error/not_found.rb +27 -0
  114. data/lib/wf_node_api/os.rb +32 -0
  115. data/lib/wf_node_api/resource_manager.rb +49 -0
  116. data/lib/wf_node_api/resource_manager_adapter/linux.rb +53 -0
  117. data/lib/wf_node_api/translations.rb +38 -0
  118. data/lib/wf_node_api/version.rb +28 -0
  119. data/lib/wf_node_api.rb +57 -0
  120. data/manifests/files/dhozac-vserver.repo +4 -0
  121. data/wf-node-api.gemspec +53 -0
  122. metadata +221 -0
@@ -0,0 +1 @@
1
+ define({
2
  "name": "WhiteFuse Node API",
1
3
  "version": "0.8.0",
2
4
  "description": "Virtualization node RESTful API documentation",
3
5
  "url": "https://mynode.local:1357/v1",
4
6
  "header": {
5
7
  "content": "<p>All requests are processed synchronously. This means that the connection does not return a result as long\nas the cli process is running. Requests are limited to a runtime of 600 seconds, otherwise the web server\nwill kill the request. It should never be the case that a operation even comes close to this runtime.</p>\n"
6
8
  },
7
9
  "order": [
8
10
  "GetContainers",
9
11
  "GetContainer",
10
12
  "CreateContainer",
11
13
  "DeleteContainer",
12
14
  "StartContainer",
13
15
  "StopContainer",
14
16
  "KillContainer",
15
17
  "NodeInfo"
16
18
  ],
17
19
  "template": {
18
20
  "withCompare": true,
19
21
  "withGenerator": true
20
22
  },
21
23
  "sampleUrl": false,
22
24
  "apidoc": "0.2.0",
23
25
  "generator": {
24
26
  "name": "apidoc",
25
27
  "time": "2015-07-20T16:09:01.163Z",
26
28
  "url": "http://apidocjs.com",
27
29
  "version": "0.13.1"
28
30
  }
@@ -0,0 +1 @@
1
+ {
2
  "name": "WhiteFuse Node API",
1
3
  "version": "0.8.0",
2
4
  "description": "Virtualization node RESTful API documentation",
3
5
  "url": "https://mynode.local:1357/v1",
4
6
  "header": {
5
7
  "content": "<p>All requests are processed synchronously. This means that the connection does not return a result as long\nas the cli process is running. Requests are limited to a runtime of 600 seconds, otherwise the web server\nwill kill the request. It should never be the case that a operation even comes close to this runtime.</p>\n"
6
8
  },
7
9
  "order": [
8
10
  "GetContainers",
9
11
  "GetContainer",
10
12
  "CreateContainer",
11
13
  "DeleteContainer",
12
14
  "StartContainer",
13
15
  "StopContainer",
14
16
  "KillContainer",
15
17
  "NodeInfo"
16
18
  ],
17
19
  "template": {
18
20
  "withCompare": true,
19
21
  "withGenerator": true
20
22
  },
21
23
  "sampleUrl": false,
22
24
  "apidoc": "0.2.0",
23
25
  "generator": {
24
26
  "name": "apidoc",
25
27
  "time": "2015-07-20T16:09:01.163Z",
26
28
  "url": "http://apidocjs.com",
27
29
  "version": "0.13.1"
28
30
  }
@@ -0,0 +1,538 @@
1
+ /* ------------------------------------------------------------------------------------------
2
+ * Content
3
+ * ------------------------------------------------------------------------------------------ */
4
+ body {
5
+ min-width: 980px;
6
+ max-width: 1280px;
7
+ }
8
+
9
+ body, p, a, div, th, td {
10
+ font-family: "Source Sans Pro", sans-serif;
11
+ font-weight: 400;
12
+ font-size: 16px;
13
+ }
14
+
15
+ td.code {
16
+ font-size: 14px;
17
+ font-family: "Source Code Pro";
18
+ font-style: normal;
19
+ font-weight: 400;
20
+ }
21
+
22
+ #content {
23
+ padding-top: 16px;
24
+ z-Index: -1;
25
+ margin-left: 270px;
26
+ }
27
+
28
+ p {
29
+ color: #808080;
30
+ }
31
+
32
+ h1 {
33
+ font-family: "Source Sans Pro Semibold", sans-serif;
34
+ font-weight: normal;
35
+ font-size: 44px;
36
+ line-height: 50px;
37
+ margin: 0 0 10px 0;
38
+ padding: 0;
39
+ }
40
+
41
+ h2 {
42
+ font-family: "Source Sans Pro", sans-serif;
43
+ font-weight: normal;
44
+ font-size: 24px;
45
+ line-height: 40px;
46
+ margin: 0 0 20px 0;
47
+ padding: 0;
48
+ }
49
+
50
+ section {
51
+ border-top: 1px solid #ebebeb;
52
+ padding: 30px 0;
53
+ }
54
+
55
+ section h1 {
56
+ font-family: "Source Sans Pro", sans-serif;
57
+ font-weight: 700;
58
+ font-size: 32px;
59
+ line-height: 40px;
60
+ padding-bottom: 14px;
61
+ margin: 0 0 20px 0;
62
+ padding: 0;
63
+ }
64
+
65
+ article {
66
+ padding: 14px 0 30px 0;
67
+ }
68
+
69
+ article h1 {
70
+ font-family: "Source Sans Pro Bold", sans-serif;
71
+ font-weight: 600;
72
+ font-size: 24px;
73
+ line-height: 26px;
74
+ }
75
+
76
+ article h2 {
77
+ font-family: "Source Sans Pro", sans-serif;
78
+ font-weight: 600;
79
+ font-size: 18px;
80
+ line-height: 24px;
81
+ margin: 0 0 10px 0;
82
+ }
83
+
84
+ article h3 {
85
+ font-family: "Source Sans Pro", sans-serif;
86
+ font-weight: 600;
87
+ font-size: 16px;
88
+ line-height: 18px;
89
+ margin: 0 0 10px 0;
90
+ }
91
+
92
+ article h4 {
93
+ font-family: "Source Sans Pro", sans-serif;
94
+ font-weight: 600;
95
+ font-size: 14px;
96
+ line-height: 16px;
97
+ margin: 0 0 8px 0;
98
+ }
99
+
100
+ table {
101
+ border-collapse: collapse;
102
+ width: 100%;
103
+ margin: 0 0 20px 0;
104
+ }
105
+
106
+ th {
107
+ background-color: #f5f5f5;
108
+ text-align: left;
109
+ font-family: "Source Sans Pro", sans-serif;
110
+ font-weight: 700;
111
+ padding: 4px 8px;
112
+ border: #e0e0e0 1px solid;
113
+ }
114
+
115
+ td {
116
+ vertical-align: top;
117
+ padding: 2px 8px;
118
+ border: #e0e0e0 1px solid;
119
+ }
120
+
121
+ #generator .content {
122
+ color: #b0b0b0;
123
+ border-top: 1px solid #ebebeb;
124
+ padding: 10px 0;
125
+ }
126
+
127
+ .label-optional {
128
+ float: right;
129
+ }
130
+
131
+ .open-left {
132
+ right: 0;
133
+ left: auto;
134
+ }
135
+
136
+ /* ------------------------------------------------------------------------------------------
137
+ * apidoc - intro
138
+ * ------------------------------------------------------------------------------------------ */
139
+
140
+ #apidoc .apidoc {
141
+ border-top: 1px solid #ebebeb;
142
+ padding: 30px 0;
143
+ }
144
+
145
+ #apidoc h1 {
146
+ font-family: "Source Sans Pro", sans-serif;
147
+ font-weight: 700;
148
+ font-size: 32px;
149
+ line-height: 40px;
150
+ padding-bottom: 14px;
151
+ margin: 0 0 20px 0;
152
+ padding: 0;
153
+ }
154
+
155
+ #apidoc h2 {
156
+ font-family: "Source Sans Pro Bold", sans-serif;
157
+ font-weight: 600;
158
+ font-size: 22px;
159
+ line-height: 26px;
160
+ padding-top: 14px;
161
+ }
162
+
163
+ /* ------------------------------------------------------------------------------------------
164
+ * pre / code
165
+ * ------------------------------------------------------------------------------------------ */
166
+ pre {
167
+ background-color: #292b36;
168
+ color: #ffffff;
169
+ padding: 10px;
170
+ border-radius: 6px;
171
+ position: relative;
172
+ margin: 10px 0 20px 0;
173
+ }
174
+
175
+ code.language-text {
176
+ word-wrap: break-word;
177
+ }
178
+
179
+ pre.language-json {
180
+ overflow: auto;
181
+ }
182
+
183
+ pre.language-html {
184
+ margin: 40px 0 20px 0;
185
+ }
186
+
187
+ pre.language-html:before {
188
+ content: attr(data-type);
189
+ position: absolute;
190
+ top: -30px;
191
+ left: 0;
192
+ font-family: "Source Sans Pro", sans-serif;
193
+ font-weight: 600;
194
+ font-size: 15px;
195
+ display: inline-block;
196
+ padding: 2px 5px;
197
+ border-radius: 6px;
198
+ text-transform: uppercase;
199
+ background-color: #3387CC;
200
+ color: #ffffff;
201
+ }
202
+
203
+ pre.language-html[data-type="get"]:before {
204
+ background-color: green;
205
+ }
206
+
207
+ pre.language-html[data-type="put"]:before {
208
+ background-color: #e5c500;
209
+ }
210
+
211
+ pre.language-html[data-type="post"]:before {
212
+ background-color: #4070ec;
213
+ }
214
+
215
+ pre.language-html[data-type="delete"]:before {
216
+ background-color: #ed0039;
217
+ }
218
+
219
+ pre.language-api .str {
220
+ color: #ffffff;
221
+ }
222
+
223
+ pre.language-api .pln,
224
+ pre.language-api .pun {
225
+ color: #65B042;
226
+ }
227
+
228
+ pre code {
229
+ display: block;
230
+ font-size: 14px;
231
+ font-family: "Source Code Pro";
232
+ font-style: normal;
233
+ font-weight: 400;
234
+ word-wrap: normal;
235
+ white-space: pre;
236
+ }
237
+
238
+ /*
239
+ pre.language-json {
240
+ background: #f5f5f5;
241
+ border: #e0e0e0 1px solid;
242
+ }
243
+
244
+ pre.language-json .pln,
245
+ pre.language-json .pun {
246
+ color: #3a3a3a;
247
+ }
248
+ */
249
+
250
+ /* ------------------------------------------------------------------------------------------
251
+ * Sidenav
252
+ * ------------------------------------------------------------------------------------------ */
253
+ .sidenav {
254
+ width: 228px;
255
+ margin: 0;
256
+ padding: 20px;
257
+ position: fixed;
258
+ top: 0;
259
+ left: 0;
260
+ bottom: 0;
261
+ overflow-x: hidden;
262
+ overflow-y: auto;
263
+ background-color: #f5f5f5;
264
+ z-index: 10;
265
+ }
266
+
267
+ .sidenav > li > a {
268
+ display: block;
269
+ width: 192px;
270
+ margin: 0;
271
+ padding: 2px 11px;
272
+ border: 0;
273
+ border-left: transparent 4px solid;
274
+ border-right: transparent 4px solid;
275
+ font-family: "Source Sans Pro", sans-serif;
276
+ font-weight: 400;
277
+ font-size: 14px;
278
+ }
279
+
280
+ .sidenav > li.nav-header > a {
281
+ padding: 5px 15px;
282
+ border: 1px solid #e5e5e5;
283
+ width: 190px;
284
+ font-family: "Source Sans Pro", sans-serif;
285
+ font-weight: 700;
286
+ font-size: 16px;
287
+ background-color: #ffffff;
288
+ }
289
+
290
+ .sidenav > li.nav-header.active > a {
291
+ background-color: #0088cc;
292
+ }
293
+
294
+ .sidenav > .active > a {
295
+ position: relative;
296
+ z-index: 2;
297
+ }
298
+
299
+ .sidenav > li > a:hover {
300
+ background-color: #ffffff;
301
+ }
302
+
303
+ .sidenav > li.has-modifications a {
304
+ border-right: #60d060 4px solid;
305
+ }
306
+
307
+ .sidenav > li.is-new a {
308
+ border-left: #e5e5e5 4px solid;
309
+ }
310
+
311
+ /* ------------------------------------------------------------------------------------------
312
+ * Compare
313
+ * ------------------------------------------------------------------------------------------ */
314
+
315
+ ins {
316
+ background: #60d060;
317
+ text-decoration: none;
318
+ color: #000000;
319
+ }
320
+
321
+ del {
322
+ background: #f05050;
323
+ color: #000000;
324
+ }
325
+
326
+ .label-ins {
327
+ background-color: #60d060;
328
+ }
329
+
330
+ .label-del {
331
+ background-color: #f05050;
332
+ text-decoration: line-through;
333
+ }
334
+
335
+ pre.ins {
336
+ background-color: #60d060;
337
+ }
338
+
339
+ pre.del {
340
+ background-color: #f05050;
341
+ text-decoration: line-through;
342
+ }
343
+
344
+ table.ins th,
345
+ table.ins td {
346
+ background-color: #60d060;
347
+ }
348
+
349
+ table.del th,
350
+ table.del td {
351
+ background-color: #f05050;
352
+ text-decoration: line-through;
353
+ }
354
+
355
+ tr.ins td {
356
+ background-color: #60d060;
357
+ }
358
+
359
+ tr.del td {
360
+ background-color: #f05050;
361
+ text-decoration: line-through;
362
+ }
363
+
364
+ /* ------------------------------------------------------------------------------------------
365
+ * Spinner
366
+ * ------------------------------------------------------------------------------------------ */
367
+
368
+ #loader {
369
+ position: absolute;
370
+ width: 100%;
371
+ }
372
+
373
+ #loader p {
374
+ padding-top: 80px;
375
+ margin-left: -4px;
376
+ }
377
+
378
+ .spinner {
379
+ margin: 200px auto;
380
+ width: 60px;
381
+ height: 60px;
382
+ position: relative;
383
+ }
384
+
385
+ .container1 > div, .container2 > div, .container3 > div {
386
+ width: 14px;
387
+ height: 14px;
388
+ background-color: #0088cc;
389
+
390
+ border-radius: 100%;
391
+ position: absolute;
392
+ -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
393
+ animation: bouncedelay 1.2s infinite ease-in-out;
394
+ /* Prevent first frame from flickering when animation starts */
395
+ -webkit-animation-fill-mode: both;
396
+ animation-fill-mode: both;
397
+ }
398
+
399
+ .spinner .spinner-container {
400
+ position: absolute;
401
+ width: 100%;
402
+ height: 100%;
403
+ }
404
+
405
+ .container2 {
406
+ -webkit-transform: rotateZ(45deg);
407
+ transform: rotateZ(45deg);
408
+ }
409
+
410
+ .container3 {
411
+ -webkit-transform: rotateZ(90deg);
412
+ transform: rotateZ(90deg);
413
+ }
414
+
415
+ .circle1 { top: 0; left: 0; }
416
+ .circle2 { top: 0; right: 0; }
417
+ .circle3 { right: 0; bottom: 0; }
418
+ .circle4 { left: 0; bottom: 0; }
419
+
420
+ .container2 .circle1 {
421
+ -webkit-animation-delay: -1.1s;
422
+ animation-delay: -1.1s;
423
+ }
424
+
425
+ .container3 .circle1 {
426
+ -webkit-animation-delay: -1.0s;
427
+ animation-delay: -1.0s;
428
+ }
429
+
430
+ .container1 .circle2 {
431
+ -webkit-animation-delay: -0.9s;
432
+ animation-delay: -0.9s;
433
+ }
434
+
435
+ .container2 .circle2 {
436
+ -webkit-animation-delay: -0.8s;
437
+ animation-delay: -0.8s;
438
+ }
439
+
440
+ .container3 .circle2 {
441
+ -webkit-animation-delay: -0.7s;
442
+ animation-delay: -0.7s;
443
+ }
444
+
445
+ .container1 .circle3 {
446
+ -webkit-animation-delay: -0.6s;
447
+ animation-delay: -0.6s;
448
+ }
449
+
450
+ .container2 .circle3 {
451
+ -webkit-animation-delay: -0.5s;
452
+ animation-delay: -0.5s;
453
+ }
454
+
455
+ .container3 .circle3 {
456
+ -webkit-animation-delay: -0.4s;
457
+ animation-delay: -0.4s;
458
+ }
459
+
460
+ .container1 .circle4 {
461
+ -webkit-animation-delay: -0.3s;
462
+ animation-delay: -0.3s;
463
+ }
464
+
465
+ .container2 .circle4 {
466
+ -webkit-animation-delay: -0.2s;
467
+ animation-delay: -0.2s;
468
+ }
469
+
470
+ .container3 .circle4 {
471
+ -webkit-animation-delay: -0.1s;
472
+ animation-delay: -0.1s;
473
+ }
474
+
475
+ @-webkit-keyframes bouncedelay {
476
+ 0%, 80%, 100% { -webkit-transform: scale(0.0) }
477
+ 40% { -webkit-transform: scale(1.0) }
478
+ }
479
+
480
+ @keyframes bouncedelay {
481
+ 0%, 80%, 100% {
482
+ transform: scale(0.0);
483
+ -webkit-transform: scale(0.0);
484
+ } 40% {
485
+ transform: scale(1.0);
486
+ -webkit-transform: scale(1.0);
487
+ }
488
+ }
489
+
490
+ /* ------------------------------------------------------------------------------------------
491
+ * Tabs
492
+ * ------------------------------------------------------------------------------------------ */
493
+ ul.nav-tabs {
494
+ margin: 0;
495
+ }
496
+
497
+ /* ------------------------------------------------------------------------------------------
498
+ * Print
499
+ * ------------------------------------------------------------------------------------------ */
500
+
501
+ @media print {
502
+
503
+ #sidenav,
504
+ #version,
505
+ #versions,
506
+ section .version,
507
+ section .versions {
508
+ display: none;
509
+ }
510
+
511
+ #content {
512
+ margin-left: 0;
513
+ }
514
+
515
+ a {
516
+ text-decoration: none;
517
+ color: inherit;
518
+ }
519
+
520
+ a:after {
521
+ content: " [" attr(href) "] ";
522
+ }
523
+
524
+ p {
525
+ color: #000000
526
+ }
527
+
528
+ pre {
529
+ background-color: #ffffff;
530
+ color: #000000;
531
+ padding: 10px;
532
+ border: #808080 1px solid;
533
+ border-radius: 6px;
534
+ position: relative;
535
+ margin: 10px 0 20px 0;
536
+ }
537
+
538
+ } /* /@media print */
@@ -0,0 +1,3 @@
1
+ All requests are processed synchronously. This means that the connection does not return a result as long
2
+ as the cli process is running. Requests are limited to a runtime of 600 seconds, otherwise the web server
3
+ will kill the request. It should never be the case that a operation even comes close to this runtime.
Binary file