-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: small readme updates #421
Merged
Merged
Conversation
This file contains 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
When I first wrote this, we had just started using "agent" and "space," and I went a little crazy with the capitalization.
Also changes a few "Agent" -> "agent" since I'm not crazy about the caps any more :)
alanshaw
approved these changes
Feb 6, 2023
gobengo
pushed a commit
that referenced
this pull request
Apr 11, 2023
This fixes the capability imports in the upload-client examples to close #326 I didn't see any more references to the old import paths, but lmk if I missed any. I also changed the casing of `Agent` and `Space` in a few places; when I first wrote the access client readme I went a little nuts with the capitalization, but later decided it looked weird and stopped capitalizing them everywhere. So this just makes things consistent with the docs site, etc.
Peeja
pushed a commit
to storacha/upload-service
that referenced
this pull request
Jan 17, 2025
This partially closes storacha#397 --------- Co-authored-by: Alan Shaw <[email protected]>
Peeja
pushed a commit
to storacha/upload-service
that referenced
this pull request
Jan 17, 2025
🤖 I have created a release *beep* *boop* --- ## [1.1.0](storacha/w3ui@w3console-v1.0.1...w3console-v1.1.0) (2023-03-23) ### Features * switch gateway host per deployment ([storacha#427](storacha/w3ui#427)) ([9a9c7da](storacha/w3ui@9a9c7da)) * update ToS page in hosted console ([storacha#421](storacha/w3ui#421)) ([3aa8e2d](storacha/w3ui@3aa8e2d)) ### Bug Fixes * show terms to unauthorized users ([storacha#428](storacha/w3ui#428)) ([e3825ac](storacha/w3ui@e3825ac)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Peeja
pushed a commit
to storacha/upload-service
that referenced
this pull request
Jan 29, 2025
This partially closes storacha#397 --------- Co-authored-by: Alan Shaw <[email protected]>
Peeja
pushed a commit
to storacha/upload-service
that referenced
this pull request
Jan 29, 2025
🤖 I have created a release *beep* *boop* --- ## [1.1.0](storacha/w3ui@w3console-v1.0.1...w3console-v1.1.0) (2023-03-23) ### Features * switch gateway host per deployment ([storacha#427](storacha/w3ui#427)) ([90f113d](storacha/w3ui@90f113d)) * update ToS page in hosted console ([storacha#421](storacha/w3ui#421)) ([dee09ba](storacha/w3ui@dee09ba)) ### Bug Fixes * show terms to unauthorized users ([storacha#428](storacha/w3ui#428)) ([d7277fa](storacha/w3ui@d7277fa)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
This fixes the capability imports in the upload-client examples to close #326
I didn't see any more references to the old import paths, but lmk if I missed any.
I also changed the casing of
Agent
andSpace
in a few places; when I first wrote the access client readme I went a little nuts with the capitalization, but later decided it looked weird and stopped capitalizing them everywhere. So this just makes things consistent with the docs site, etc.