rbx-cli 0.5.0 - #36
Merged
Merged
Conversation
One command added, `rbx rtbf`, and the Configs API stops being modelled as a single repository. `rbx rtbf` declares which data store keys hold a user's data, so a right-to-be-forgotten request reaches them. Every rule it enforces is one nobody else checks: Roblox accepts a template that matches nothing, stores it, reports it as configured, and deletes nothing. `rbx config --repository` follows from the same work. The repository was a path parameter modelled as a constant, so the draft/publish/revisions/restore lifecycle underneath it was already repository-agnostic. Three entries were missing from the changelog and are added here: the `--repository` flag itself, the `draftHash` concurrency check that `sync` threaded through and passed as `None`, and the two documented Configs limits now checked before the publish rather than by a 400 mid-deploy. `docs/rtbf.md` carries the `**(0.5.0+)**` marker of this release, with the sections added to `config`, `env`, `meta`, `place` and `restart`. Four of those markers sit in the body rather than the heading, because the heading is a link target elsewhere in the book and a marker in it changes the anchor.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One command added,
rbx rtbf, and the Configs API stops being modelled as a single repository.rbx rtbfdeclares which data store keys hold a user's data, so a right-to-be-forgotten request reaches them. Every rule it enforces is one nobody else checks: Roblox accepts a template that matches nothing, stores it, reports it as configured, and deletes nothing.rbx config --repositoryfollows from the same work. The repository was a path parameter modelled as a constant, so the draft/publish/revisions/restore lifecycle underneath it was already repository-agnostic.What this PR does beyond the version bump
Three entries were missing from the changelog and are added here, all from #35:
--repositoryflag itself, announced only in passing inside thertbfentrydraftHashconcurrency check thatsyncthreaded through and passed asNonedocs/rtbf.mdcarries the**(0.5.0+)**marker of this release, with the sections added toconfig,env,meta,placeandrestart. Four of those markers sit in the first line of the section body rather than in the heading: the heading is a link target elsewhere in the book, and a marker in it changes the anchor.Contents
apikey createfailed for any key declared without a descriptionrestart launch --attributeand--payload[groups], and fan-out formetaandplacerbx rtbf,config --repository, and four fixes under it