Skip to content
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

Move wflow_cli code from GitLab #295

Merged
merged 8 commits into from
Jul 28, 2023
Merged

Move wflow_cli code from GitLab #295

merged 8 commits into from
Jul 28, 2023

Conversation

JoostBuitink
Copy link
Contributor

Issue addressed

Fixes #274

Explanation

Copied code from GitLab to a build folder. Followed the structure from Ribasim.jl, also to allow for easier adding a libwflow in the future.

Checklist

  • Updated tests or added new tests
  • Branch is up to date with master
  • Tests & pre-commit hooks pass
  • Updated documentation if needed
  • Updated changelog.md if needed

Additional Notes (optional)

The code to create the installer is also included in the build folder. This code can be used by TeamCity to build the installers.

@JoostBuitink JoostBuitink linked an issue Jul 27, 2023 that may be closed by this pull request
@@ -0,0 +1,28 @@
# ensure both projects are up to date
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this file needed? We could just call create_app directly (as we do in Ribasim).

Copy link
Contributor Author

@JoostBuitink JoostBuitink Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looked like this was the original file that was used to do the building (as we need/expect the test data to be there, for precompiling). I now merged this code into the create_app script

build/wflow_cli/Project.toml Outdated Show resolved Hide resolved
@@ -0,0 +1,11 @@
FROM julia:1.8.2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to use 1.9 here.

build/wflow_cli/Dockerfile Outdated Show resolved Hide resolved
.gitignore Outdated
@@ -21,3 +21,6 @@
/dev/
/test/data/
/tmp/

# Build files
/build/create_binaries/wflow_cli/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many files are missing EOF (blank line at end of file), indicated by the red sign.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for spotting this. It should be fixed now!

build/create_binaries/README.md Outdated Show resolved Hide resolved
build/create_binaries/create_app.jl Outdated Show resolved Hide resolved
@evetion evetion self-requested a review July 28, 2023 11:56
@evetion evetion merged commit e173343 into master Jul 28, 2023
11 checks passed
@visr visr deleted the merge_cli branch September 27, 2023 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

merge wflow_cli from gitlab to github
2 participants