Skip to content
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

Adding new commands to manage data in SocialDB #38

Merged
merged 29 commits into from May 28, 2023
Merged

Adding new commands to manage data in SocialDB #38

merged 29 commits into from May 28, 2023

Conversation

FroVolod
Copy link
Collaborator

Resolves #16 #17

@FroVolod FroVolod marked this pull request as ready for review May 25, 2023 19:06
src/components/delete/sign_as/mod.rs Outdated Show resolved Hide resolved
src/social_db/data/set/call_function_args_type.rs Outdated Show resolved Hide resolved
src/social_db/data/delete/mod.rs Outdated Show resolved Hide resolved
src/common.rs Outdated Show resolved Hide resolved
src/social_db/data/set/mod.rs Outdated Show resolved Hide resolved
src/social_db/data/set/function_args/with_json_file.rs Outdated Show resolved Hide resolved
src/social_db/data/set/function_args/with_json_file.rs Outdated Show resolved Hide resolved
src/social_db/data/set/function_args/with_json.rs Outdated Show resolved Hide resolved
src/social_db/data/set/function_args/mod.rs Outdated Show resolved Hide resolved
Copy link
Collaborator

@frol frol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me now. Please, resolve conflicts, and I will merge it.

@frol frol merged commit 552711c into master May 28, 2023
8 checks passed
@frol frol deleted the socialdb-data branch May 28, 2023 21:07
@frol frol mentioned this pull request May 28, 2023
frol added a commit that referenced this pull request Jun 27, 2023
## 🤖 New release
* `bos-cli`: 0.3.2 -> 0.3.3

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.3.3](v0.3.2...v0.3.3)
- 2023-06-27

### Added
- Create deploy-testnet.yml for BOS apps to use in their CI pipelines
([#50](#50))
- New commands to manage data in SocialDB
([#38](#38))

### Fixed
- Fixed funcion key permission check to be less restrictive
([#48](#48))

### Other
- Feature community-maintained homebrew installation
([#52](#52))
- Update "near-cli-rs" dependency to version 0.5
([#49](#49))
- Clarify the function-call-only access keys usage for restricted
components deployment
([#47](#47))
- Added release-plz.toml to let cargo-dist to create GitHub releases
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: release-plz <release-plz@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Add a new command to view SocialDB keys
2 participants