1. 30 Aug, 2023 1 commit
  2. 16 Aug, 2023 1 commit
  3. 20 May, 2023 1 commit
  4. 11 Apr, 2023 1 commit
  5. 08 Feb, 2023 1 commit
  6. 31 Jan, 2023 1 commit
  7. 27 Jan, 2023 1 commit
  8. 19 Jan, 2023 1 commit
  9. 12 Jan, 2023 1 commit
  10. 16 Dec, 2022 1 commit
  11. 15 Dec, 2022 1 commit
    • Szymon Zimnowoda's avatar
      Sz/qnd twitter limiting · 3a2b1cd1
      Szymon Zimnowoda authored
      Added uniqueId for PluginRun, that, if set will enforce one and only one plugin with given id be running.
      It's a QnD workaround for twitter API rate limiting.
      3a2b1cd1
  12. 26 Oct, 2022 1 commit
  13. 28 Sep, 2022 1 commit
  14. 15 Sep, 2022 1 commit
  15. 08 Sep, 2022 1 commit
  16. 05 Sep, 2022 1 commit
    • Szymon Zimnowoda's avatar
      Use workspaces · 9d2548f1
      Szymon Zimnowoda authored
      Split the code to bin and lib
      bin - use lib and start webserver
      lib - whole pod business logic
      9d2548f1
  17. 30 Aug, 2022 2 commits
  18. 25 Aug, 2022 1 commit
  19. 15 Aug, 2022 2 commits
  20. 15 Jul, 2022 2 commits
    • Szymon Zimnowoda's avatar
      fixes after rebase · 43934b9e
      Szymon Zimnowoda authored
      43934b9e
    • Szymon Zimnowoda's avatar
      Added trigger functionality · e593196e
      Szymon Zimnowoda authored
      Added webserverUrl property to PluginRun, to allow reaching the plugin
      webservers in all supported configurations.
      Reminder, current configurations POD and Plugins can run is:
      POD on host, plugin in docker (using host networking)
      POD in docker, plugin in docker (using custom user network)
      POD in docker, plugin under kubernetes (using DNS to resolve plugin address)
      fix trigger endpoint in test, use 8008 port for localhost plugins
      e593196e
  21. 13 Jul, 2022 1 commit
  22. 04 Apr, 2022 2 commits
  23. 28 Mar, 2022 1 commit
  24. 08 Oct, 2021 2 commits
  25. 21 Jun, 2021 2 commits
    • Vasili Novikov's avatar
      Implement /search by all item properties · 7fbfeaa3
      Vasili Novikov authored
      7fbfeaa3
    • 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
  26. 19 Jun, 2021 2 commits
  27. 04 May, 2021 1 commit
  28. 29 Apr, 2021 1 commit
  29. 09 Apr, 2021 5 commits