Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Releases: busy-beaver-dev/busy-beaver

2.5.4

12 Jul 21:08
943612d
Compare
Choose a tag to compare

Changes

  • Wire up Upcoming Events functionality for multiple workspaces (#292)

2.5.3

12 Jul 18:25
b633162
Compare
Choose a tag to compare

Changes

  • Start getting Upcoming Events feature ready for multitenancy (#291)

2.5.2

11 Jul 21:53
247d262
Compare
Choose a tag to compare

Changes

  • Feature flag for GitHub Summary feature (#288)

2.5.1

11 Jul 00:27
a7eb1d6
Compare
Choose a tag to compare

Changes

  • HOTFIX: Helm chart name too long (#287)

2.5.0

11 Jul 00:14
40256ed
Compare
Choose a tag to compare

Enable scheduling of tasks at a future datetime.

Changes

  • Organize documentation (#276)
  • Set up Redis task queue (#284)
  • Async task to queue post_summary jobs for the next day (#285)
  • Set up scheduler to queue jobs in the future (#286)

2.4.0

07 Jul 03:09
fdc9506
Compare
Choose a tag to compare

Allow users to update configuration via web interface.

Changes

  • First iteration of settings page (#280)
  • Incorporate Bootstrap (#281)
  • Swap transitions with finite-state-machine (#282)

2.3.0

06 Jul 04:40
e729f22
Compare
Choose a tag to compare

Allow users to sign-in using Slack. Land on blank settings page.

Changes

  • Sign-in with Slack (#274)
  • Identify users that interact with bot via slash command (#275)
  • Consolidate app_home_opened_count in slack_user column (#277)
  • Flask-Login for user management (#278)
  • Cleanup OAuth integrations (#279)

2.2.2

04 Jul 18:16
Compare
Choose a tag to compare

Fix deploy. No issues with code, just deploy.

Changes

  • hotfix: fail if not success; fix env
  • hotfix: remove debug code

2.2.1

04 Jul 17:54
Compare
Choose a tag to compare

Changes

  • hotfix: debug deploy

2.2.0

04 Jul 17:40
1b1744d
Compare
Choose a tag to compare

Figuring out deploy pipeline using GitHub actions.

Changes

  • Final CI cleanup (#272)
  • deliverybot -- create deploy.yml
  • Deploy app using GitHub Action (#273)