1. 04 Apr, 2022 2 commits
  2. 01 Apr, 2022 1 commit
  3. 28 Mar, 2022 1 commit
  4. 20 Mar, 2022 1 commit
  5. 16 Nov, 2021 1 commit
  6. 18 Oct, 2021 1 commit
  7. 09 Sep, 2021 1 commit
  8. 13 Aug, 2021 1 commit
  9. 23 Jun, 2021 1 commit
  10. 21 Jun, 2021 2 commits
    • Vasili Novikov's avatar
      Fix code review questions · 585a2f8d
      Vasili Novikov authored
      585a2f8d
    • Vasili Novikov's avatar
      Update PluginRun / StartPlugin item · ab4c3ffa
      Vasili Novikov authored
      * Rename StartPlugin -> PluginRun
      * Rename PluginRun.container -> PluginRun.containerImage
        This terminology is technically better as docker runs
        container _images_ in _containers_.
      * Reset database (via name change) due to breaking
        change in migration files content.
        (This could be avoided, but no need for now.)
      * Update v3 -> v4 because a rename is a breaking change
      ab4c3ffa
  11. 20 Jun, 2021 1 commit
  12. 19 Jun, 2021 2 commits
  13. 09 Jun, 2021 1 commit
  14. 08 Jun, 2021 1 commit
  15. 07 May, 2021 3 commits
  16. 06 May, 2021 1 commit
  17. 05 May, 2021 2 commits
  18. 03 May, 2021 1 commit
  19. 09 Apr, 2021 8 commits
  20. 30 Nov, 2020 1 commit
  21. 07 Oct, 2020 1 commit
  22. 14 Sep, 2020 1 commit
  23. 12 Sep, 2020 1 commit
  24. 11 Sep, 2020 1 commit
  25. 10 Sep, 2020 1 commit
  26. 21 Aug, 2020 1 commit
  27. 06 Aug, 2020 1 commit
    • Vasili Novikov's avatar
      Improve/fix environment variables for Pod/services · 466760fa
      Vasili Novikov authored
      This will differentiate the address on which Pod listens to requests,
      and the Pod address that services will see in order to make the callback.
      
      This commit only formalizes the difference and makes it clearer,
      it was partly already the case before.
      
      Additionally, default port value of 3030 was moved to a constant,
      and docs were improved.
      466760fa