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

Return 204 when responding head request #132

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Return 204 when responding head request #132

wants to merge 24 commits into from

Conversation

nicolasmoreau
Copy link
Contributor

views.py has been modified to avoid the execution of the generator in case of a head request ( even though the result was not sent).

Some modifications made previously in the generator for the broadening in starkb have been removed in order to use the code shared by everyone.

if update_status==1 the data for the node will be updated

This allow to manage the visibility of a node thanks to the "status" column
and if it is updated or not with the "update_status" column
remove unused imports in views.py
@ivh
Copy link
Member

ivh commented Mar 25, 2019

Hi Nicolas!

Sorry for not merging this earlier! Is there any reason not to pull all changes from your fork into the main branch?

cheers

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.

2 participants