Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TryGhost/gatsby-source-ghost

Source plugin for pulling data into Gatsby.js from the Ghost Public API.
https://github.com/TryGhost/gatsby-source-ghost

v3.3.2

43b4f2647114e719d06203e04e83c0b39de363b7 authored over 5 years ago
⬆️ Updated [email protected]

95a844a929733acb29986d899a15de4cb3cb849f authored over 5 years ago
v3.3.1

7dd0621db65931cd9e095f5237c0144c0eecee2d authored almost 6 years ago
⬆️ Update dependencies

no issue

84861c53aa881fec7895f1beb6c70dd8f47927e0 authored almost 6 years ago
Added question for current version to issue template

e267ba980a172da1212ab0eb8f96cdbed4bba1dc authored almost 6 years ago
Added issue templates

af413f13ef8a422543a534bb9cce9749582a9fd4 authored almost 6 years ago
v3.3.0

9580cc90ba033f34e4b2dcecf9040f19bbbb6925 authored about 6 years ago
✨ Updated to use new consistent settings names

- Introduced in 2.10.2, we deprecated the incorrectly named ghost_head and ghost_foot in setting...

3a7f96a406fb7b236ec1bceb6508da6c7567e4b5 authored about 6 years ago
Misc cleanup

- add a missing comment
- move the temporary code below the real code :)

24ed713ce2f37e0ba3e8c1ff8c23985fe704eb94 authored about 6 years ago
v3.2.0

e4cd010793c8f471d1135fda12410b71d2575253 authored about 6 years ago
✨🐛 Fixed unexpected null/undefined fields

closes #2

- This is the hacky workaround recommended by Gatsby
- Ref: https://github.com/gatsby...

01436718081520a223087c580efc6fc7d92b4060 authored about 6 years ago
Renamed boundActionCreators -> actions

- this is correct for Gatsby v2
- ref: https://www.gatsbyjs.org/docs/migrating-from-v1-to-v2/#re...

7726abb36ef66245b7c17c83face4adc4c1c62ca authored about 6 years ago
Refactor & Cleanup: Testability

- split out an API wrapper
- split out an API mock
- results in cleaner code, cleaner tests
- te...

f98ebf598be46980431558d26f724215c6d8f84b authored about 6 years ago
Rename Ghost Nodes

- Makes it clearer what the file is

13a99c423354c0304e08a94e1c15ad00db8b201f authored about 6 years ago
README overhaul

34710838ce16062ca20690e8d10ad2fd798bf1e4 authored about 6 years ago
Fixed repository name

c1e7ebe66774a9617ce5d9150c942bf233812106 authored about 6 years ago
📝 Update README to incl. SettingsNode and new API links

c37e84ea96e33ace50f1f8bd0341b30216a0641f authored about 6 years ago
Update public API link in README (#4)

Old link points to deprecated docs

cf2df187b62de499f6e74c3aa070ef3a63ee18e5 authored about 6 years ago
Bump Ghost-SDK dependencies to 1.0.0

78d5ab459c8e5c9dccbeaa4bd9e3c6c2fe551a92 authored about 6 years ago
v3.1.1

5d7801c8dae161809dd5aa91ab71c79d04758794 authored about 6 years ago
Bumped @tryghost/[email protected] (#11)

no-issue

This includes a fix for correctly encoding spaces in query params

4649e3677b26c2b6bf6f6eec6a2685ac27675660 authored about 6 years ago
v3.1.0

ff898eced0de62f14117c4ed351ae62949c5b26e authored about 6 years ago
✨ Settings node (#10)

no issue

- Connect to the settings endpoint via v2 Content API
- Create a `SettingsNode` whi...

8d214cfa108c788901b1f86e7c5988af74f2949c authored about 6 years ago
Fixes 'filter by tag' example (#7)

no issue

- fixed a missing `:` in README example for `elemMatch`

a4c774832c9ccea2a06f58548d13a24df8d85687 authored about 6 years ago
v3.0.0

958ca076384bdaf400bff6b5bcbc0fb825e95ea0 authored about 6 years ago
Use @tryghost/content-api to fetch data from the v2 Content API (#9)

no issue
- add `@tryghost/content-api` SDK dependency
- remove `axios` dependency
- remove `a...

a1a72b7ca5ad71ba958831fee9b05a8e48046870 authored about 6 years ago
v2.2.0

b7cca4c3acdfb5034cdbec62f207455ede491aaa authored about 6 years ago
✅ Fixed failing tests

3e490ea92aa3cd742c076d0cd5ed461500d4b23e authored about 6 years ago
Postcount for tags and authors (#8)

- Added post count information to tags and authors, so that it's possible to generate the right ...

86cacf9954d2b1253f61bcef23cc8ace21726495 authored about 6 years ago
✨ Improved API error handling

- If we get intelligible errors from our API, format them clearly
- Else show something simple

11250594616e670ecd8474f2ae38a0bbc43ad694 authored about 6 years ago
2019

36a98efd7cbf54d740829b4c45ac57d5639dfb56 authored about 6 years ago
📖 Added tag filtering example to README.md

- elemMatch is a little tricky to figure out!

e2552bfbc76454590058b1a8c7d032105dfa107e authored over 6 years ago
v2.1.2

3f4b45796e84f0b3e81f47e4beca3d7dea40aceb authored over 6 years ago
🐛Fixed incorrect option name in error

- The error message for missing config options had the wrong (old) name for apiUrl

1741ea3f094c29a6aaf1f8888339df5e254e98ca authored over 6 years ago
v2.1.1

208bb5bba0634189a02cc34c9dd5d7bf0a54a72e authored over 6 years ago
✨ Used absolute_url for api requests

- The new absolute_url param will ensure we only ever get absolute urls
- This isn't really usef...

8d3bd46566dcf955caa105e72391385a4500a802 authored over 6 years ago
v2.1.0

3866fd983310b9656e2e3ad24c3f22296d878c65 authored over 6 years ago
🛠 Changed url config to be clearer

- Renamed URL to apiUrl, as it's API, rather than Admin specific - this will make more sense in ...

bd83d08cb61fef4999807ffbf74145b7446742b5 authored over 6 years ago
🐛 Fixed error handling

- Need to ensure that we at least give some indication why errors are happening
- Fixed a weird ...

9f222ab3b86296b6b6be1d126b2ba481aa2dc64f authored over 6 years ago
v2.0.0

e8df0cd36dbc12d1dc916b7c1eee005762658fa1 authored over 6 years ago
🛠 Added npm keywords for Gatsby

- Gatsby requires these keywords for plugins to show up

b14d4ec78d665a7275f106e76d00ae2fd7dc22e7 authored over 6 years ago
📖 First pass at docs

- Added at least rudimentary documentation so that it's possible to get started.

0ffa53cbebb16fc176078debd8806afaf31a8668 authored over 6 years ago
🛠 Cleanup & Basic Test

- removed unused dependencies
- refactored a little to fit eslint style
- added a basic test so ...

14c031c61f360b2da4afa9ffa134ea9f5113920b authored over 6 years ago
✨ Initial implementation

- Working source plugin that creates nodes for all Posts, Pages, Tags & Authors in use on your G...

61ecf686838ecf508d786fe355e0b169ab2710ec authored over 6 years ago
✨ Initial commit

8c41ab22a3d315da8444a419d2e2ebfad57b8074 authored over 6 years ago