Ghost/core/server
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
..
adapters
api Fixed tests 2018-08-16 12:13:24 +02:00
apps
config
data Optimised fixture replacement migration script (#9812) 2018-08-22 13:35:58 +02:00
helpers Changed comments and deprecation notes 2018-08-16 12:13:24 +02:00
lib Changed comments and deprecation notes 2018-08-16 12:13:24 +02:00
models 🐛 Added logic to avoid updating the updated_at and updated_by field when migrating (#9814) 2018-08-22 13:57:12 +02:00
public
services Fixed RPC pings (#9816) 2018-08-23 15:20:29 +02:00
translations Changed maintenance messages 2018-08-16 12:13:24 +02:00
views
web Fixed express router reference after routes.yaml refresh 2018-08-16 12:13:24 +02:00
analytics-events.js
filters.js
ghost-server.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00
index.js Added timeout before exiting the process 2018-08-16 12:13:24 +02:00
overrides.js
update-check.js