Skip to content

Releases: ErnestOrt/Trampoline

Restart Running Instance

02 Mar 20:59
2af1d81
Compare
Choose a tag to compare

This release comes from @jtwalraven . Thanks for your time, proactivity and simple/clean actions!

This is for you: 🥇

Main Goal

The main goal of this release is to provide the possibility to restart a running instance.

Minor Goals

Shutdown instance button with power-off icon.

image

Dedicated Release to 150th Stargazer!

23 Feb 21:52
b518968
Compare
Choose a tag to compare

@salman-khandu You will always be remembered as the star 150th!! You deserved it!! ;))

HappyCoding mate!!

Minor fix Windows environments

11 Feb 15:57
b518968
Compare
Choose a tag to compare

This minor release comes from @jtwalraven, who fixes issues on Windows environments where the Maven location is not set.

This is for you mate! 🥇

Checkout Branch, Pull Code and Restart Instances

25 Sep 11:25
Compare
Choose a tag to compare

This feature comes from feedback provided by @72MiguelGomes on ticket #20. Thanks for proposing enhancements!

Main Goal

The main goal of this release is to provide an integration with git, to allow pull the new code and restart instances from services we are not working on that moment but we need the latest version.

Started instances with old version will not be able to be restarted

Minor Goals

  • Ability to edit registered microservices
  • Improving error notifications

trampoline_361

GIT information for deployed instances

21 Sep 09:26
Compare
Choose a tag to compare

Main Goal

Adding GIT information for deployed instances:

  • Current git branch
  • Last commit

trampoline-git-info

Minor fix on removing microservice

14 Sep 19:07
Compare
Choose a tag to compare

Main Goal

When removing microservice, microservice id must be removed also from groups it was present.

Launching a microservices group

11 Sep 10:53
Compare
Choose a tag to compare

Main Goal

The main goal of this release is to be able to register and launch a set of microservices with one click.

trampolinev3 5

Executable flag to gradle *nix wrappers

02 Sep 13:36
Compare
Choose a tag to compare

First of all, appreciate pull request done by @davidecavestro, this minor release comes from his time.

Main Goal

Added executable flag to gradle *nix wrappers

Start Trampoline using Gradle

01 Sep 16:06
Compare
Choose a tag to compare

Main goal

Right now, you can use well known commands mvn spring-boot:run or ./gradlew (or gradlew.bat) bootRun to start Trampoline.

Gradle compatibility

30 Aug 17:56
Compare
Choose a tag to compare

Main Goals

  • From now on, you can use a Gradle wrapper to start your Spring Boot instances.

  • Improvement on settings section with modal containing registered service information.

trampolinev3_3