Releases: JuliaRegistries/RegistryCI.jl
Releases · JuliaRegistries/RegistryCI.jl
v0.3.1
v0.3.1 (2019-11-23)
Merged pull requests:
- Fix bug that happens if package doesn’t start with uppercase letter (#115) (DilumAluthge)
- Bump version from "0.3.0" to "0.3.1-DEV" (#111) (DilumAluthge)
v0.3.0
v0.3.0 (2019-11-14)
Closed issues:
- Get rid of status, let main process exit with 1 in case of failure (#107)
- Notify packages when their new versions are released (#93)
- Trying to merge too fast? (#85)
- Automerge + package that uses PyCall = :( (#52)
- TODO: Refactor the automerge code base to make it more modular (#26)
- TODO: During the cron job, process PR's from oldest to newest (#16)
- Decrease verbosity (#8)
- TODO: Transition to using GitHub Actions completely (instead of Travis) (#5)
Merged pull requests:
- Bump version from "0.3.0-DEV" to "0.3.0" (#110) (DilumAluthge)
- Exit with non-zero status code if the guidelines were not met (#108) (DilumAluthge)
- Add automatic merging guidelines to the README. (#106) (tpapp)
- Add
AutoMerge.is\_breaking
function (#105) (DilumAluthge) - Do not submit code coverage for the first build stage (#102) (DilumAluthge)
- Fix a major typo in the integration test utilities (#101) (DilumAluthge)
- Always run the unit tests (#100) (DilumAluthge)
- Use String instead of AbstractString (#94) (DilumAluthge)
- Be consistent about
using
statements (#92) (DilumAluthge) - Be more concise/readable in compat bounds (#91) (DilumAluthge)
- Explicitly use caret notation for all compat entries (#90) (DilumAluthge)
- Add a bit of guidance to the auto-merge comment (#89) (mschauer)
- Process PRs from oldest to newest (#88) (DilumAluthge)
- Wait for GitHub to finish the "mergeability computation" before merging (#87) (DilumAluthge)
- Delete the merged branch after merging a PR (#86) (DilumAluthge)
- Correctly read the head commit sha for pull request events. (#84) (fredrikekre)
- Hardcode "github-actions[bot]" as the user for GitHub Actions (#82) (fredrikekre)
- Add the
always\_assert
function (#81) (DilumAluthge) - Enable running from GitHub Actions. (#80) (fredrikekre)
- Reduce comment verbosity, fixes #8. (#78) (fredrikekre)
- Put approve-comment in the review (#77) (fredrikekre)
- Add comments explaining why we set
env
the way we do (#76) (DilumAluthge) - Bump version from "0.2.1-DEV" to "0.3.0-DEV" (#75) (DilumAluthge)
- Bump version from "0.2.0" to "0.2.1-DEV" (#74) (DilumAluthge)
v0.2.0
v0.2.0 (2019-10-28)
Merged pull requests:
- Bump version from "0.2.0-DEV" to "0.2.0" (#72) (DilumAluthge)
- Remove Coveralls badge from README (#71) (DilumAluthge)
- Add link to the Travis documentation (#70) (DilumAluthge)
- Submit coverage reports to Codecov and Coveralls (#69) (DilumAluthge)
- Run the integration tests on Julia 1.2 and Julia 1.3 (#67) (DilumAluthge)
- Add the first set of integration tests (#66) (DilumAluthge)
- Add
jll.jl
(#65) (DilumAluthge) - Update description (#64) (DilumAluthge)
- Update package description (#63) (DilumAluthge)
- Update description README (#62) (DilumAluthge)
- Better message for referring to Travis logs (#61) (DilumAluthge)
- Add some utilities for integration tests (#60) (DilumAluthge)
- Install haveged during the integration tests (#59) (DilumAluthge)
- Add Acknowledgements section (#58) (DilumAluthge)
- Authenticate as test user during integration tests (#57) (DilumAluthge)
- Update README.md (#56) (DilumAluthge)
- Bump version from "0.1.1" to "0.1.2-DEV" (#55) (DilumAluthge)
v0.1.1
v0.1.1 (2019-10-25)
Closed issues:
- Re-commenting on the original commit does not correctly re-trigger Registrator (#47)
- Bug: automerge is not respecting blocking comments (#42)
Merged pull requests:
- Bump version from "0.1.1-DEV" to "0.1.1" (#54) (DilumAluthge)
- Do not use the system Python (#53) (DilumAluthge)
- Add some logging statements (#46) (DilumAluthge)
- Add AUTOMERGE_RUN_INTEGRATION_TESTS environment variable (#45) (DilumAluthge)
- Add Travis stage for integration tests (#44) (DilumAluthge)
- Fix a typo in the
pr\_has\_no\_blocking\_comments
function (#43) (DilumAluthge) - Bump version from "0.1.0" to "0.1.1-DEV" (#41) (DilumAluthge)
- Refactor some of the commenting code (#39) (DilumAluthge)
- Use .com instead of .org (#38) (DilumAluthge)
v0.1.0
v0.1.0 (2019-10-19)
Diff since d580268784623694dfd40463ad817e1a8d87e50e
Closed issues:
- Crash when trying to compute "patch does not narrow Julia compat" (#28)
- Bug: cannot delete reviews (#24)
- How to see the full content of all PR reviews on a PR (#21)
- Should [compat] for stdlibs be required for auto merge? (#19)
- TODO: print list of deps without compat entries in alphabetical order (#18)
- Install the Registrator and TagBot GitHub apps on this repository (#15)
- Rename this package to
RegistryCI.jl
and register it in the General registry? (#11) - Squash-merge (#7)
Merged pull requests:
- Correctly create statuses on the pull request (#36) (DilumAluthge)
- Post GitHub Statuses (#35) (DilumAluthge)
- Add CodeCov badge (#34) (DilumAluthge)
- Submit to Codecov (#33) (DilumAluthge)
- Add Travis badge (#32) (DilumAluthge)
- Fix a mistake I made in the "patch release does not narrow Julia compat" (#30) (DilumAluthge)
- Sort the list of dependencies before printing it in a comment (#29) (DilumAluthge)
- Do not delete old reviews (#25) (DilumAluthge)
- Actually fix the bug this time (#23) (DilumAluthge)
- Print the approved SHA as a debug message (#22) (DilumAluthge)
- Fix two very stupid typos that I made (#20) (DilumAluthge)
- Remove superfluous comment (for real this time) (#17) (DilumAluthge)
- Update package description in README (#14) (DilumAluthge)
- Change GeneralRegistryCI to RegistryCI (#13) (DilumAluthge)
- Remove superfluous comment (#12) (DilumAluthge)
- Use squashing for merging, fixes #7. (#9) (fredrikekre)
- Don't delete branches after merging (#4) (DilumAluthge)
- Replace
TimePeriod
withPeriod
(#3) (DilumAluthge) - Ready to merge: Add automerge code (#1) (DilumAluthge)