Skip to content

Releases: peckjon/github-to-guru

store Guru API response in GURU_SYNC_RESPONSE

30 Mar 01:24
Compare
Choose a tag to compare

The result of the API call to https://api.getguru.com/app/contentsyncupload will be stored in env as GURU_SYNC_RESPONSE. Generally this will be of the form { "jobId" : "UUID" }

Screen Shot 2021-03-29 at 6 18 37 PM

Fix resource directory path replacement

09 Feb 03:08
Compare
Choose a tag to compare
1.5.2

Fix resource directory path replacement

validate Tags in Collection; Fix resource directory path replacement

09 Feb 03:02
Compare
Choose a tag to compare
  • fix a bug with resource path replacement (could create malformed resource links)
  • ensure that collection.yaml contains all Tags from Cards

Fix YAML filenames for boards/boardgroups & support sections

02 Feb 18:52
Compare
Choose a tag to compare
  • use translated board(group) titles as YAML filenames
  • fix board YAML validation to support Sections

Allow path to source file to be included in footer

08 Jan 02:58
Compare
Choose a tag to compare
  • GURU_CARD_FOOTER can now include the path (__CARDPATH__) to the specific Markdown or HTML file from which it was generated. For example, if the footer [EDIT THIS CARD](https://github.com/${{ github.repository }}/tree/master/__CARDPATH__) was specified for https://github.com/peckjon/github-to-guru/blob/master/README.md, the resulting Card would contain the footer [EDIT THIS CARD](https://github.com/peckjon/github-to-guru/tree/master/Readme.md

Add support for resources directory, and update axios

06 Jan 05:02
Compare
Choose a tag to compare
  • add support for relative-linked files and embeds (via a resources directory)
  • resolve a security vulnerability in axios 0.19

Add automatic card footers

18 Dec 02:03
Compare
Choose a tag to compare

Added support for GURU_CARD_FOOTER: automatically append a footer to every card in the Collection

Bugfix: pre-create tmp dirs

14 Dec 18:22
Compare
Choose a tag to compare
1.1.1

pre-create all tmp dirs

Verify existence of files referenced by YAML configs

14 Dec 05:55
Compare
Choose a tag to compare
  • check that GURU_CARD_DIR != GURU_BOARD_DIR != GURU_BOARDGROUP_DIR
  • check that files referenced by cards.yaml exist
  • check that cards referenced by boards.yaml exist
  • check that boards referenced by boardsgroups.yaml exist

Update to @actions/core 1.2.6

18 Nov 19:39
Compare
Choose a tag to compare

Bring various dependencies up-to-date:

  • @actions/core 1.2.6
  • @actions/exec 1.0.4
  • @actions/github 2.2.0
  • fs-extra 9.0.1
  • yaml 1.10.0