forked from passportxyz/passport
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(app): writing to ComposeDB * feat(database-client): updating dependencies * feat[schrmeas]: adding graphql model, composite & definition * fix[schema, database-client]: remove ceramic client, fix faiilng tests * chore(schemas, database-client): setup compose db * feat(app, database-client, iam, indetitiy, platforms): remove metaPointer and make queries to new compose db schema * feat(database-client): read and write to compose * chore: sudo code patch request * feat(database-client): match existing scorer interface * chore(database-client): testing compose interactions * feat[identidy]: adjusting credentials * Revert "feat[identidy]: adjusting credentials" This reverts commit 7655f30. * feat[schemas]: adjusting the graphql schemas - rename _id => id in credentialSubject - make expirationDate expirationDate - make _context optional in GitcoinPassportVcProof and GitcoinPassportVcCredentialSubject - remove _id from VerifiableCredentialSubject * fix[schemas]: fix type in command in package.json * feat[schemas]: adding new compiled composites * feat[schemas]: adding passport-schemas workspace to the build command in the root * feat[database-client]: WIP - correct import for schemas * feat[database-client]: adding back integration tests for patch * chore(database-client): wip test client * chore(database-client): integration crud tests * chore(schemas): schema update * chore(databasae-client): integration tests * feat[database-client]: reading all fields + transforming back the VC loaded from ceramic to be indentical to the input when it was saved * feat[app]: accept multiple valid issuers & set ceramic URL from env var in ComposeDatabase * feat[app,database-client]: pass in the logger to the ComposeDatabase * chore(database-client): chore wip unit testing and error handling * chore(database-client): unit test compose db * fix(app): update ceramic context tests to match updated interface * chore(ci): use node 20 in CI * chore(ci): use node 20 in all cis * fix(database-client): pull definition from package * fix(app, database-client): allow usage of node 20 and fix ceramic build issues * fix[app]: fixing build errors, upgrading dependencies * fix[app]: fix build issues * fix: fixing build errors * feat(app): wip compose upgrade * fix: remove *.tsbuildinfo files * fix[iam]: set the skipLibCheck flag in tsconfig.json * feat(app): replace self.id * fix[database-client]: enabling back the integration tests * fix[schemas,database-client]: fix chemas build and integration tests in database-client * fix[passport]: fixing pre* commands * fix(app, identity, platforms): linting * chore(ci): add compose client url to ci * debug[ci]: debugging ci ... * fix[ci]: add ceramic config for integration tests * fix[ci]: add ceramic config for integration tests * fix[ci]: add ceramic config for integration tests * fix[ci]: add ceramic config for integration tests * fix[ci]: add ceramic config for integration tests * fix[ci]: add ceramic config for integration tests * fix[ci]: add ceramic config for integration tests --------- Co-authored-by: Lucian Hymer <[email protected]> Co-authored-by: schultztimothy <[email protected]>
- Loading branch information
1 parent
ad31bc8
commit 2891d7d
Showing
98 changed files
with
6,683 additions
and
2,875 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,6 @@ lerna-debug.log* | |
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? | ||
*.sw? | ||
|
||
schemas/.env.yarn |
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
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
Oops, something went wrong.