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

persistence: file system db module #25

Merged
merged 3 commits into from Jun 2, 2017

Conversation

diegodelemos
Copy link
Member

Signed-off-by: Diego Rodriguez <diego.rodriguez@cern.ch>
@diegodelemos diegodelemos added this to the Client-Server milestone May 31, 2017
@diegodelemos diegodelemos self-assigned this May 31, 2017
@diegodelemos diegodelemos force-pushed the 24-filesystem-db branch 5 times, most recently from fa9fc3f to a74b697 Compare June 2, 2017 07:15
if REANAFS.__instance is None:
with app.app_context():
REANAFS.__instance = app.config['REANA_FS'] = open_fs(
app.config['SHARED_VOLUME_PATH'])
Copy link
Member

Choose a reason for hiding this comment

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

Please simplify, the two not needed?

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed 👍

Diego Rodriguez added 2 commits June 2, 2017 14:29
* Adds `fs` package to manage filesystem queries.

* Modifies `/workflows` endpoint to return all available workflows.

Signed-off-by: Diego Rodriguez <diego.rodriguez@cern.ch>
* Bumps `isort` version and amends import sort accordingly.
@tiborsimko tiborsimko merged commit 3ff2a4e into reanahub:master Jun 2, 2017
roksys pushed a commit to roksys/reana-workflow-controller that referenced this pull request Oct 18, 2018
* Improves REST API docs rendering. Closes reanahub#25

Signed-off-by: Rokas Maciulaitis <rokas.maciulaitis@cern.ch>
roksys pushed a commit to roksys/reana-workflow-controller that referenced this pull request Oct 18, 2018
* Improves REST API docs rendering. Closes reanahub#25

Signed-off-by: Rokas Maciulaitis <rokas.maciulaitis@cern.ch>
@ghost ghost assigned roksys Oct 18, 2018
roksys pushed a commit to roksys/reana-workflow-controller that referenced this pull request Oct 18, 2018
* Improves REST API docs rendering. Closes reanahub#25

Signed-off-by: Rokas Maciulaitis <rokas.maciulaitis@cern.ch>
roksys pushed a commit to roksys/reana-workflow-controller that referenced this pull request Oct 18, 2018
* Improves REST API docs rendering. Closes reanahub#25

Signed-off-by: Rokas Maciulaitis <rokas.maciulaitis@cern.ch>
roksys pushed a commit to roksys/reana-workflow-controller that referenced this pull request Oct 18, 2018
Signed-off-by: Dinos Kousidis <dinos.kousidis@cern.ch>

docs: improve sphinxcontrib-openapi rendering

* Improves REST API docs rendering. Closes reanahub#25

Signed-off-by: Rokas Maciulaitis <rokas.maciulaitis@cern.ch>
roksys pushed a commit to roksys/reana-workflow-controller that referenced this pull request Oct 19, 2018
* Improves REST API docs rendering. Closes reanahub#25

Signed-off-by: Rokas Maciulaitis <rokas.maciulaitis@cern.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

persistence: implement api for consulting data
3 participants