Skip to content

Releases: suhailgupta03/nudge

v0.3.0

28 Jun 03:13
249e21a
Compare
Choose a tag to compare

Changelog

v0.2.1

08 Jun 07:06
Compare
Choose a tag to compare

Changelog

  • ef31bad (fix): makes sunday function timezone aware (#8)
  • 66de0eb fix: clean tz string before loading
  • c39cb3d fix: loads tz package for alpine

v0.2.0

03 Jun 17:10
53c2f8f
Compare
Choose a tag to compare

Changelog 🚀

  • 53c2f8f feat: handles installation timezone (#7)
  1. Ability to handle different timezones
  2. Ability to handle business hours
  3. Ability to post Slack messages to private and public channels
  4. Timestamp aware comments

v0.1.3

31 May 14:44
Compare
Choose a tag to compare

Changelog

  • 1acf895 feat: cases to skip nudges

v0.1.2

15 May 04:04
Compare
Choose a tag to compare

Changelog

  • 2909a03 Disables codecov
  • a5e18c4 Merge pull request #6 from suhailgupta03/suhailgupta03-patch-1
  • 3e3068c chore: logs user type when it is not bot
  • 929c9b2 feat: ignore PRs raised by bots
  • 5b666c8 feat: provision to connect slack with multiple accounts
  • 1fc2b61 feat: slack command to update mapping
  • c2b4c98 fix: ignore the PRs raised by bot
  • ea26dda fix: populate reviewer during the PR init

v0.1.1

11 May 04:07
Compare
Choose a tag to compare

Changelog

  • 0bb263e Merge pull request #5 from suhailgupta03/feat-slack-multiple
  • b9fb779 Update slack-integration.html
  • 8d41b1a feat: ability to notify multiple slack users
  • a7940bf fix: use account name in place of user name on installation event

v0.1.0

10 May 06:12
Compare
Choose a tag to compare

Changelog

v0.0.0

07 May 17:03
Compare
Choose a tag to compare

Changelog

  • dd8b754 Initial commit
  • 35b7f78 adds oauth, pulling prs and updating in db
  • 27d1815 adds privacy document for github
  • e385cdb build: adds docker files
  • 37a9594 chore: adds .env to gitignore
  • 9b4cc1a chore: adds config.yml to ignore
  • db8ed19 chore: cleans go.mod
  • 8e437b3 chore: copy complete directory
  • 2e97914 chore: links static pages to docker volume
  • 63447bf chore: release changes
  • ebef9df chore: removes config.yml
  • 67788e8 chore: removes credentials for terminated db
  • 0515ad2 chore: removes stale keys
  • 4953244 chore: removes unwanted index.html
  • 86e6927 chore: update initial prediction lifetime to 2 hours
  • d02486c common method to create PR model
  • 5e793c8 feat: adds basic working version of bot
  • 998bfda feat: adds github notification
  • ce543c4 feat: adds installation event
  • 97c3b1b feat: adds slack block text for messaging
  • 15dbd2b feat: adds slack integration
  • 7d18df2 feat: adds static files to docker
  • 11d69e0 feat: adds ui pages to integrate slack
  • 5bc915c feat: adds webpage static files
  • 4509ac5 feat: handle uninstall app
  • e106ead feat: integrates with aws cloudwatch
  • c4ae9f6 feat: redirects user to homepage
  • 1d89ccc feat: updates homepage
  • 933a19c feat: uses pagination to fetch the complete list
  • 7e57c1a fix: handles nil workflow activity
  • 4e9d845 fix: populate owner information when repos are incrementally added
  • c928cb7 fix: remove colon from the slack auth header
  • 53d435a fix: uses delete one instead of delete all
  • 731d91d fixes the bulk update method