-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code upto v0.2.x #17
Open
harivyasi
wants to merge
63
commits into
ptrxyz:chemotion-cli
Choose a base branch
from
harivyasi:chemotion-cli
base: chemotion-cli
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Code upto v0.2.x #17
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Commands for updating an instance, v0.3
Co-authored-by: harivyasi <[email protected]>
Merge pull request #3 from mehmood86/command_ping
-this commit temporarily breaks `upgrade` till next release
now include compose file in release
- need for update is done by doing version check - version check is done by resolving online URL - version check is done only if 24 hours have elapsed since last check
Merge pull request #4 from mehmood86/console_cmd
- remove support for .env file -- needs to reimplemented as an entry in `chemotion-cli.yml` file - install and new download the latest compose file - @ptrxyz 's compose file is left as it is -- only the `ports` entry is removed - additional field accessAddress stores the URL to access ELN as it was given - status now shows container ids - instance upgrade now only replaces existing compose file with new one - bugfix in ping: now also displays the error message received - cli related settings are now in an additional cli.docker-compose.yml file - updated to go1.19
rational: it depends on the `selected` instance
- we no longer delete the ports from docker-compose.yml - only modify it to be `port`:4000 or - whatever was the previous value when upgrading - therefore docker-compose.yml is largely as it is downloaded - we check if docker-compose.cli.yml exists - if not it will be created on the fly
v0.2.0-alpha
move from 0.1.x to 0.2.0 happens automagically now
bugfix: instance name should not have period
reimplent mkdir shared in instance if not there
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See CHANGELOG.md