Skip to content
Snippets Groups Projects
  1. Apr 02, 2021
  2. Jan 12, 2021
  3. Jan 05, 2021
  4. Dec 01, 2020
  5. Nov 30, 2020
  6. Nov 25, 2020
  7. Nov 10, 2020
  8. Oct 21, 2020
  9. Oct 05, 2020
  10. Oct 01, 2020
  11. Sep 30, 2020
    • Christian Tzolov's avatar
    • David Turanski's avatar
      Support remote debug host:port syntax for Java 9 and above · 97a0bba9
      David Turanski authored
       - Add DebugAddress helper to validate and parse the (legacy) debug-port and debug-address. Later has precedence.
       - Streamline the CommandBuilder implementation ensuring that the Java and Docker specific code runs inside the command builder and is not spilled out to the AbstractLocalDeployerSupport or AppLocalDeployer.
       - Update affected tests (also migrate those to JUnit5).
       - Improve code cohesion and remove death code.
      
       - Change GUID from 'port' to 'deployerId-index'.
       - Allow the Docker and Java command builder use different port range. Needed to allow in-container Skipper to operate with both maven and docker resources.
      97a0bba9
  12. Sep 24, 2020
  13. Sep 21, 2020
  14. Sep 18, 2020
  15. Aug 26, 2020
    • Janne Valkealahti's avatar
      Use both stderr and stdout · 753dc867
      Janne Valkealahti authored
      - When getting logs for stream and task apps we used
        to just read stderr if it had some content which
        is a bit problematic as stderr may have some content
        which is not a real error.
      - This i.e. happens with JAVA_TOOL_OPTIONS env variable.
      - Now simply getting both.
      - Fixes #193
      753dc867
    • Janne Valkealahti's avatar
      Remove samples · 0cb92177
      Janne Valkealahti authored
      - Fixes #194
      0cb92177
  16. Aug 19, 2020
    • Janne Valkealahti's avatar
      Add startup/health probes for stream apps (#192) · 670a94ef
      Janne Valkealahti authored
      * Add startup/health probes for stream apps
      
      - Adding an optional startup probe which simply checks
        2xx return code to mark when new app goes from deploying
        to deployed.
      - Adding an optional health probe which simply checks
        2xx return code to mark when running app is marked either
        deployed or failed.
      - Essentially adding `startup-probe.path` and `health-probe.path`
        with very minimal functionality but allows to easily add
        more features in future if needed.
      - Together these allow to do failed stream update locally as
        previously it has only been possible in cf/k8s.
      - Fixes #189
      
      * Add javadocs
      670a94ef
  17. Aug 14, 2020
  18. Aug 04, 2020
  19. Jul 30, 2020
  20. Jul 29, 2020
  21. Jul 23, 2020
  22. Jun 10, 2020
  23. Jun 08, 2020
  24. May 05, 2020
  25. May 01, 2020
  26. Apr 17, 2020
  27. Apr 08, 2020
  28. Mar 18, 2020
  29. Feb 05, 2020
Loading