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

feat: update protobuf for RPC [2/3] #202

Merged
merged 1 commit into from
Aug 22, 2023
Merged

Conversation

gmaclennan
Copy link
Member

  • add config namespace to encryptionKeys
  • remove support for sending projectConfig
    (now synced in db, not sent in invite)
  • add projectInfo to invite - currently name
  • make auth encryption key mandatory

@gmaclennan gmaclennan self-assigned this Aug 22, 2023
@gmaclennan gmaclennan linked an issue Aug 22, 2023 that may be closed by this pull request
4 tasks
@gmaclennan gmaclennan changed the title feat: update protobuf for RPC feat: update protobuf for RPC [2/3] Aug 22, 2023
@gmaclennan gmaclennan requested a review from achou11 August 22, 2023 14:17
Base automatically changed from feat/protobuf to main August 22, 2023 14:21
- add `config` namespace to encryptionKeys
- remove support for sending projectConfig
    (now synced in db, not sent in invite)
- add projectInfo to invite - currently `name`
- make auth encryption key mandatory
@gmaclennan gmaclennan force-pushed the feat/rpc-message-updates branch from 3df3a27 to 4651f7a Compare August 22, 2023 14:26
@gmaclennan gmaclennan merged commit 986f1dd into main Aug 22, 2023
@gmaclennan gmaclennan deleted the feat/rpc-message-updates branch August 22, 2023 14:49
gmaclennan added a commit that referenced this pull request Sep 6, 2023
* main: (25 commits)
  add initial implementation of MemberApi (#232)
  feat: $blobs.getUrl and $blobs.create methods (#184)
  chore: update manager e2e tests (#237)
  feat: add capabilities (#231)
  feat: coreOwnership integration [3/3] (#230)
  feat: CoreOwnership class w getOwner & getCoreKey [2/3] (#229)
  feat: handle `coreOwnership` records in `IndexWriter` [1/3] (#214)
  fix: adjust storage options for MapeoManager and MapeoProject (#235)
  implement addProject method for MapeoManager class (#215)
  implement listProjects method for MapeoManager class (#208)
  feat: expose blobStore.writerDriveId (#219)
  implement wrapper client containing createProject and getProject methods (#199)
  add project settings functionality to MapeoProject (#187)
  feat: Add encode/decode for project keys [3/3] (#203)
  feat: update protobuf for RPC [2/3] (#202)
  chore: move protobuf messages into src/generated [1/3] (#201)
  feat: Add internal `dataType.createWithDocId()` (#192)
  chore: explicitly set "mode" opt for encryptionKeys column creation (#186)
  chore: fix linting and type checking (#183)
  chore: consolidate encryption key columns in projectKeys table (#181)
  ...
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.

Cleanup protobuf code and add project keys encoding
2 participants