Releases: ljvmiranda921/burnout-barometer
v1.0.0-beta.1
Changes:
- d4d8ea1 Bump version: 1.0.0-beta.0 → 1.0.0-beta.1
- 5801116 Refactor ParseMessage to return err
- 625c4ea Add examples to public functions
- dccd27e Make tests more compact
- 7253b36 Refactor Database into DBInserter
- 7ac01d6 Simplify variable names and tests
- 4834124 Replace Request struct with functions
- 8643c4a Refactor logMessage structure
- 192f68c Update promptui version
- 8127c46 Refactor variable names and descriptions
- 82142ae Add tests to improve coverage (#77)
- a45cac6 Add test dependencies and Makefile
- 7c1c440 Add coverage report in Azure Pipelines [ #80 ]
- 9eac186 Ignore output of coverage commands
- c6712bb Update command-line help text for consistency
- 720698c Remove GolangCI badge from README (#76)
This list of changes was auto generated.
Azurite (beta)
Hello folks, here is the first beta release of Barometer Version 1—Azurite! (yup, we're doing codenames now based on gems, inspired by Steven Universe, a cartoon series I'm currently watching)
This means that I've already implemented most of the features I want to see (e.g. Slack logging, integration with Twitter client, saving to BigQuery). It seems that the happy-path use case seem to work, and I can happily log my mood from Slack.
For the next three months (until May 30, 2020), I'll do a feature freeze and just work on bug fixes, documentation, and minor updates. I also plan to test run this tool for myself and see how I interact with this. I am not sure if the Barometer will be useful for anybody, but I'm sure it's gonna be useful for me!
Changes:
- a16a09c Bump version: 1.0.0-alpha.6 → 1.0.0-beta.0
- 51e5ab9 Update homepage documentation (#67)
- 03cdc32 Remove TODOs from Dockerfile
- 7f54b9b Promote BB_AREA and remove it from deprecation
- 356a838 Use tz package for setting location
- db98e7c Add 4d64.com/tz to dependencies
- cbbb019 Deprecate Project ID variable (#66) [ #64 ]
- a161277 Add GIF demo for README (#65) [ #51, #44 ]
- 8a806c5 Update function.go to include twitter client
This list of changes was auto generated.
v1.0.0-alpha.6
Changes:
- 9fa94d5 Bump version: 1.0.0-alpha.5 → 1.0.0-alpha.6
- 11ceecf Make ContainsEmpty a public function
- 9ad41db Bump Cloud Functions dependency to v1.0.0-alpha.5
This list of changes was auto generated.
v1.0.0-alpha.5
Changes:
- 32ef2bb Bump version: 1.0.0-alpha.4 → 1.0.0-alpha.5
- f135a72 Update documentation on new env vars (#24)
- 42d85fa Fix tweet fetch from FullText to Text
- 3381ad4 Update Cloud Function versioning
- 0702a1c Remove and ignore config.json
- a505d82 Update app.json for Cloud Run with new env vars
- 1a27824 Add new environment variables to Dockerfile
- 0c95bfe Add Message Reply Logic (#62) [ #24 ]
- 61b8f1b Update dependencies for testing
- fade8b8 Add oauth2 to dependencies
See More
- 0da3e5f Add go-twitter to dependencies
- 49d2c19 Fix decode step for configuration secrets (#61)
- 7478fb1 Add Twitter credential handling logic (#59)
- 9d4f9d5 Cleanup documentation (#56)
- f4ba06c Add examples for public methods (#55) [ #41 ]
- 405d128 Add go report card badge
- f0f2fdd Add initial examples to check godoc (#41)
- fb4494c Fix app.json to use value than default
- 907d80a Add git_repo in Cloud Run Button
- dee1722 Add app.json for Cloud Run button (#53)
- 18c632f Add Cloud Run button (#53)
- f4d4825 Add Deploy to Cloud Run instruction (#28)
- 03a046f Add Google Analytics to doc website
- 4ebcf82 Fix in to on for grammar and usage
- b63422c Add call to action for each doc
- 2fc30b7 Update Download subtitle
- ec7ba89 Improve README content (#44)
This list of changes was auto generated.
v1.0.0-alpha.4
Changes:
- 5975724 Bump version: 1.0.0-alpha.3 → 1.0.0-alpha.4
- 79cba10 Remove registry name in repository
- 03b4906 Update grammar and organization for docs
- 7f10588 Add Installation, Contributing, and Downloads page (#28)
- d6c3633 Use Azure Container Registry than GCR (#48)
- 1cc4cea Change copyright year from 2019 to 2020
- e6644bb Add layout for external docs (#28)
- c1aec11 Handle missing values in a request
- fcf8c21 Update how error messages are rendered
- dc420bf Add --debug-mode option to serve command
See More
- 5e59ab6 Remove commented out code for loading config
This list of changes was auto generated.
v1.0.0-alpha.3
Changes:
- f9dc369 Bump version: 1.0.0-alpha.2 → 1.0.0-alpha.3
- 309ff8d Change asses to assess (#5)
- a81857d Add DebugOnly flag for server.go
- 3c214eb Add test suite for server.go (#38)
- b71dc11 Add test suite for config.go (#38)
- 0dec918 Add test step in Azure Pipelines
- 234ca91 Fix formatting directives for call
- ea7ce39 Add test suite for barometer.go (#38) [ #30 ]
- 10ae4e6 Add DebugOnly option for Request
- b17762d Hide internal methods for Request except Process()
See More
- 86492a8 Hide Log by turning it into logItem
- 4a5b85c Hide internal variables in Request
- faa4e8b Update dependencies
- 6f48b84 Refactor Cloud Function to use new API
- 0d817a4 Add 'postgresql' to switch cases (#25)
- f04b330 Update docstrings and types (#33)
- de9e583 Add copyright information
- d52a7d4 Add support for PostgreSQL (#25)
- 794a282 Add go-pg to dependencies
- 6da3dfe Fix file-permissions for creating config.json (#35) [ #34 ]
- fae5397 Convert WriteConfiguration into a struct function (#32)
- cd34e8a Update instances of bq to private (#31)
This list of changes was auto generated.
v1.0.0-alpha.2
Changes:
- e0e1db8 Bump version: 1.0.0-alpha.1 → 1.0.0-alpha.2
- 723e006 Implement NewDatabase function
- 3c78c27 Add config.json to gitignore
- 38e333d Move scheme detection at server start
- 8cf8baf Refactor BigQuery into an interface
- a72f40f Replace occurences of bqtable to general form
- e5d6bfd Add Docker builds to CI/CD (#27) [ #22 ]
- cd26f77 Create LICENSE
This list of changes was auto generated.
Azurite (alpha)
Changes:
- bded891 Bump version: 1.0.0-alpha.0 → 1.0.0-alpha.1
- f3251f3 Add DownloadPipelineArtifact task
- ef04e45 Add Stages for Azure Pipelines (#21)
- a251248 Use default value in assets for GithubRelease
- afcdf97 Use matrix strategy for pipeline builds (#20)
- a95f5a3 Separate build steps for multiple platforms
- d11fffe Add Github release to azure-pipelines.yml
- ec5b4ca Update Dockerfile commands
- 2772da9 Fix string formatting in init.go
- 68afd2e Add docker-entrypoint.sh
See More
- bf0c34b Update Dockerfile
- dbf630c Add trace logging when reading config
- cc6efc8 Add Dockerfile
- 2ac53c4 Update deploy instructions in README (#18)
- 6f1702f Fix call to ReadConfiguration in function.go
- b8af9d5 Update cloud function dependencies
- 76bf024 Make VerifyWebhook a public method
- 02cffec Load the configuration in the CLI
- 20ef42f Add Dockerfile [ #6 ]
- 937d20d Add .dockerignore
- c5c27db Change executable name into 'barometer'
- 2a88c76 Update error handling in server from Fatal to Error
- 83d3a96 Add os.O_WRONLY descriptor for encode
- 4e03219 Add WriteConfiguration function
- 97f2a61 Add promptui to dependencies
- d21252d Update documentation
- d447e69 Add InitCommand() to root
- d4ee4cd Add InitCommand [ #12 ]
- bcfffdd Remove top-level config.json
- 77b9baf Add cfgPath param to ServeCommand
- 7846104 Update documentation
- c5d8cac Add Azure Pipelines badge
- 9232dc1 View executables after building them
- 6ec8007 Set up CI with Azure Pipelines
- 46892f4 Add error messages for server
- 5c9b659 Add ParseForm to the request
- 99320dc Add versioning
- 7313616 Remove irrelevant logs
- 69d3de1 Update revision for deps
- 03a7b54 Fix unknown token
- 80400f2 Create Configuration constructor
- 3e4f526 Update dependencies for cloud function
- 34a3a0b Add dependencies for function.go
- 248fb79 Copy over the configuration file
- ac45fb2 Refactor function.go to reuse pkg
- 508b2db Refactor into its separate package
- 678c944 Add initial version of the commands
- adf291b Add executable to .gitignore
- ae7161d Refactor pkg package
- c135478 Migrate Cloud function code into its own package
- 8c0aa4d Update dependencies
- 671b542 Implement process request in server.go
- 1f20bc7 Add initial server implementation
- f4a1ced Add 'cmd' package for CLI
- 522cfdc Add httprouter to dependencies
- 18d65a3 Add logrus to dependencies
- 9c5379d Add initial refactor for packages
- bdba522 Rename logs.go to log.go
- 492a069 Update README (#4)
- 13cba36 Specify BQTable when creating Request
- d1d9b29 Update config.json
- 85586d9 Add streaming insert to BigQuery [ #2 ]
- 92b4841 Refactor into an interface-based design
- aa67e36 Add bigquery to dependencies
- 95b4f23 Refactor FormatReply as an interface method
- 07c9753 Implement Save() for bigquery insert
- e001ba2 Add encode/decode of SLACK_TOKEN
- 17f5c83 Fix errors so that program will compile
- 673c7fa Rename package into 'barometer'
- a2cc01e Add .gcloudignore
- d5295b6 Add config.json to .gitignore
- 0176e64 Add slash command implementation
This list of changes was auto generated.