34a209f336
Release version v1.2.12
v1.2.12
2022-10-08 01:33:45 -05:00
48b6ee2b52
Update dependencies
2022-10-08 01:33:00 -05:00
b846207943
Release version v1.2.11
v1.2.11
2022-09-21 15:18:07 -05:00
1be936e1fe
Allow device spec
2022-09-21 13:20:34 -05:00
6866ed165b
Release version v1.2.10
v1.2.10
2022-09-05 23:51:51 -05:00
2a6e631cc6
Update: only recreate container if image was actually updated
2022-09-05 23:51:29 -05:00
72d9ec61c2
Release version v1.2.9
v1.2.9
2022-08-19 11:31:45 -05:00
a5e569fb74
Clean up cdata locking paradigm
...
Using this pattern: https://levelup.gitconnected.com/channels-inside-channels-pattern-in-golang-3d0e73a545cc
Thanks to the author, I learned something.
2022-08-19 11:30:24 -05:00
cc89ee46eb
Release version v1.2.8
v1.2.8
2022-08-18 22:29:32 -05:00
5bae0cf90c
Ensure cdata is locked in a few cases
2022-08-18 22:29:15 -05:00
7a42607a1a
Update deps
2022-08-18 22:28:59 -05:00
dcdc830ef0
Release version v1.2.7
v1.2.7
2022-08-17 10:22:01 -05:00
ca5f956ef2
Complete linting for whole project
2022-08-17 10:21:46 -05:00
b91eb62c34
Huge amount of linting
...
Linting
2022-08-17 02:25:12 -05:00
9c27d0e6f5
Release version v1.2.6
v1.2.6
2022-08-16 00:57:40 -05:00
4caabc0327
Execute: probable bikeshedding
2022-08-16 00:57:27 -05:00
e3aa4c2ad2
Release version v1.2.5
v1.2.5
2022-08-15 02:32:44 -05:00
4d1aa7117c
Implement locking on cdata
2022-08-15 02:32:27 -05:00
ee6abfd1bb
Make wasRunning a bool
2022-08-15 01:06:05 -05:00
3054f40223
Release version v1.2.4
v1.2.4
2022-08-14 00:12:15 -05:00
de2fe4124b
ls: add group column
2022-08-14 00:11:37 -05:00
7de59805bf
Release version v1.2.3
v1.2.3
2022-08-13 23:12:38 -05:00
f09272d4a3
Misc cleanup
2022-08-13 23:10:33 -05:00
71f830887e
Abort a bad idea
2022-08-13 22:52:31 -05:00
50cb8543f7
WIP - broken compile
2022-08-13 16:53:57 -05:00
94892c3604
import alias
2022-08-13 13:09:48 -05:00
f76d721a5a
Release version v1.2.2
v1.2.2
2022-08-13 12:52:52 -05:00
288dc71490
execute: use goroutines + mutex to more efficiently serialize non-async cases
2022-08-13 12:52:28 -05:00
46ad4e6d87
Release version v1.2.1
v1.2.1
2022-08-13 02:32:42 -05:00
54b9bae673
Fix container.Reorder
2022-08-13 02:32:31 -05:00
7cd28a38a2
Release version v1.2.0
v1.2.0
2022-08-12 21:24:16 -05:00
74bbc9dad8
Implement rudimentary dependency model with start_order
...
Any container definitions in ccl.toml can be given a `start_order` tag
(integer). It is recommended to not put a start_order unless a container
depends on another one (e.g. synapse needs postgres), in which case all
dependents and dependees should be given a `start_order`, with dependees
having a lower number than their dependents. It is guaranteed that the
dependees will be started first, although the container startup
procedure is outside of our control. Containers without a `start_order`
will have their operations applied asynchronously, but those with
a start order are started, well, in order from lowest to highest. "Stop"
operations are applied in the reverse order.
2022-08-12 21:16:55 -05:00
12b7438b25
Release version v1.1.13
v1.1.13
2022-08-01 00:06:17 -05:00
38099a8f2d
Supress making netns symlinks when using host networking
2022-08-01 00:06:06 -05:00
fa8c732599
Release version v1.1.12
v1.1.12
2022-07-31 18:59:32 -05:00
be88a1700b
Add port mapping and netns container fields
2022-07-31 18:59:22 -05:00
793e87043c
Release version v1.1.11
v1.1.11
2022-07-31 13:37:19 -05:00
07492e04b1
Add Expose{Tcp,Udp} to container def
2022-07-31 13:37:05 -05:00
e56d2c12d2
Rename getAndExecute -> execForEach
2022-07-31 00:57:18 -05:00
c347bd9311
Release version v1.1.10
v1.1.10
2022-07-31 00:21:31 -05:00
158e4353f4
Rename the special 'disabled' category to '.'
2022-07-31 00:21:17 -05:00
c3044b02ae
Release version v1.1.9
v1.1.9
2022-07-30 14:27:03 -05:00
0fbb9fdec1
Improve logging and output formatting with CommandSet
2022-07-30 14:26:23 -05:00
e2bec45a90
Release version v1.1.8
v1.1.8
2022-07-29 23:07:35 -05:00
4f78efe42c
Multithread all libpod actions
2022-07-29 23:07:19 -05:00
515929fd8f
Fix container.Update
2022-07-29 23:06:31 -05:00
82aa749928
Release version v1.1.7
v1.1.7
2022-07-29 22:13:21 -05:00
10bb8b9d68
show does not need connection
2022-07-29 22:13:01 -05:00
d58402ab6f
Allow for connection failures for some commands
2022-07-29 22:10:12 -05:00
dd7adc00e1
Logging: show abbreviated id
2022-07-29 22:09:51 -05:00