Skip to content

Releases: NCEAS/awards-bot

awards-bot 1.4.2

03 Sep 21:59
c475c25
Compare
Choose a tag to compare
  • fixed the bug where duplicate awards were added to the awards database when querying the NSF API

awards-bot 1.4.1

03 Sep 20:11
Compare
Choose a tag to compare
  • Update the slackr::slackr_setupfunction to use token instead

awards-bot 1.4.0

25 Aug 18:07
bbd70e8
Compare
Choose a tag to compare
  • updated the tests to include a database with 3 rows so it mimics more of the real database
  • fixed the bug where the updated database entry was being inserted into the wrong place in the database
  • added to the send_aon_correspondence, send_annual_report_correspondence and send_one_month_remaining_correspondence correspondence functions so they handle cases where an initial email was not sent (useful if we skipped emailing for a period of time)
  • updated vignette and readme with more context and updates

awards-bot 1.3.0

30 Jun 16:36
Compare
Choose a tag to compare
  • added the create_new_ticket_correspondence to allow us to send customized emails (#42)
  • add vignettes that detail how to create and add a new release and use the create_new_ticket_correspondence function
  • will send a message regardless if there are any tickets to sent that day to keep track if the bot is working (#47)
  • suppresses messages from packages to reduce the amount of unnecessary text in the log (#48)

awards-bot 1.2.2

22 Jun 16:43
Compare
Choose a tag to compare
  • make the bot messages more detailed (specific summary of total number of email sent)
  • fix the bug where the database only saves newest awards
  • add xml2 to the description to avoid errors when installing on server
  • converted from Travis to Github actions

awards-bot 1.2.1

07 Jun 17:13
Compare
Choose a tag to compare
  • make sure to set the working directory to awards-bot so getting the Renviron works
  • make sure the RT login variables are correctly named

awards-bot 1.2.0

20 May 18:26
Compare
Choose a tag to compare
  • Checks RT once a day for new correspondences (#40)
  • Requires RT 1.1.0 to use get_tickets_with_new_incoming_correspondence()

awards-bot 1.1.0

19 May 23:34
96fdf31
Compare
Choose a tag to compare
  • saves new awards and updates to awards as we iterate through the database (the code now takes longer than before but will be less prone to issues if the code errors in between)
  • sends a message to the #awardsbot slack channel of the total number of emails sent
  • update slackr_setup in cron script to include the bot_user_oauth_token argument

awards-bot 1.0.5

12 Mar 19:00
9c26645
Compare
Choose a tag to compare
  • updated travis config to use bionic and R >= 4.0 to be consistent with the server
  • updated Slackr related code to align with >= 2.0.0

awards-bot 1.0.4

19 Feb 01:08
6163c08
Compare
Choose a tag to compare
  • Adds paragraphs for data portals and large file submissions in the email templates.
  • Updates RT related functions to use v1.0.1 as noted in #25
  • Adds detailed instructions to the Readme on testing locally
  • Fixes bug in the bot where the given time intervals were being interpreted as non-numeric values