Ghost/core/test/unit/services
Fabien O'Carroll 2376c614b3 Fixed RPC pings (#9816)
closes #9644

- Removed google blogsearch from pingList, because it's dead (https://plus.google.com/+GoogleWebmasters/posts/46W7ZwVrwqg)
- Updated pingomatic method weblogUpdate -> weblogUpdates
- Updated RPC response handler to check for errors, log improvement
- the pingomatic service sends back a 200 even when it errors, so we
check the xml response to see if it's good, it throws and passes of to
the catch handler already in place
- Avoid multiline XML error message strings, but
includes a catch in case our regex stops working with a fallback to
multiline XML error message
- we check for arbitrary whitespace between different XML tags,
which I haven't seen in any of the responses - but it could change I
guess. I haven't added support of whitespace between the tags, as I
believe that would be a different value with XML spec. And we wanna
match on exact values here.
2018-08-23 15:20:29 +02:00
..
apps
auth
mail
permissions
routing 🔥 Removed permalink setting 2018-08-16 12:13:24 +02:00
rss Changes for Koenig and Ghost 2.0 (#9750) 2018-08-16 12:13:24 +02:00
settings 🐛 Dynamic Routing Beta: Disallow using author resource and author data key name (#9790) 2018-08-16 12:13:24 +02:00
themes 🔥 Removed permalink setting 2018-08-16 12:13:24 +02:00
url Fixed tests 2018-08-16 12:13:24 +02:00
slack_spec.js
webhooks_spec.js
xmlrpc_spec.js Fixed RPC pings (#9816) 2018-08-23 15:20:29 +02:00