-
Notifications
You must be signed in to change notification settings - Fork 3
WIP: Fix/integration #6
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
Merged
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
5bde977
Adds pip workaround as in ITISFoundation/osparc-simcore#540
8b1cdc2
Flipped position of 'development' target in Dockerfile to speed up im…
9969cc1
Adds fixes for .pipcache workaround so that it does not fail in devmode
51e9ae1
renamed integration -> _osparc-simcore folder
1e2fbcc
Fixes typo in README rendering
429e5c1
Uninstalls in production stage all dev tools
c014d78
output folder has osparc-simcore-like folder structure
f9c3002
Minor: alias target in makefile and added pre-gen hook as sample
c6dd6de
Fixes test failure
816dff9
to log or not to logger ...?
ccad4cd
Added health-check command and script for service
21cbece
Minors in Makefile
13cc22f
cleaned up template Makefile and added usage in README.md
58681d4
Fixes setup naming
4419d99
Adds setup_swagger to display API documentation
9569a14
Added exceptions pckage
7fa72bd
Added microbadger badges for images
ecee135
Added banners for released docker images
794fa1c
Merge branch 'master' into fix/integration
pcrespov cf48b6e
Merge branch 'master' into fix/integration
a2e851b
Merge branch 'fix/integration' of github.com:pcrespov/cookiecutter-si…
2351d0b
updated healtcheck
8725397
Upgrading Dockerfile to deal with non-root users (ITISFoundation/ospa…
d9707cf
Updated entrypoint and boot as well as docker-compose and .dockerignor
646696f
Updated doc to underline new features
6fc2606
Adapting travis to run docker tests
ff4dc78
Added make target to build prod docker
509b53a
Disabled docker-build
db89c55
Minor fixes
870d609
Fixing app console path
174cb3e
Simplified PR message
d38f4d1
Fixes on docker configs after creating webserver and storage services
7644cd2
minor fixes and doc
cfab80f
Disabled client-sdk
7b1c450
Moved client-sdk and integration tests to keep folder
479b84c
Renamed as 'stub'
d1ef3b6
Cleaned up cookiecutter attributes list
441680c
Removed all references to docker in the Makefile
8d62a77
fix exit code
sanderegg 8a12cea
Fixes development mode in windows where docker mounts all volumes as …
pcrespov 14fc5af
literal user name instead of variable
pcrespov d1ecbe4
Changend environment variables prefix
pcrespov 9a93bb5
Minor linter
pcrespov 3f1b9e3
Fix issue when docker group name already exists
sanderegg d1ca5d6
REview: disabled all todos and other minor
pcrespov acded1f
Added test to check for tags in all generated files
pcrespov 42fa8e3
Review: reduced timeout
pcrespov 1d7bbdf
Cleanedup readme
pcrespov aa78319
Fixes test and minor changes
pcrespov bfeeb1e
fixes tests
pcrespov e4e4298
Review: commented out installed packages in Dockerfile
pcrespov 3892944
fixed TODOs
pcrespov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,32 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea to implement in the simcore plaform | ||
name: <!-- Feature request --> | ||
about: <!-- Suggest an idea to implement in the simcore plaform --> | ||
|
||
--- | ||
|
||
**USER STORY:** | ||
|
||
A clear and concise description of how the feature works and looks like from the user's perspective. | ||
<!--A clear and concise description of how the feature works and looks like from the user's perspective. | ||
|
||
Ex. I want to be able the stop the running pipeline by pressing a stop button. If the pipeline is stopped, I see a info-level message confirming it in the logger, if it fails the message should be displayed in red (error). Also, all the progress bars in the nodes must be set to 0. | ||
Ex. I want to be able the stop the running pipeline by pressing a stop button. If the pipeline is stopped, I see a info-level message confirming it in the logger, if it fails the message should be displayed in red (error). Also, all the progress bars in the nodes must be set to 0. --> | ||
|
||
**DEFINITION OF DONE:** | ||
|
||
A clear and concise description of what the feature requires. | ||
<!--A clear and concise description of what the feature requires. | ||
|
||
0. Play button turns into stop button when pipeline is running | ||
1. Stop button turns into play button when pipeline is finished | ||
2. Stop button turns into play button when pipeline is successfully stopped | ||
3. Logger displays messages everytime the play/stop button is pressed | ||
4. Progress bars are set to 0 when stopping pipeline | ||
5. Stop button has a Python interface | ||
--> | ||
|
||
**EXAMPLE:** | ||
|
||
Any file/screenshot/photomontage/video/website is provided for a better understanding of the request | ||
<!-- Any file/screenshot/photomontage/video/website is provided for a better understanding of the request | ||
|
||
Recommended tools for screen captures: | ||
- https://getgreenshot.org/ : very complete screen capture with annotation capabilities [windows only] | ||
- https://www.cockos.com/licecap/ : produces lighweight animated screen captures | ||
--> |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
# uname -s == Darwin | ||
brew install gnu-sed |
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
{ | ||
"full_name": "Your name", | ||
"github_username": "Your github username", | ||
|
||
"project_name": "Name of the project", | ||
"project_short_description": "A short description of the project", | ||
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '-') }}", | ||
"dockercompose_service_name": "{{ cookiecutter.project_slug }}", | ||
"dockercompose_service_api_port": "8080", | ||
|
||
"package_name": "simcore_service_{{ cookiecutter.project_slug|replace('-','_') }}", | ||
"distribution_name": "simcore-service-{{ cookiecutter.project_slug }}", | ||
"command_line_interface_bin_name": "{{ cookiecutter.distribution_name }}", | ||
"simcore_install_root": ["../../", "git+https://github.com/ITISFoundation/osparc-simcore.git@master"], | ||
"release_date": "{% now 'local' %}", | ||
|
||
"version": "0.1.0", | ||
"openapi_specs_version": "v{{ cookiecutter.version.split('.')[0] }}", | ||
"sdk_package_name": "simcore_{{ cookiecutter.project_slug|replace('-','_') }}_sdk", | ||
|
||
"dockercompose_service_name": "{{ cookiecutter.project_slug }}", | ||
"dockercompose_service_api_port": "8080", | ||
|
||
"enable_aiohttp_swagger": ["false", "true"], | ||
|
||
"year": "{% now 'utc', '%Y' %}", | ||
"_extensions": ["jinja2_time.TimeExtension"] | ||
} |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...tter.project_slug}}/client-sdk/codegen.sh → keep/{# client-sdk #}/codegen.sh
This file contains hidden or 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
|
||
# TODO: docker-compose -f services/docker-compose.yml up --exit-code-from={{ cookiecutter.project_name }} {{ cookiecutter.project_name }} | ||
|
||
# TODO: docker-compose -f services/docker-compose.yml up --detach {{ cookiecutter.project_name }} | ||
# test if responsive ?? | ||
|
||
# ls home | ||
# ls /devel |
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
:: cleanup settings | ||
:: | ||
:: UNDER development | ||
:: | ||
@echo OFF | ||
setlocal | ||
|
||
set HERE=%~dp0 | ||
set REPODIR=%HERE%..\ | ||
|
||
set SETTINGSPATH="%REPODIR%\.vscode\settings.json" | ||
type %SETTINGSPATH% | python -m json.tool --sort-keys > %HERE%workspace-settings.json | ||
:: TODO this should update %SETTINGSPATH% | ||
|
||
set SETTINGSPATH="%APPDATA%\Code\User\settings.json" | ||
type %SETTINGSPATH% | python -m json.tool --sort-keys > %HERE%user-settings.json |
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"atomKeymap.promptV3Features": true, | ||
"editor.formatOnPaste": true, | ||
"editor.insertSpaces": false, | ||
"editor.multiCursorModifier": "ctrlCmd", | ||
"editor.renderWhitespace": "all", | ||
"editor.tabSize": 2, | ||
"explorer.confirmDelete": false, | ||
"files.exclude": { | ||
"**/*.pyc": true, | ||
"**/.DS_Store": true, | ||
"**/.git": true, | ||
"**/.hg": true, | ||
"**/.svn": true, | ||
"**/CVS": true | ||
}, | ||
"git.enabled": true, | ||
"git.path": "%ConEmuDir%\\vendor\\git-for-windows\\cmd\\git.exe", | ||
"latex-workshop.view.pdf.viewer": "tab", | ||
"python.linting.enabled": true, | ||
"python.pythonPath": "C:\\Users\\crespo\\Miniconda3\\envs\\py3\\python.exe", | ||
"python.unitTest.unittestEnabled": true, | ||
"terminal.integrated.shell.windows": "cmd.exe", | ||
"terminal.integrated.shellArgs.windows": [ | ||
"/k", | ||
"%ConEmuDir%\\vendor\\init.bat" | ||
], | ||
"workbench.iconTheme": "vscode-icons" | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.