316 Commits (master)

Author SHA1 Message Date
Valentin Lab b92c1e5d42 fix: do not silently pass errors when populating environment variable for running hooks. 6 years ago
Valentin Lab 9b822d0b3e fix: docker base image was wrong in image building charms having more than one layer. 6 years ago
Valentin Lab 8cbaa5356b fix: support of empty ``docker-compose`` struct in compose YAML 6 years ago
Valentin Lab 65a2714dc0 new: dev: minor tweaks to existing displayed feedbacks in networking code. !minor 6 years ago
Valentin Lab 5d3a3fde83 chg: database password file can now be stored in a different directory than host !api 6 years ago
Valentin Lab 66b9c9e57c fix: dev: moved state's temporary files for database communication in ``$state_tmpdir`` 6 years ago
Valentin Lab 7b16c07c7f fix: avoid leaking stopped containers 6 years ago
Valentin Lab 5c64645648 fix: ``wait_for_tcp_port`` would not work as expected and always succeed. 6 years ago
Valentin Lab e521d5fee9 new: store and keep compiled docker-compose and a mean to use-it for services. 6 years ago
Valentin Lab 37d5c0a43d new: ``compose`` is now to be used in a docker. 6 years ago
Valentin Lab 9f4cb01a36 chg: dev: minor comment addition, removal, and simplification. !minor 6 years ago
Valentin Lab 08f21ff10a chg: dev: delete obsolete code !minor 6 years ago
Valentin Lab 9624f3b00f fix: dev: should not need any direct connection from container to host 6 years ago
Valentin Lab 654d6733ac fix: dev: function should use ``return``, not ``exit``. 6 years ago
Valentin Lab a03ae8ba51 new: bail out when failing to read compose file and be more explicit 6 years ago
Valentin Lab 0085403e54 fix: was not compatible with ``busybox`` version of ``readlink``. 6 years ago
Valentin Lab 4b4aa5215f fix: remove warning about "static" network. 6 years ago
Valentin Lab 7a779015b0 fix: use a docker container to check for open tcp port 6 years ago
Valentin Lab 0a1d885d2f fix: improper failure if using an empty service definition in ``compose.yml`` 6 years ago
Valentin Lab 5a60c03ff9 chg: better error message and error catching upon YAML merging 6 years ago
Valentin Lab ad2a6232fd new: ``run-once`` service should not be linked as dependencies to proper ``service``. 6 years ago
Valentin Lab 72930065d6 chg: dev: factorize and cache ``get_service_type`` 6 years ago
Valentin Lab c4e8a45183 chg: dev: change the comment place !minor 6 years ago
Valentin Lab e9770aacea new: export command line information so that hooks can use it 6 years ago
Valentin Lab 189dc1daf4 new: support for type of service ``run-once`` through hook ``dc-pre-run`` and removal of auto-populated ``up``. 6 years ago
Valentin Lab cebda50840 chg: dev: always 2 newlines between 2 functions def !minor 6 years ago
Valentin Lab 47635f1b80 chg: dev: small improvement on catching errors and debugging info !minor 6 years ago
Valentin Lab 5e8c1246ba chg: dev: trap should not be set up if only sourcing the file. 6 years ago
Valentin Lab 40b173b935 new: added ``--add-compose-content, -Y YAML`` for one-time ``compose.yml`` addition. 6 years ago
Valentin Lab a024649a5f new: ``compose config`` on validation success outputs the final docker-compose file on standard output instead of standard error. 6 years ago
Valentin Lab 376c915b10 new: added ``cached_wget`` utility function to compose intended for charms to use. 6 years ago
Valentin Lab 68b1c33987 chg: dev: added idea in TODO comment !minor 6 years ago
Valentin Lab 8cc7c16062 chg: dev: cosmetic !minor 6 years ago
Valentin Lab 2d99ffa066 new: pkg: change to multifile tests. 6 years ago
Valentin Lab b460f95bf8 new: allow compose to work without any ``compose.yml`` found. 6 years ago
Valentin Lab 317f033efd chg: dev: explicitely include ``common`` 6 years ago
Valentin Lab de1087a025 fix: rogue doubling of arguments. 6 years ago
Valentin Lab c79e55e38f new: added a new ``pre_deploy`` hook for anything to do before launching docker-compose and after relations 6 years ago
Valentin Lab 364218dcdc new: ``logs`` command has a ``--tail 10`` default parameter. 6 years ago
Valentin Lab 5289fba5d4 fix: dev: remove commented out code that is very obsolete !minor 6 years ago
Valentin Lab 26347c7383 new: added ``--rebuild-relations-to-service, -R SERVICE`` to force the rebuild of relations with target service. 6 years ago
Valentin Lab 5734efecf8 more big fat changes 6 years ago
Valentin Lab 0ae997d313 big fat changes (to separate) 6 years ago
Valentin Lab fe9cfcb822 fix: ``down`` action is supported 6 years ago
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 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 6 years ago
Valentin Lab b65c5b73c7 new: added labels to attach important information from compose on running containers. 6 years ago