Releases: r-multiverse/multiverse.internals
Releases · r-multiverse/multiverse.internals
Staging managment
multiverse.internals 0.2.14
- Allow
update_staging()
to work if the stagingpackages.json
does not exist. - Remove
staging_is_resetting()
and rely on the cron syntax from r-multiverse/staging#3 to schedule the management of the staging universe.
R Consortium advisories
multiverse.internals 0.2.13
- Record issues for vulnerabilities in https://github.com/RConsortium/r-advisory-database.
Defaults for propose_snapshot()
multiverse.internals 0.2.12
- Amend argument defaults in
propose_snapshot()
to include source files.
propose_snapshot()
multiverse.internals 0.2.11
- Implement
propose_snapshot()
. - Exempt Production from WASM checks.
Staging with freezes
multiverse.internals 0.2.10
- Implement freezing mechanism in
update_staging()
. - Implement
staging_is_active()
to detect when the staging universe should be active.
Staging
production bugfix and extra PR guardrails
multiverse.internals 0.2.8
- Only merge contributions created through the web interface.
multiverse.internals 0.2.7
- Exclude superfluous fields from
update_production()
packages.json
. - Require verified commits in contributions.
production universe
multiverse.internals 0.2.5
- Add
update_production()
.
small patch
multiverse.internals 0.2.4
- Updates R-Multiverse repository to
community.r-multiverse.org
. - Makes
meta_checks()
andmeta_packages()
robust to trailing slashes in the supplied URL. - Repair
issues_dependencies()
for empty graphs.
community
multiverse.internals 0.2.3
- Updates R-Multiverse repository to
community.r-multiverse.org
. - Makes
meta_checks()
andmeta_packages()
robust to trailing slashes in the supplied URL.