Commit graph

  • 083e0e95f0 Environement variable can both comme from file and parameters master feature/stack_create_and_acl VALLEY Antoine (T0173847) 2019-07-24 09:44:03 +0200
  • bec593bf40 Fix environement variable extraction VALLEY Antoine (T0173847) 2019-07-24 09:32:29 +0200
  • 54c4cede32 Fix env file parameter VALLEY Antoine (T0173847) 2019-07-24 09:24:11 +0200
  • 42cca1ad8d - All parameters are named - Add create_stack method - Add update_stack_acl method - Add get_stack_id method Bastien Bonnefoy 2019-04-03 13:18:29 +0000
  • d526a783ec - Add create_or_update_stack method - Add proxies property based on environment variables for HTTP requests Bastien Bonnefoy 2019-03-13 18:07:14 +0000
  • b4e6dbccfb -f --> -sf feature/add_stack_creation_command VALLEY Antoine (T0173847) 2019-07-23 17:31:37 +0200
  • 6fd3767cc7 Fix env file argument VALLEY Antoine (T0173847) 2019-07-23 17:28:00 +0200
  • f67e36c5c5 Fix documenation VALLEY Antoine (T0173847) 2019-07-23 17:23:25 +0200
  • be95a415c0 Add documentation VALLEY Antoine (T0173847) 2019-07-23 17:21:50 +0200
  • 159a2f72da Fix update stack VALLEY Antoine (T0173847) 2019-07-23 16:35:09 +0200
  • 2f2bd1f2da Should work :( VALLEY Antoine (T0173847) 2019-07-23 16:29:48 +0200
  • d1b715e6f2 Don't find plac workaround :( VALLEY Antoine (T0173847) 2019-07-23 16:18:39 +0200
  • 9cf0389c58 Fuck me VALLEY Antoine (T0173847) 2019-07-23 16:00:44 +0200
  • 399fddc721 Fix log VALLEY Antoine (T0173847) 2019-07-23 15:59:25 +0200
  • eeec4733b9 Add log VALLEY Antoine (T0173847) 2019-07-23 15:57:08 +0200
  • b445963f46 Add log VALLEY Antoine (T0173847) 2019-07-23 15:47:56 +0200
  • cd2f6e3589 Try to fix plac call VALLEY Antoine (T0173847) 2019-07-23 15:44:01 +0200
  • 4e85c56f34 Try to fix plac call VALLEY Antoine (T0173847) 2019-07-23 15:40:45 +0200
  • b405cffb3e Resource id might be = 0 when admin VALLEY Antoine (T0173847) 2019-07-23 15:04:01 +0200
  • 0d614bd6a6 Fix typo + add acl creation VALLEY Antoine (T0173847) 2019-07-23 14:52:33 +0200
  • 89967f17e4 Perform update VALLEY Antoine (T0173847) 2019-07-23 14:30:56 +0200
  • 1f172f1b77 Fix bug on team VALLEY Antoine (T0173847) 2019-07-23 14:22:30 +0200
  • b7ea3532c1 Compilation fix VALLEY Antoine (T0173847) 2019-07-23 14:20:38 +0200
  • ed1835b85e Try to fix number VALLEY Antoine (T0173847) 2019-07-23 14:18:11 +0200
  • 2e90c64e1f Fix log VALLEY Antoine (T0173847) 2019-07-23 14:10:09 +0200
  • c0a77ef17d Remove logs VALLEY Antoine (T0173847) 2019-07-23 14:08:10 +0200
  • 273c294ee7 Fix compilation VALLEY Antoine (T0173847) 2019-07-23 14:07:52 +0200
  • a73c964151 Add debug trace VALLEY Antoine (T0173847) 2019-07-23 14:05:31 +0200
  • 514320eed2 Add debug trace VALLEY Antoine (T0173847) 2019-07-23 14:00:48 +0200
  • ca7513e5a9 Replace sys.exit by exceptions VALLEY Antoine (T0173847) 2019-07-23 13:55:55 +0200
  • 323e7a9d0e Fix compilation VALLEY Antoine (T0173847) 2019-07-23 13:54:00 +0200
  • cb2b814c80 Fix return + add errors VALLEY Antoine (T0173847) 2019-07-23 13:52:53 +0200
  • 2482183ad0 Fix plac annotation VALLEY Antoine (T0173847) 2019-07-23 13:42:15 +0200
  • 9ba3542a0b Fix wrong parameter name VALLEY Antoine (T0173847) 2019-07-23 13:33:29 +0200
  • b6bad759f7 Fix endpoint id mandatory to search stack by name VALLEY Antoine (T0173847) 2019-07-23 13:31:24 +0200
  • 4c864d29e8 Fix compilation VALLEY Antoine (T0173847) 2019-07-23 13:23:36 +0200
  • 71e6124e49 Fix compilation VALLEY Antoine (T0173847) 2019-07-23 13:21:40 +0200
  • 7c295ef43c Fix compilation VALLEY Antoine (T0173847) 2019-07-23 13:19:56 +0200
  • 783b6abcee Comment for test purpose VALLEY Antoine (T0173847) 2019-07-23 13:16:12 +0200
  • a2c36331db Update stack ACL command VALLEY Antoine (T0173847) 2019-07-23 13:06:51 +0200
  • 2d199c2266 Fix logs VALLEY Antoine (T0173847) 2019-07-23 09:16:32 +0200
  • ec16c32b86 Try to rework commands VALLEY Antoine (T0173847) 2019-07-22 17:29:18 +0200
  • c379b68c66 Update README with new method Bastien Bonnefoy 2019-04-03 13:18:29 +0000
  • 4b04192d2b Change manage_stack method name to be compliant with conventions Bastien Bonnefoy 2019-03-19 13:57:28 +0000
  • 77d54a0661 Fix bug with version import when installing Bastien Bonnefoy 2019-03-19 13:25:18 +0000
  • 4b9763f196 Add generic manage_stack method Bastien Bonnefoy 2019-03-19 13:17:08 +0000
  • 9b4aad8317 Add stack creation command via docker-compose file Bastien Bonnefoy 2019-03-19 12:35:02 +0000
  • 4641728b17 Add proxies property based on environment variables for HTTP requests feature/add_auto_setting_for_proxy_env_vars Bastien Bonnefoy 2019-03-13 18:07:14 +0000
  • bb34e5ef5c
    Merge pull request #2 from Ilhasoft/feature/env-file Douglas Paz 2018-12-03 15:38:22 -0300
  • 1adea2c6d6 Bump version to 0.3.0 Douglas Paz 2018-12-03 13:44:43 -0300
  • 7101e255be Update README Douglas Paz 2018-12-03 13:44:04 -0300
  • ddcc8e7887 Fix update_stack request url mount, add env-file param in update_stack, fix clear-env in update_stack Douglas Paz 2018-12-03 13:32:00 -0300
  • 5dae82b37d Update sdist task 0.2.2 Douglas Paz 2018-11-30 16:03:29 -0300
  • bb27b927f6 Bump version to 0.2.2 Douglas Paz 2018-11-30 16:00:29 -0300
  • ecd6728df2 Fix string formt compat python 2 Douglas Paz 2018-11-30 15:59:55 -0300
  • fddf664cc2 Merge 0.2.1 Douglas Paz 2018-11-29 17:33:14 -0300
  • eb867fd2a3 Update setup.py Douglas Paz 2018-11-29 17:31:44 -0300
  • 38ff11d4db Add support to python 2 Douglas Paz 2018-11-29 17:31:01 -0300
  • 31d2cc126b
    Merge pull request #1 from jonoid/fix-readme Douglas Paz 2018-10-23 11:02:54 -0300
  • cf8aabf233 Bump version to 0.2.0 0.2.0 Douglas Paz 2018-10-22 11:22:06 -0300
  • 89f5c1244e Add update_registry command Douglas Paz 2018-10-22 11:21:06 -0300
  • 62f6b5505e Fix grammar and add missing article Erick Jones 2018-10-22 10:08:14 -0300
  • 4b7ff1e1f7 Init portainer-cli project, add version 0.1.0 0.1.0 Douglas Paz 2018-10-19 14:29:13 -0300
  • 1d4caa8de7
    Initial commit Douglas Paz 2018-10-19 14:26:44 -0300