Ghost/core
Hannah Wolfe 7f29bbff8a Removed unused add/edit methods from integrations
refs 17feb14e4a

- The original commit adding this intended to add transactions, following the pattern of always forcing a transaction when we use bookshelf-relations
- (We use bookshelf-relations here because integrations have api-keys and webhooks associated wtih them and we upsert as one)
- These add and edit methods were inadvertently added to the wrong argument object/section of bookshelf (really fucking easily done, one day we will fix bookshelf so its easier to work with)
- Bottom line: these methods have never been called
- I tried moving them to the right section, but this created test failures throughout our acceptance tests:
   - Error: Transaction query already complete, run with DEBUG=knex:tx for more info
- This is likely because we need to account for integrations being used as part of the auth step in the before part of tests
- In terms of yak-shaving, fixing these tests is one step too far right now. I think not having this code here at all is a better state than having it look like it works when it doesn't
2021-02-25 10:48:05 +00:00
..
client@21be0a553b Updated Ghost-Admin to v4.0.0-alpha.3 2021-02-23 19:41:50 +00:00
frontend Removed hardcoded currency symbols (#12700) 2021-02-25 09:49:07 +00:00
server Removed unused add/edit methods from integrations 2021-02-25 10:48:05 +00:00
shared Updated the configuration to include v4 pointing to canary 2021-02-22 15:39:48 +01:00
app.js
boot.js Fixed typo Migratior -> Migration 2021-02-24 13:05:29 +13:00