Skip to content
Snippets Groups Projects
  1. Jun 10, 2021
  2. May 28, 2021
  3. May 14, 2021
  4. May 13, 2021
  5. May 10, 2021
  6. May 07, 2021
  7. Apr 28, 2021
  8. Apr 27, 2021
  9. Apr 26, 2021
  10. Apr 05, 2021
  11. Apr 03, 2021
  12. Apr 02, 2021
  13. Jan 12, 2021
  14. Jan 05, 2021
  15. Dec 01, 2020
  16. Nov 30, 2020
  17. Nov 25, 2020
  18. Nov 10, 2020
  19. Oct 21, 2020
  20. Oct 05, 2020
  21. Oct 01, 2020
  22. 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
  23. Sep 24, 2020
  24. Sep 21, 2020
  25. Sep 18, 2020
  26. 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
  27. 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
  28. Aug 14, 2020
  29. Aug 04, 2020
Loading