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

Ping improvements #44

Open
5 of 7 tasks
white-gecko opened this issue Jan 10, 2013 · 3 comments
Open
5 of 7 tasks

Ping improvements #44

white-gecko opened this issue Jan 10, 2013 · 3 comments

Comments

@white-gecko
Copy link
Member

Additionally to #40 following things should be improved for the Erfurt_Ping class:

  • receive() should return true or false
  • an additional method getStatusCode()
  • an additional method getTriples() which returns the new data from the source
  • receive() should not always write the received triples to the store
  • to make the pingback service usable for Erfurt standalone we have to move parts of linkeddataserver plugin to erfurt
  • specify target graph for the ping to go in options
  • add config option to also trigger onPingReceivedAgain event (onPingReceived event only triggered first time OntoWiki#90)
@ghost ghost assigned white-gecko Jan 10, 2013
@white-gecko
Copy link
Member Author

Done:

  • to make the pingback service usable for Erfurt standalone we have to move parts of linkeddataserver plugin to erfurt

@white-gecko
Copy link
Member Author

Created new branch for this issue: https://github.com/AKSW/Erfurt/tree/feature/pingback-improved

Done:

  • receive() should return true or false
  • an additional method getStatusCode() -> getReturnValue()

@white-gecko
Copy link
Member Author

Done:

  • an additional method getTriples() which returns the new data from the source -> getReceivedData()
  • receive() should not always write the received triples to the store -> set $option['write_data'] = false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant