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