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

cli: add analysis seeding option #20

Merged
merged 1 commit into from
Oct 19, 2017

Conversation

diegodelemos
Copy link
Member

@diegodelemos diegodelemos commented Oct 6, 2017

@diegodelemos diegodelemos added this to the Client-Server milestone Oct 6, 2017
@diegodelemos diegodelemos self-assigned this Oct 6, 2017
@@ -1,182 +1,246 @@
{
"definitions": {},
"definitions": {},
Copy link
Member Author

Choose a reason for hiding this comment

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

@hjhsalo do you remember something related with trailing spaces when generating OpenAPI specs? it rings a bell that you solved it or you know how to solve it.

For some reason RS does it but RWC does not and the diff shows nothing. It is just a quick question if you don't remember straight away I will find out 🙃

$ diff ~/reana/reana-server/scripts/generate_openapi_spec.py \
       ~/reana/reana-workflow-controller/scripts/generate_openapi_spec.py
38c38
< __title__ = "REANA Server"
---
> __title__ = "REANA Workflow Controller"
41c41
< __api_description__ = "Submit workflows to be run on REANA Cloud"
---
> __api_description__ = "Submit and manage workflows"

Copy link
Contributor

@hjhsalo hjhsalo left a comment

Choose a reason for hiding this comment

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

LGTM

Disclaimer: Just reviewed code. Didn't test with live REANA Cluster.

@hjhsalo
Copy link
Contributor

hjhsalo commented Oct 18, 2017

For reana_client/api/client.py#L45 see comment in reana-server/pull/11

* Adds a redundant field `file_name` since bravado client doesn't
  propagate the file name. Waiting for Yelp/bravado-core#201 to be
  implemented.

Signed-off-by: Diego Rodriguez <diego.rodriguez@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.

None yet

2 participants