Skip to content

Releases: sharovik/devbot

v2.5.5: Introduced new way of scenario stop (#101)

14 Feb 10:25
8a86154

Choose a tag to compare

Now it is possible to stop the scenario while it's running.

Co-authored-by: Pavel Simzicov <pavel@tourradar.com>

Small improvements

13 Feb 09:55
9fa3a0a

Choose a tag to compare

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

24 Jan 12:43
31906fe

Choose a tag to compare

Introduced new migrations functionality. Now there can be custom go code executed while migrations.

Fixed issue with scenario variables saving

31 Oct 08:34
589eccb

Choose a tag to compare

Fixed the issue with population of variables list during execution of questions from scenario

Fixed issue with unique question index

16 Oct 07:24
3cde017

Choose a tag to compare

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

02 Oct 11:56
dc0e61f

Choose a tag to compare

Introduced scenarios logic, which can help a lot during the information receiving from the client.
Now you can build your own scenario and the bot will ask questions and get needed attributes for your custom event.

Introduced terraform configuration for deployment to AWS

24 Aug 05:45
8da8ea5

Choose a tag to compare

Introduced new terraform configuration for AWS deployment.

  • added the new step in Makefile for terraform definition creating;
  • modified the Dockerfile to install git for proper installation of the devbot on a virtual machine;
  • added terraform code;

Improvements and bugfixes

09 Jul 13:11
67ab519

Choose a tag to compare

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

08 May 11:26
214cc6e

Choose a tag to compare

  • improved retries logic for slack-bot
  • introduced a new global message objects

Improved documentation and installation/update functionality

09 Apr 09:49
1d3d34a

Choose a tag to compare

  • 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