- Updated files to work with latest CI updates
- Bug fix: python3 syntax fix
- Bug fix: python3 syntax fix
- Drop Python 2.7 support
- Added a parameter
changed_files
on the dispatching payload to enable to identify the changed files in the updated commits. (But this parameter is only set for the repository on the BitBucket server)
- Changed configuration schema to allow specifying branch to monitor for each repository. You will need to update your configuration. This fixed a crash that occured when a new branch is created after the sensor starts (#9).
- Corrected RepositorySensor to dispatch trigger about update commits by the set of (repository, branch)
- Added sensor to monitor events of specified repositories in the BitBucket Cloud or specified BitBucket Server
- Updated action
runner_type
fromrun-python
topython-script
- Use
packs.install
capabilities in StackStorm 2.1
- Rename
config.yaml
toconfig.schema.yaml
and update to use schema.
- First release