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

904 fix automatic ontology status view #933

Merged
merged 5 commits into from
Jun 29, 2014

Conversation

0robustus1
Copy link
Contributor

Shall fix #904, by performing automatic state-update polling for ontologies/ontology-versions again.

It will also work with multiple state-fields on one page (for example the one in the ontology-navigation/info and the multiple ones in the versions list).

Integration test may follow later once we have cucumber and cucumber working with js-support.

status_tag wrap the status-helpermethod. It provides
the information which is necessary for the automatic
polling status updater.
state poller should now be functional again.
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 04ec8b3 on 904-fix_automatic_ontology_status_view into * on staging*.

Instead of calling enqueue inside of the loop (so for every turn every
element gets a new enqueue for all elements, we enqueue updates
element-wise.

Later on we could even further optimize that by using
ontology_version_id to only poll for each version once per 'tick'.
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 3771534 on 904-fix_automatic_ontology_status_view into * on staging*.

@SGraef
Copy link
Member

SGraef commented Jun 27, 2014

👍

0robustus1 added a commit that referenced this pull request Jun 29, 2014
…s_view

904 fix automatic ontology status view
@0robustus1 0robustus1 merged commit 5d1d579 into staging Jun 29, 2014
@0robustus1 0robustus1 deleted the 904-fix_automatic_ontology_status_view branch June 29, 2014 10:13
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.

Fix automatic ontology status updating in views
3 participants