Add repository class#88
Merged
josephburgess merged 10 commits intotesterloop:feature/repository-classfrom Jul 18, 2023
Merged
Conversation
dlawrynowicz
added a commit
that referenced
this pull request
Jul 19, 2023
commit e3a20ca Author: Joe Burgess <josephburgess@gmail.com> Date: Tue Jul 18 19:03:16 2023 +0100 Add repository class (#88) * add repository class * amend error message * amend import * remove tests for now * add prismadb class with interface * update context and remove handleapikey * remove * remove baseprismaclient * update mutation * move logic for checking organisation into util functions
josephburgess
added a commit
that referenced
this pull request
Jul 19, 2023
* Clean up lambda references (#83) * Remove lambda references * Update Readme * add env variable for DB connection * Clean up lambda references (#83) * Remove lambda references * Update Readme * add env variable for DB connection * Copy prisma directory to dist * Add prisma from dev to dependencies * 0.1.12-multitenant version * 0.1.1-2.1 * 0.1.13 * Update tests for generateSlug * ignore spec folder in npm package * fix npm run build * Allow pipeline to increase a version * 0.1.13 * test * bump version, add rm dist directory when creating a new build * 0.1.14 * Squashed commit of the following: commit e3a20ca Author: Joe Burgess <josephburgess@gmail.com> Date: Tue Jul 18 19:03:16 2023 +0100 Add repository class (#88) * add repository class * amend error message * amend import * remove tests for now * add prismadb class with interface * update context and remove handleapikey * remove * remove baseprismaclient * update mutation * move logic for checking organisation into util functions * Add repo class, update resolvers and context to use repo class * add createOrganisation * add destructuring * update package * lint fix --------- Co-authored-by: Damian Lawrynowicz <fabrykasoftu@gmail.com> Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
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.
No description provided.