Valentin Lab
6895cac416
new: ``charm`` ressources should be read only
6 years ago
Valentin Lab
97d6535943
new: ``charm`` and ``service`` are cleanly separated concepts now
``charm`` is the general recipes. ``service`` is a practical
functionality that will (if not subordinated) spawn a docker container.
In your compose file, you define services that will apply some general
rules borrowed from ``charm``s. Different services can link to the same
charm.
6 years ago
Valentin Lab
bdcc563f9d
chg: unindent code for cosmetic reasons !minor
6 years ago
Valentin Lab
85561d3e19
new: adding function ``get_running_containers_for_service``.
6 years ago
Valentin Lab
9db40baeab
chg: dev: ``get_docker_ip`` should give all IP and not filter only to temporary network
Indeed as the database container might already be launched on another
network before any script is launched. We can use this instance with
this modification.
6 years ago
Valentin Lab
b65c5b73c7
new: added labels to attach important information from compose on running containers.
6 years ago
Valentin Lab
0c532ae6a1
fix: incorrect use of \' in ``trap_add``.
6 years ago
Valentin Lab
2164311f10
new: database query now support new networks in docker.
6 years ago
Valentin Lab
4c89f1c304
fix: use remainder arguments for all services commands
6 years ago
Valentin Lab
1ebefc6735
fix: better error reporting when ``shyaml`` fails not for syntax reasons.
6 years ago
Valentin Lab
bab67d0ee6
new: support of ``docker-compose.yml`` v2.0
7 years ago
Valentin Lab
cb07918d8d
chg: dev: whitespaces !cosmetic
7 years ago
Valentin Lab
b0fc018f0a
fix: dev: ensure to exit after error
7 years ago
Valentin Lab
1d4d439808
new: dev: ``YAML`` merge error have better reporting
7 years ago
Valentin Lab
17f4b6f801
chg: dev: factored array functions out !cosmetic
7 years ago
Valentin Lab
f2e9041fb7
fix: actions would fail on 'charm.run_relation_action' missing.
This is due to the fact that ``stdbuf`` will try to find a direct
process to launch. We must launch bash to make sense of exported
functions.
8 years ago
Valentin Lab
fea23e64a7
new: added ``get_docker_ip``, ``wait_docker_ip``, ``docker_add_host_declaration``.
8 years ago
Valentin Lab
9ef232e9b8
new: new hook ``post_deploy``.
8 years ago
Valentin Lab
07bb0775fd
new: [up] force ``-d`` option.
This will be required to allow special post-up scripts.
8 years ago
Valentin Lab
4203cfd3a9
new: added access to paths of target and base charm for relation scripts.
9 years ago
Valentin Lab
5f92d8b768
chg: removed old ``hooks.d/*.sh`` script support.
9 years ago
Valentin Lab
700445f0f6
new: [graph] new command.
9 years ago
Valentin Lab
128b4b5862
chg: dev: minor cosmetic changes or code deletion. !minor
9 years ago
Valentin Lab
f1d165765d
chg: dev: refactor out ``setup_host_resource``.
9 years ago
Valentin Lab
a16a806776
new: catch error earlier. !minor
9 years ago
Valentin Lab
12e5000866
chg: dev: use charm lib
9 years ago
Valentin Lab
fe7946e7b9
chg: dev: be more explicit on error message. !minor
9 years ago
Valentin Lab
dbba0b1d89
new: ``host-resources`` implementation.
9 years ago
Valentin Lab
9d55b35f44
fix: dev: multiple typos corrected, an export on ``relation-target-compose-get`` fixed.
9 years ago
Valentin Lab
2de919b456
new: dev: provided new ``image_exposed_ports_0`` function for charms.
9 years ago
Valentin Lab
6b1bf0c108
new: config file location have changed.
Still supporting hold locations.
9 years ago
Valentin Lab
45fa041026
new: added ``get_service_base_image_dir_uid_gid``.
9 years ago
Valentin Lab
47461d5111
fix: did not check correctly when errorlevel could not be collected.
9 years ago
Valentin Lab
60be3bc702
new: provide ``$DOCKER_HOST_NET`` and ``$DOCKER_HOST_IP``.
9 years ago
Valentin Lab
2256c294ba
new: actually prints help and version with corresponding master options.
9 years ago
Valentin Lab
84002aba02
fix: bogus detection of docker-compose arguments.
9 years ago
Valentin Lab
d5f6a747d2
new: database library provided to charm.
9 years ago
Valentin Lab
4bc4d3edbd
fix: dev: cosmetic !minor
9 years ago
Valentin Lab
1f86ceb968
new: replaced ``gen_passwd`` by a much more quicker implementation.
9 years ago
Valentin Lab
46563cb190
chg: dev: moved function around. !minor
9 years ago
Valentin Lab
82aa3224c2
fix: clean message in case kal-shlib-core is not there.
9 years ago
Valentin Lab
5723aca37b
new: dev: renamed ``$RELATION_CHARM`` to ``$RELATION_BASE_CHARM`` for consistency.
9 years ago
Valentin Lab
d2cf2bd9b0
new: dev: new todo item. !minor
9 years ago
Valentin Lab
da16c41197
fix: cosmetic fixes. !mimor
9 years ago
Valentin Lab
f11df8662e
new: added ``$IMAGE_NAME`` and ``$CONTAINER_NAME`` for hooks.
9 years ago
Valentin Lab
0f5bb09160
new: dev: inheritance is like going up a relation, no need to double it.
9 years ago
Valentin Lab
2e40e88b83
new: more information on the origin of the action found for custom charm action.
9 years ago
Valentin Lab
d5e65e0968
fix: new cosmetic changes. !minor
9 years ago
Valentin Lab
c0020f82a9
new: correctly implement the arguments pass-through to docker-compose.
9 years ago
Valentin Lab
0e10020e91
fix: cosmetic improvements !minor
9 years ago