Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Releases: JamesIves/amp-validator-slack-bot

Documentation Overhaul

01 Nov 15:28
a633075
Compare
Choose a tag to compare

Release Notes

  • Added a PR, bug report and feature template.
  • Re-did the README to be more simple/clear.

Request Vulnerability

30 Oct 15:40
5bd8b6a
Compare
Choose a tag to compare

Release Notes

  • Fixes a vulnerability in the requests module.

Interval Timer Fixes

31 Aug 16:22
Compare
Choose a tag to compare

Fixed a minor bug causing the interval timer from not firing when it should.

Bug Fixes Aug 30th

30 Aug 14:52
Compare
Choose a tag to compare

Made some additional bug fixes today which includes resolving some minor error handling cases. For instance before a user could type @bot validate and the utility function would give an IndexError. I also solved an issue with double errors being thrown when a user typed in an invalid url path.

Slack Bot

29 Aug 16:13
Compare
Choose a tag to compare

Promoted release to 2.0.

  • Now a fully fledged Slack bot.
  • Can now accept a url path from any website, if it's not an amp page it will attempt to find the amphtml meta tag in the header and validate it.
  • Chartbeat is now optional, and can be configured using a number of environment variables.
  • Added help commands.

For any issues or feedback please report them here.

Initial Webhook Version

21 Aug 23:07
Compare
Choose a tag to compare

This is first version with webhook implementation.