typedb / typedb-common

TypeDB Common Libraries and Scripts
GNU Affero General Public License v3.0
7 stars 14 forks source link

Fix TypeDB Windows Launcher UX #144

Closed jamesreprise closed 1 year ago

jamesreprise commented 1 year ago

What is the goal of this PR?

We can now launch TypeDB from any folder in Windows (provided TypeDB has been added to the user's environment). TypeDB also gets launched in a new window, which the user can freely close or quit via Ctrl+C without interruption once they are finished.

Fixes https://github.com/vaticle/typedb/issues/6780 Fixes https://github.com/vaticle/typedb/issues/6781

What are the changes implemented in this PR?

We've refactored 'typedb.bat' to use the absolute path rather than relative, allowing the command to be used from anywhere. We've added the keyword start before running the server via Java. This launches the server in a new window.

typedb-bot commented 1 year ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture

jamesreprise commented 1 year ago

We have been sure to receive the @izmalk seal of approval as he was the original discoverer of the linked issues!