Releases: sharovik/devbot
v2.5.5: Introduced new way of scenario stop (#101)
Now it is possible to stop the scenario while it's running. Co-authored-by: Pavel Simzicov <pavel@tourradar.com>
Small improvements
Introduced new method for matches find (#102) It is a small code improvement, I can merge it without approval Co-authored-by: Pavel Simzicov <pavel@tourradar.com>
Bugfixes and improvements
Introduced new migrations functionality. Now there can be custom go code executed while migrations.
Fixed issue with scenario variables saving
Fixed the issue with population of variables list during execution of questions from scenario
Fixed issue with unique question index
Removed the useless file from the project and fixed issue with unique question index, when there was no way to add a new custom event
Scenarios
Introduced terraform configuration for deployment to AWS
Introduced new terraform configuration for AWS deployment.
- added the new step in Makefile for terraform definition creating;
- modified the Dockerfile to install
gitfor proper installation of the devbot on a virtual machine; - added terraform code;
Improvements and bugfixes
Fixed issue with incorrect time check in the retries mechanism (#76)
- decreased time for retries from 30 minutes to 10 minutes
Improved migrations logic and dictionary documentation (#78)
- Improved migrations logic and dictionary documentation
- Applied code style changes and improved Makefile
Simplified the event creation and installation (#79)
- improved documentation; added description of the event message object and the custom event creation;
- applied code-style fixes;
- applied lint changes;
Feature/refactor message service (#80)
- Small improvements for message processing
- Added method which can parse the help string from the text
- Added new event for events list show
- introduced new event which can help to understand what kind of events are currently enabled;
- improved documentation;
- updated the example event to have usage of help
- applied code-style changes and implemented new feature for bitbucket
- added new feature for bitbucket merge functionality; now it is possible to select the merge strategy;
- improved makefile steps and added new project tool
Introduced new way of project build; now there is a custom events versions update, before the actual build;
- Updated defined-events.go.dist
- Updated regular expression
- Fixed issue with wrong data in OriginalMessage object
- Updated README.md
- Added new attributes for bitbucket configuration
- Improved logic related to the events list
- Added new line for .env.example and added more detail about "help"
- Improved events documentation
- Added possibility to refresh the events by using update step in Makefile
Changed the place for OAuth token generation (#82)
Introduced new global message objects
- improved retries logic for slack-bot
- introduced a new global message objects
Improved documentation and installation/update functionality
-
Removed binary files from the repo
-
Introduced new documentation for the project
- improved project documentation
- fixed install/update scripts to load proper files paths;
- Updated the release build step