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

[ENH] Integration testing for MRIQCWebAPI #520

Merged
merged 42 commits into from Jun 1, 2017

Conversation

oesteban
Copy link
Member

No description provided.

@oesteban oesteban added the WIP label May 25, 2017
@oesteban oesteban mentioned this pull request May 25, 2017
circle.yml Outdated
- pip install docker-compose
- pushd $HOME; git clone https://github.com/poldracklab/mriqcwebapi.git; pushd mriqcwebapi; git checkout 0.1.0; popd; popd
- docker-compose -f $HOME/mriqcwebapi/dockereve-master/docker-compose.yml build
- docker-compose -f $HOME/mriqcwebapi/dockereve-master/docker-compose.yml up -d
Copy link
Collaborator

Choose a reason for hiding this comment

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

I've used port 80 on circle successfully with Neurovault. We also use the following lines to get better log outputs and check if the server got up correctly:

- docker-compose --verbose up -d && sleep 50
- curl --retry 10 --retry-delay 15 -vkf http://localhost

@oesteban
Copy link
Member Author

How is the query to retrieve all the current records in the database?

@chrisgorgo
Copy link
Collaborator

/T1w and /bold. The results are paged.

@oesteban oesteban added RTM and removed WIP labels May 31, 2017
@oesteban
Copy link
Member Author

@chrisfilo, this is good to go. Do you want to take a look before merge?

@chrisgorgo chrisgorgo merged commit 91368d1 into nipreps:master Jun 1, 2017
@oesteban oesteban deleted the enh/508 branch June 1, 2017 01:04
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.

None yet

2 participants