This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
/
CHANGELOG
625 lines (434 loc) · 21.2 KB
/
CHANGELOG
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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
2019-02-26 Sebastian Gräßl <[email protected]>
* Merge pull request #216 from ares/fix/19591
2019-02-22 Marek Hulan <[email protected]>
* Fixes #19591 - provide clean up task
2018-04-16 Daniel Lobato Garcia <[email protected]>
* Release 4.1.0
2018-04-16 Stephen Benjamin <[email protected]>
* refs #23019 - don't pass class to class_name in assocs (#211)
2018-01-11 Daniel Lobato García <[email protected]>
* Fixes #20067 - Wrong constant name Docker/ImageSearch
2018-01-10 Daniel Lobato García <[email protected]>
* Fix test redirect_to_back
2018-01-09 Daniel Lobato Garcia <[email protected]>
* Remove redirect_to :back (Rails 5.1)
2018-01-09 Michael Moll <[email protected]>
* More Rails 5.1 changes
2018-01-05 Tim Meusel <[email protected]>
* update link to kubernetes github repo
2017-12-21 Daniel Lobato Garcia <[email protected]>
* Version 4.0.0
2017-12-21 Michael Moll <[email protected]>
* Update to Rails 5.1
2017-12-14 Daniel Lobato Garcia <[email protected]>
* Refs #21893 - rubocop trailing whitespace
2017-12-14 Marek Hulán <[email protected]>
* Fixes #21893 - fix listing containers for specific CR
2017-12-13 Swapnil Abnave <[email protected]>
* Fixes #20429 - mandate URL for docker compute-resource
2017-12-13 Michael Moll <[email protected]>
* Fixes #21921 - Upgrade rubocop to 0.51
2017-11-24 Daniel Lobato Garcia <[email protected]>
* FactoryGirl to FactoryBot
2017-11-22 Ondřej Pražák <[email protected]>
* Fixes #21732 - Replace :before_filter with :before_action
2017-10-06 Walden Raines <[email protected]>
* Fixes #21143: add containers icon for vertical navigation.
2017-07-31 Sebastian Gräßl <[email protected]>
* Fixes #20355 - Request registry results in JSON
2017-06-28 Sebastian Gräßl <[email protected]>
* Bump version to 3.2.1
* Revert "Fixes #19964 - Replace ActiveRecord
2017-06-27 Sebastian Gräßl <[email protected]>
* Bump version to 3.2.0
2017-06-27 Sebastian Gräßl <[email protected]>
* Fixes #19964 - Replace ActiveRecord
2017-06-23 Sebastian Gräßl <[email protected]>
* Fixes #19957 - Add Registry compatiblity info to README
2017-06-20 Sebastian Gräßl <[email protected]>
* Merge pull request #187 from bastilian/fix/18902-PR
2017-06-19 Sebastian Gräßl <[email protected]>
* Fixes #18902 - Enable autocomplete for container image search
2017-06-19 Sebastian Gräßl <[email protected]>
* Fixes #16235 - Add verify SSL option for Registries
2017-06-13 Sebastian Gräßl <[email protected]>
* Refs #19694 - Bump rubocop version to 0.49.1
2017-06-07 Daniel Lobato Garcia <[email protected]>
* Add compatibility info for latest version
* Version 3.1.0
2017-06-01 Sebastian Gräßl <[email protected]>
* Merge pull request #192 from ares/fix/19475
2017-05-30 Marek Hulan <[email protected]>
* Fixes #19633 - use standard plugin test setup
2017-05-30 Sebastian Gräßl <[email protected]>
* Fixes #19694 - Align rubocop configuration with foreman-core
2017-05-03 Sebastian Gräßl <[email protected]>
* Fixes #19396 - Rename test variable name to more specific term
2017-04-06 Sebastian Gräßl <[email protected]>
* Merge pull request #186 from bastilian/fix/18518-PR2
2017-04-06 Marek Hulán <[email protected]>
* Fixes #17960 - add plugin permissions to core
2017-03-23 Sebastian Gräßl <[email protected]>
* Fixes #18518 - Add proper validation for container image
2017-03-09 Sebastian Gräßl <[email protected]>
* Fixes #18733 - Prevent fallback to Docker Hub on registry search
* Fixes #14175 - Add support for Docker Registry v2
2017-02-15 Sebastian Gräßl <[email protected]>
* Fixes #18502 - Add excon version 0.46 and above as dependency
2017-01-13 June Zhang <[email protected]>
* Fixes #18021 - Add missing files for updating New buttons
2017-01-11 June Zhang <[email protected]>
* Fixes #18021 - update the button label from New to Create
2016-12-20 Swapnil Abnave <[email protected]>
* Fixes #17729 - APIdoc - URL desc add 'Docker' to CR types
2016-11-17 orrabin <[email protected]>
* Refs #14370 - Adding new_link helper to containers and registries
2016-09-26 orrabin <[email protected]>
* Fixes #13043 - Change Parameter inheritance to DockerParameter
2016-09-26 Daniel Lobato García <[email protected]>
* Refs #9752 - Test Docker errors are propagated
2016-09-20 Ranjan Kumar <[email protected]>
* Fixes #16090 - Docker container wizard missing image false.png
2016-09-19 June Zhang <[email protected]>
* Fixes #16594 - Capitalize the first letter of every word
2016-08-01 Daniel Lobato <[email protected]>
* Version 3.0.0
2016-08-01 David Davis <[email protected]>
* Fixes #15888 - Remove attr_accessible calls
2016-06-28 Shlomi Zadok <[email protected]>
* Fixes #15528 - 'command' should not be required
2016-06-23 Shlomi Zadok <[email protected]>
* Refs #14570 - Destroy Container db object When deleting with container uuid params, the container object should be destroyed as well
2016-05-30 Daniel Lobato <[email protected]>
* Refs #14570 - Fetch tags from local images properly
* Fixes #9752 - Pass Docker errors to controller
* Fixes #15135 - Fix JS error in datatables
2016-05-27 Daniel Lobato <[email protected]>
* Fixes #15098 - Scope registry by taxonomies
* Ensure Fog is mocked before running API/v2/create test
* Use remove_reference to remove FK with Rails 4
2016-05-20 Daniel Lobato <[email protected]>
* Fixes #15107 - Rails 4.2 test breakages
2016-04-19 Daniel Lobato <[email protected]>
* Fixes #14703 - Add taxonomies to Registries API
2016-04-15 Daniel Lobato <[email protected]>
* Release 2.1.1
* Fixes #14662 - Revert new_link to ensure 1.11 compatibility
* Release 2.1.0
* Fixes #9270 - Add email validation
* Fixes #14569 - Display image found/not found on search image step
2016-04-14 Daniel Lobato <[email protected]>
* Fixes #14570 - Set docker-api to 1.18 to avoid image parsing errors
* Fixes #14577 - Commit and delete buttons styling
2016-04-12 David Davis <[email protected]>
* Fixes #14581 - Fixing migration for Rails 4.2
2016-04-11 Daniel Lobato <[email protected]>
* Fixes #14519 - Removing containers from API removes them from Docker
2016-04-01 Daniel Lobato <[email protected]>
* Fixes #7894 - Compute resource should show 'containers' tab
* Fixes #10199 - Disable image capabilities under compute resource
* Fixes #10417 - Translate wizard states
* Fixes #14391 - Hide access to Docker compute resource via compute profile
2016-03-29 Daniel Lobato <[email protected]>
* Refs #14181 - Fix authentication validation when creating registry
* Fixes #14370 - Adapt containers and registries index to core 1.12
2016-03-28 Bryan Kearney <[email protected]>
* Fixes #14244 - Update the strings to be more compliant with the project standards
2016-03-28 David Davis <[email protected]>
* Fixes #14322 - Fixing API route scope
2016-03-14 Daniel Lobato <[email protected]>
* Fixes #14181 - Validate registry URL and attempt login
2016-03-14 Ori Rabin <[email protected]>
* Fixes #13227 - error when creating a container without an image
* Fixes #13231 - error processing uses full_messages
2016-02-18 Bryan Kearney <[email protected]>
* Fixes #11984 - Update the plugin to use the latest gettext from core, and re-extract the strings.
2016-02-08 Bryan Kearney <[email protected]>
* Fixes #13391 - Update the zanata mapping file
2016-01-15 Daniel Lobato <[email protected]>
* Multiple fixes to release 2.0.1
* Refs #13225 - Use Patternfly spinners helper
2016-01-15 Ori Rabin <[email protected]>
* Fixes #13228 - add attr_accessible to enviroment and image
2016-01-15 Ranjan Kumar <[email protected]>
* Fixes #12971 - Container tab switch doesn't work when docker registry name contains special character
2016-01-14 Eric D. Helms <[email protected]>
* Fixes #13225: Don't declare spinner.gif with /assets prefixed
2016-01-13 Ori Rabin <[email protected]>
* Fixes #13167 - Add buttons fixed
* Fixes #12973 - adding missing attr_accessible
2015-12-18 Daniel Lobato <[email protected]>
* Bump version to 2.0.0
2015-12-15 Daniel Lobato <[email protected]>
* Fixes #12785 - Raise requires_foreman version to 1.11
2015-12-14 Eric D. Helms <[email protected]>
* Fixes #11065: Add .rubocop.yml as a test file for the gem.
2015-12-11 Tom Caspy <[email protected]>
* fixes #7230 - rails 4 compatibility
2015-12-09 John Mitsch <[email protected]>
* Refs #12726 - Adding attr_accessible :email to docker model
2015-12-08 Tom Caspy <[email protected]>
* fixes #12726 - adding attr_accessible
2015-12-03 David Davis <[email protected]>
* Fixes #12681 - Support rubocop 0.35.1 by fixing broken rules
2015-10-14 oshtaier <[email protected]>
* Fixes #12141 - Add unique id for container object name on 'All containers' page
2015-09-02 Partha Aji <[email protected]>
* Fixes #11672 - Exposed username in the registries json call
2015-08-21 Daniel Lobato García <[email protected]>
* Remove env variables & DNS from planned in README
2015-08-18 Daniel Lobato <[email protected]>
* Bump version to 1.4.1
2015-08-17 Partha Aji <[email protected]>
* Fixes #11354 - Made the container deal with cpu shares and cpu sets correctly
2015-07-27 Daniel Lobato <[email protected]>
* Refs #11204 - Automate packaging, deb changelog typo
2015-07-24 Daniel Lobato <[email protected]>
* Refs #11204 - Automate deb packaging, typo
* Refs #11204 - Automate foreman-packaging pull-requests
2015-07-23 Daniel Lobato <[email protected]>
* Refs #11204 - Automate rubygem release, typo
* Bump version to 1.4.0
* Fixes #11204 - Automate rubygem release
2015-07-01 Adam Ruzicka <[email protected]>
* Fixes #10191 - Pass proper memory parameter to Docker
2015-06-29 Shlomi Zadok <[email protected]>
* fixes #10812 - remove require fog from plugin's engine
2015-06-15 Adam Ruzicka <[email protected]>
* Fixes #9753 - container name is optional
2015-06-11 Daniel Lobato <[email protected]>
* Fixes #10779 - Error messages hidden after wizard
2015-06-10 Dmitri Dolguikh <[email protected]>
* fixes #10128: 'test connection' button on the CR screen turns green only after connection has been verified.
2015-06-02 Daniel Lobato <[email protected]>
* Fixes #10416 - Pulled translations
2015-05-20 Partha Aji <[email protected]>
* Fixes #10404 - Finds correct repo name for Docker Hub registry
2015-05-05 Shlomi Zadok <[email protected]>
* Fixes #9393 - Allow users to create container without starting it
2015-04-29 Daniel Lobato <[email protected]>
* Bump version to 1.3.1
* CHANGELOG
2015-04-29 Dominic Cleal <[email protected]>
* fixes #10306 - require resolv for access to regexps
2015-04-28 Daniel Lobato <[email protected]>
* Bump version to 1.3.0
2015-04-28 David Davis <[email protected]>
* Fixes #9901 - Better handling of errors in container api
* Fixes #10029 - Docker registry API
2015-04-24 David Davis <[email protected]>
* Fixes 9311 - Change the Katello tab text
2015-04-14 Vanya Jauhal <[email protected]>
* Fixes #7865 - Adds support for configuring dns during container creation
2015-04-13 Vanya Jauhal <[email protected]>
* Fixes #7864 - Adds support for exposed_ports
2015-04-07 Daniel Lobato <[email protected]>
* Fixes #9997 - Release process docs
2015-03-25 Daniel Lobato <[email protected]>
* Fixes #9897 - Stub encryption key in registry test
2015-03-25 Dmitri Dolguikh <[email protected]>
* Fixes #9338: permission filters can be created now
2015-03-24 Daniel Lobato <[email protected]>
* Bump version to 1.2.4
2015-03-20 Partha Aji <[email protected]>
* Fixes #9310, #9518 - Create containers using katello repos
2015-03-19 David Davis <[email protected]>
* Fixes #9643 - Added search param to the containers index API
* Bump version to 1.2.3
* Fixes #9830 - Fixing log call
2015-03-19 Daniel Lobato <[email protected]>
* Fixes #9829 - Revert image_search to old method
2015-03-19 Dmitri Dolguikh <[email protected]>
* fixes #9544: added downcase_hash_keys mathod
2015-03-18 David Davis <[email protected]>
* Fixes #9382 - Use connection info when connecting to docker
2015-03-15 David Davis <[email protected]>
* Fixes #9708 - Fixing rubocop config so it can be used with houndci
2015-03-11 Daniel Lobato <[email protected]>
* Bump version to 1.2.2
2015-03-11 David Davis <[email protected]>
* Fixes #9716 - Handle 1.8.0-rc1 version format
2015-03-07 Daniel Lobato <[email protected]>
* Make HoundCI use project rubocop rules
2015-03-05 Dmitri Dolguikh <[email protected]>
* fixes #9271: user is now informed about http connection errors when using search in the new container wizard.
2015-03-03 Daniel Lobato <[email protected]>
* Bump version to 1.2.1
2015-03-01 David Davis <[email protected]>
* Fixes #9570 - Only set username/password/email if present
* Fixes #9573 - Locking docker-api to 1.17
* Fixes #9562 - Fixing the baseurl in the containers api
2015-02-25 Daniel Lobato García <[email protected]>
* Add issue stats badge
* Typo describing -> description on registry form
2015-02-24 Daniel Lobato <[email protected]>
* Bump version to 1.2.0
* Fixes #7874 - Docker Containers API
2015-02-19 Daniel Lobato <[email protected]>
* Fixes #9456 - Validate docker registry URL
* Fixes #9242 - Backport image_search to fog 1.24
2015-02-16 Shlomi Zadok <[email protected]>
* fixes #9332 - Add yes/no text to managed info on containers index
2015-02-16 Partha Aji <[email protected]>
* refs #9341 - Updating the docker-api gem spec
2015-02-11 Dmitri Dolguikh <[email protected]>
* fixes #8033: container power on/off redirects to container view now
2015-02-10 Daniel Lobato <[email protected]>
* Bump version to 1.1.0
* Fixes #9269 - Validate registry name
2015-02-06 Partha Aji <[email protected]>
* Fixes #9229 - Handles non username/password private registry case
2015-02-05 Partha Aji <[email protected]>
* refs #8918 - Enable creating container via katello
2015-02-05 Mike McCune <[email protected]>
* fixes #9230 - add table name to query to avoid psql errors
2015-02-05 Daniel Lobato <[email protected]>
* Bump version to 1.0.1
* Fixes #9177 - 1.7 compatibility fixes
2015-02-03 Partha Aji <[email protected]>
* refs #8963 - Renaming truncs to trunc with tool tips
2015-01-29 David Davis <[email protected]>
* Fixes #9159 - Fix rubocop 0.28.0 errors
2015-01-28 Daniel Lobato <[email protected]>
* Revert "Fixes #8409 - Pull docker image asynchronously"
2015-01-28 Dmitri Dolguikh <[email protected]>
* fixes #9033: errors encountered in new container wizard are being shown now
2015-01-22 Daniel Lobato <[email protected]>
* Fixes #8409 - Pull docker image asynchronously
2015-01-20 Dmitri Dolguikh <[email protected]>
* fixes #8784: defines max_cpu_count for docker compute resource
2015-01-19 Dmitri Dolguikh <[email protected]>
* fixes #9004: wizard moves correctly between persisted states now
2015-01-19 Partha Aji <[email protected]>
* Refs #8409 - Partially addressing pull before create container
2015-01-12 Daniel Lobato <[email protected]>
* Bump version to 1.0.0
2015-01-12 Dmitri Dolguikh <[email protected]>
* Fixes #8393: added support for basic auth for standalone registries
2015-01-11 David Davis <[email protected]>
* Refs #7977 - Adjusting class length check in rubocop
2015-01-08 Daniel Lobato García <[email protected]>
* Remove known bugs section from README
2015-01-05 Vanya Jauhal <[email protected]>
* Fixes #8815 - Corrects variable reference in image search
2015-01-02 Vanya Jauhal <[email protected]>
* fixes #8226 - shows environment variables on container display
2015-01-02 Daniel Lobato <[email protected]>
* Fixes #8485 - Taxable containers
2014-12-29 Partha Aji <[email protected]>
* Fixes #8637 - local registry container support
2014-12-26 Vanya Jauhal <[email protected]>
* fixes #8342 - disables form buttons on new container page in absence of docker compute resources
2014-12-26 Daniel Lobato <[email protected]>
* Refs #7867 - Container wizard state refactor
2014-12-24 Dmitri Dolguikh <[email protected]>
* fixes #7867: container creation wizard now tracks state in dedicated objects
2014-12-24 Vanya Jauhal <[email protected]>
* fixes #8789 - adds correct link for information about cpu shares
2014-12-23 Ohad Levy <[email protected]>
* fixes #8719 - remove n+1 queries on container index
2014-12-22 Ohad Levy <[email protected]>
* fixes #8718 - refactor container index
2014-12-19 David Davis <[email protected]>
* Fixes #8632 - Move docker tables out of foreman-docker
2014-12-17 Daniel Lobato <[email protected]>
* Refs #8717 - Fix cop line too long
2014-12-17 Ohad Levy <[email protected]>
* fixes #8716 auto_complete helper now has a unique name.
2014-12-05 Daniel Lobato <[email protected]>
* Fixes #8226 - Support environment variables creation
2014-12-04 Dmitri Dolguikh <[email protected]>
* Fixes #7647: Added support for external registries
2014-11-20 David Davis <[email protected]>
* Fixes #8375 - Not validating tag uniqueness per image
2014-11-14 Daniel Lobato <[email protected]>
* Fixes #8398 - Authentication error returns 500
2014-11-13 Daniel Lobato <[email protected]>
* Fixes #8329 - Search images in the hub
2014-11-03 Daniel Lobato García <[email protected]>
* Add rubygem badges
2014-11-01 Daniel Lobato <[email protected]>
* Remove rake and fog dependencies
* Bump version to 0.2.0
* Fixes #8236: 1.6 compatibility
2014-10-28 Daniel Lobato <[email protected]>
* Fixes #8140: Memory and CPU set are strings
* Fixes #8096 #8097: Improve cpuset cpushare form
* Fixes #7872 - Create container without Fog to assign name
2014-10-27 Daniel Lobato <[email protected]>
* Fixes #8124 - Entrypoint sent to API
* Fixes #8123 - Faster auto-complete with spinner
2014-10-25 Daniel Lobato <[email protected]>
* Bump version
2014-10-24 Dominic Cleal <[email protected]>
* fixes #8100 - make engine and asset precompilation name consistent
2014-10-24 Daniel Lobato <[email protected]>
* Fixes #8036: Validate images and tags
* Fixes #8035: Commit container changes
2014-10-23 Dmitri Dolguikh <[email protected]>
* Fixes #7870: support for auto-complete in image search
2014-10-23 pujan14 <[email protected]>
* Update README.md
2014-10-22 Daniel Lobato <[email protected]>
* Fixes #8034 - Console support for compute resources
* Refs #8004 - rubocop line is too long
2014-10-22 Dmitri Dolguikh <[email protected]>
* Fixes #8031 - container model initialization is no longer order-dependent
2014-10-22 Daniel Lobato García <[email protected]>
* Refs #8004 - fix i18n
2014-10-21 Daniel Lobato García <[email protected]>
* Refs #8004 - i18n delete containers message
2014-10-21 Daniel Lobato <[email protected]>
* Fixes #7960 - Initial console logs support
* Fixes #7967 - Show processes running in a container
* Fixes #8003 - Wizard finish redirects to container
* Fixes #8004 - Delete managed containers
2014-10-20 David Davis <[email protected]>
* Fixes #7997 - Fixing foreign key on tags relationship for images
2014-10-20 Daniel Lobato <[email protected]>
* Fixes #7986 - Save container UUID and display managed containers
2014-10-18 Daniel Lobato <[email protected]>
* Refs #7642 - Refactor image/tag and tests
2014-10-18 David Davis <[email protected]>
* Refs #7642 - Create docker image and tag models
2014-10-17 Daniel Lobato <[email protected]>
* Refs #7977 - Chain rubocop to jenkins
2014-10-17 David Davis <[email protected]>
* Fixes #7977 - Enabling rubocop for foreman-docker
2014-10-15 Daniel Lobato <[email protected]>
* Fixes #7948 - order containers index by name
* Fixes #7895 - Deleted containers message and redirect
2014-10-13 Daniel Lobato <[email protected]>
* Fixes #7924 - Chain foreman-docker tests to Jenkins
* Fixes #7912 - Wizard path error and tests
2014-10-10 Daniel Lobato <[email protected]>
* Fixes #7893 - Restrict routes and create permissions
2014-10-09 Daniel Lobato <[email protected]>
* Rubocop support and config
* Containers wizard and index
* Controllers and engine for containers
* Clean up Gemfile and gitignore
2014-09-03 Daniel Lobato <[email protected]>
* Add docker RABL to API
* Show container info even if entrypoint is empty
* Show exposed ports in container view
2014-08-26 Dominic Cleal <[email protected]>
* Merge pull request #5 from Tombar/master
2014-08-25 Martin Loy <[email protected]>
* update gem git reference to official theforeman repo
2014-04-30 Dominic Cleal <[email protected]>
* Add RPM info
2014-04-22 Ohad Levy <[email protected]>
* updated version requirement in readme.
2014-04-09 Amos Benari <[email protected]>
* fix homepage reference and bump version
2014-04-08 Amos Benari <[email protected]>
* bump version
2014-04-08 abenari <[email protected]>
* Merge pull request #2 from domcleal/licence
* Merge pull request #1 from domcleal/master
2014-04-03 Dominic Cleal <[email protected]>
* Change licence to GPLv3+ to match Foreman
* Update to pass CR class to plugin registration
2014-03-25 Amos Benari <[email protected]>
* initial commit