Releases: voxpupuli/vox-pupuli-tasks
Releases · voxpupuli/vox-pupuli-tasks
v1.0.1
Changelog
All notable changes to this project will be documented in this file.
v1.0.1 (2021-09-20)
Merged pull requests:
- Bump bootsnap from 1.8.1 to 1.9.1 #340 (dependabot[bot])
- Bump puma from 5.4.0 to 5.5.0 #339 (dependabot[bot])
- Bump bootsnap from 1.8.1 to 1.9.0 #338 (dependabot[bot])
- Bump oj from 3.13.2 to 3.13.7 #337 (dependabot[bot])
- Bump rails-settings-cached from 2.7.1 to 2.8.0 #336 (dependabot[bot])
- Bump rubocop from 1.20.0 to 1.21.0 #335 (dependabot[bot])
- Bump rubocop-rails from 2.11.3 to 2.12.2 #333 (dependabot[bot])
v1.0.0
Changelog
All notable changes to this project will be documented in this file.
v1.0.0 (2021-08-30)
Implemented enhancements:
- RepoStatusWorker: Ensure .sync.yml is valid #157
- Open PR in Github #153
- Directly link to tabs like the sync tab #151
- Pull pull_request information again, if
mergeable
attribute is none #42 - Deploy cerebro/elasticsearch via docker-compose #16
- Notify Contributor / label PR if checks fail #2
- Label PRs with merge conflicts #1
- Update supported puppet versions to
>=6.1.0 < 8.0.0
#261 (bastelfreak) - Enhance logging #223 (bastelfreak)
- enable docker deployments via github actions #209 (bastelfreak)
- IndexRepoWorker: Only trigger a rescan for *all open* PRs, not *all* PRs #207 (bastelfreak)
- update dependencies #198 (bastelfreak)
- Dont modify PRs in development mode #174 (bastelfreak)
- Save CI status as PR attribute #162 (bastelfreak)
- Set a PR label / comment if CI passes/fails #144 (bastelfreak)
- Add Ubuntu 20.04 to supported OS list #132 (bastelfreak)
- import GitHub default labels #121 (bastelfreak)
- enhance validation #111 (Flipez)
- travis: switch Ruby 2.5.3->2.6.3 #110 (bastelfreak)
- add logging #109 (Flipez)
- add check for all other pull requests in the repo on merge #108 (Flipez)
- Add app handling #107 (bastelfreak)
- implement basic logging for RepoStatusworker #86 (bastelfreak)
- Add support for CentOS 8 & document new OS support workflow #80 (bastelfreak)
- Check for EOL FreeBSD and Fedora modules #63 (bastelfreak)
- speedup gem installation #37 (bastelfreak)
- Integrate and document elasticsearch setup #18 (bastelfreak)
Fixed bugs:
- App fails if database is empty #172
- Need another sync #138
- set repository name as unique attribute #137
- App uses wrong context for github interactions #103
- operatingsystem_support wrongly used #82
- Don't comment on a PR if last action is
close
#64 - Modules appear multiple times in the same category #31
- mimemagic: Update 0.3.5->0.3.10 #263 (bastelfreak)
- GitHub Actions: Use latest ruby/setup-ruby@v1 action #262 (bastelfreak)
- Compare heterogenous arrays via tally() #236 (bastelfreak)
- Queue a PR refresh if CI status is pending #235 (bastelfreak)
- Sidekiq: Set concurrency to 1 #230 (bastelfreak)
- filter nil checks #208 (Flipez)
- Add Uniq constraint to github_id #199 (bastelfreak)
- enhance validation logic #195 (bastelfreak)
- pin fomantic-ui-sass to 2.8.4 #194 (bastelfreak)
- dont treat sawyer object like a hash #189 (bastelfreak)
- Fix CI-check conditions / fix label method return values #186 (bastelfreak)
- fix validation #182 (Flipez)
- validate a PR after every PR update / prevent loops #179 (bastelfreak)
- fix last status #176 (Flipez)
- Fix incorrect status handling #175 (bastelfreak)
- pull_request: fix migration for status attribute #164 (bastelfreak)
- Only add a comment of PR is eligible #161 (bastelfreak)
- Dont validate a queued PR twice #158 (bastelfreak)
- Add
irb
to development gems #150 (bastelfreak) - fix comparsion #145 (Flipez)
- Document method + fix typo #142 (bastelfreak)
- fix typo in inline comment #140 (bastelfreak)
- fix travis implementation #136 (bastelfreak)
- fix broken voxpupuli.yml #105 (bastelfreak)
- fix duplicate labels #94 (Flipez)
- RepoStatusWorker: explicitly return
data
in check_metadatas #91 (bastelfreak) - maybe fix nil:NilClass erorr #90 (bastelfreak)
- RepoStatusWorker: fix error handling #89 (bastelfreak)
- fix codeowners #75 (bastelfreak)
- unify repos in each type #70 (Flipez)
- Fix action after closed #66 (Flipez)
- Update pull_request.rb #54 (Flipez)
- workaround existing non-mergeable PRs #50 (bastelfreak)
- only comment to a PR when allowed to #48 (bastelfreak)
- replace broken next with proper if condition #44 (bastelfreak)
- docker: publish image to correct organisation [#36](...