Renovate Bot
73c8edd03b
Update dependency @tryghost/url-utils to v0.6.15
2020-03-27 04:24:17 +00:00
Renovate Bot
92adad098c
Update dependency @tryghost/string to v0.1.7
2020-03-27 02:16:31 +00:00
Renovate Bot
fb5d6e94a8
Update dependency @tryghost/social-urls to v0.1.7
2020-03-27 00:43:20 +00:00
Renovate Bot
9ad7ad22a7
Update dependency @tryghost/html-to-mobiledoc to v0.6.5
2020-03-26 23:17:01 +00:00
Renovate Bot
50f67cf0dd
Update dependency @tryghost/helpers to v1.1.24
2020-03-26 21:30:56 +00:00
Renovate Bot
06df6e5799
Update dependency node-jose to v1.1.4
2020-03-26 19:17:47 +00:00
Renovate Bot
ad09d2902a
Update dependency @sentry/node to v5.15.2
2020-03-26 17:29:21 +00:00
Renovate Bot
1f013190f1
Update dependency @tryghost/string to v0.1.6
2020-03-26 16:50:43 +00:00
Daniel Lockyer
23eb3e7c14
Added missing semicolon
...
no issue
2020-03-26 16:45:33 +00:00
Daniel Lockyer
8f935fe8ae
Fixed Slack service throwing error when post is empty
...
fixes #11694
- if the post contained no body, the `.replace` would throw an error
- converted to an if-statement instead of doing `|| ''` because there
would be a floating full-stop
2020-03-26 16:38:30 +00:00
Daniel Lockyer
4f01bb34f9
Switched Sentry to use helper file for Ghost version
...
no issue
2020-03-26 15:35:46 +00:00
Daniel Lockyer
1acbe3e51a
Corrected Sentry organization and project
...
no issue
2020-03-26 14:58:50 +00:00
Daniel Lockyer
120bfe1295
Version bump to 3.12.1
2020-03-26 14:29:12 +00:00
Daniel Lockyer
ac3e18c080
Updated Ghost-Admin to 3.12.1
2020-03-26 14:29:12 +00:00
Daniel Lockyer
9f8aff7462
Updated Casper to 3.0.11
2020-03-26 14:29:11 +00:00
Renovate Bot
ded7bbc819
Update dependency @tryghost/errors to v0.1.1
2020-03-26 13:21:21 +00:00
Daniel Lockyer
3722293392
Pinned dependencies
...
no issue
2020-03-26 13:20:23 +00:00
Renovate Bot
5e40078591
Update dependency @sentry/node to v5.15.1
2020-03-26 10:37:54 +00:00
Daniel Lockyer
c7baed9e1f
Updated Renovate config with latest presets
...
no issue
2020-03-26 07:50:30 +00:00
Daniel Lockyer
e18bbb7053
Configured Renovate to automerge patches from branch
...
no issue
2020-03-25 20:37:24 +00:00
Kevin Ansfield
1ee1e68adf
Replaced mobiledoc cards with @tryghost/kg-default-cards
...
no issue
- moved card definitions to a new library `@tryghost/kg-default-cards`
- moved `createCard` factory function to a new library `@tryghost/kg-card-factory`
2020-03-25 19:54:11 +00:00
Renovate Bot
a5b14419af
Update dependency eslint-plugin-ghost to v1.0.1
2020-03-25 18:31:55 +00:00
Daniel Lockyer
2fe0b79f3a
Enabled CI on Renovate branches
...
no issue
- enables CI on Renovate branches
- puts in a check to avoid CI for pull requests from Renovate to stop
double builds
2020-03-25 18:30:11 +00:00
Hannah Wolfe
d9dfdd775e
Replaced image manipulation w/ @tryghost/image-transform ( #11687 )
...
- moved image.manipulation lib to a new package called @tryghost/image-transform
- new package has an updated API signature, so the method calls have changed but the underlying code is identical
- removed the optional sharp dependency from Ghost, as this is now optionally required by the image-transform module
2020-03-25 17:33:03 +00:00
Daniel Lockyer
58aff29938
Switched to native conditional for labels in PRs
...
no issue
- removes the need for an external Action by checking natively
2020-03-25 16:31:58 +00:00
Daniel Lockyer
037db39b84
Removed Travis maintenance option from Renovate
...
no issue
- we no longer use Travis
2020-03-25 15:27:57 +00:00
Daniel Lockyer
2c7c975f91
Specified version for GitHub Action dependency
...
no issue
2020-03-25 15:11:59 +00:00
Hannah Wolfe
7986cb3171
Removed .only from regression test
2020-03-25 14:51:28 +00:00
Kevin Ansfield
c65c9c1e5e
Extracted markdown-html-renderer to @tryghost/kg-markdown-html-renderer
...
no issue
- prep for further extraction of mobiledoc cards and renderer
2020-03-25 13:35:32 +00:00
Fabien O'Carroll
299c08b079
Added ghost_{public,private}_key to settings mock
...
no-issue
This ensures that running individual tests are not relying on other
tests having been run so they suceed, specifically the
regression/site/site_spec.js tests
2020-03-25 14:32:17 +02:00
Hannah Wolfe
b2b278a3ba
Removed typo
2020-03-25 12:28:57 +00:00
Daniel Lockyer
f054976d4f
Added GitHub Action to notify Sentry of releases
...
no issue
- automates the notification process upon a release published event
2020-03-25 12:21:29 +00:00
Hannah Wolfe
f12238b11a
Cleanup repeated module mocking utils
...
- mock non existant module util was defined twice
- split it out properly from the rest of the utils, update all references
- this allows us to move this util out of the codebase along with other code, e.g. the image manipulation code
2020-03-25 12:07:32 +00:00
Hannah Wolfe
10ee38683d
Update errors across lib/image and lib/request
...
- swap common.errors for @tryghost/errors
- doing this in batches across small parts of the codebase to reduce disruption
2020-03-25 10:28:14 +00:00
Hannah Wolfe
72db5a67ca
Added new @tryghost/errors package
...
- this will replace common.errors throughout the codebase
- allows us to break more pieces of ghost out into modules as it's a common dependency
2020-03-25 10:26:51 +00:00
Hannah Wolfe
7e0c71509b
Moved apps service to frontend
...
- App service is for our internal frontend apps
- This is a very straightforward move as this truly belongs to frontend
2020-03-23 19:43:01 +00:00
Daniel Lockyer
5030be31cf
Version bump to 3.12.0
2020-03-23 12:23:44 +00:00
Daniel Lockyer
216c95dc16
Updated Ghost-Admin to 3.12.0
2020-03-23 12:23:44 +00:00
Daniel Lockyer
a2c91181e9
Updated Casper to 3.0.10
2020-03-23 12:23:44 +00:00
Nazar Gargol
d881f6704d
Renamed migration in 3.12 to follow numerical sequence
...
no issue
- Migrations within a minor have to be named with numbered prefixes like 01-, 02-, 03-.
- These two migrations were merged into master in the same time window which lead to having incorrect naming
2020-03-23 10:39:09 +08:00
Renovate Bot
98e606260b
Update Test & linting packages
2020-03-23 01:16:13 +00:00
Renovate Bot
24f001c8d3
Update dependency sharp to v0.25.2
2020-03-20 23:16:43 +00:00
Renovate Bot
e7c9b8b9d8
Update dependency @tryghost/vhost-middleware to v1.0.2
2020-03-20 22:19:18 +00:00
Hannah Wolfe
5ea10b47bd
Replaced zip tools with @tryghost/zip
...
- Moved zipFolder to a new package
- also exposing extract-zip from the new package
- new package has the API pre-promisified
- also uses @tryghost/extract-zip instead of extract-zip, which has bugfixes
2020-03-20 21:08:57 +00:00
Renovate Bot
51e382cd0f
Update dependency fs-extra to v9
2020-03-20 18:45:10 +00:00
Hannah Wolfe
ca9d72f317
Used proxy in helper rather than direct require
...
- we already have access to urlUtils through our helper proxy
2020-03-20 13:01:41 +00:00
Hannah Wolfe
99c192e140
Removed unused test file + dep
...
- couple of minor bits of cleanup
2020-03-20 12:28:37 +00:00
Hannah Wolfe
e106c6dc1c
Added acceptance tests for private blogging
...
- Test that the basic routes are working
2020-03-20 11:40:11 +00:00
Hannah Wolfe
297c773f2a
Added a timer for Start Ghost test utility
...
- Show us how long it takes to start Ghost in each acceptance/regression test that uses this method
- Useful for debugging slow tests, and also Ghost boot time!
2020-03-20 11:40:11 +00:00
Daniel Lockyer
d229cf83a4
Configured CI to only run MySQL container on MySQL tests
...
no issue
- this saves about 50s on the SQLite tests
2020-03-20 11:15:49 +00:00