-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(ghService): consistent naming + use import * feat(envvar): add file path * feat(feature flag): add feature flag for quickie * feat(commitService): add commit service * feat(deps): add args to constructor * feat(commit service): add in drop in replacement for path + add in logic just for create * fix(tests): rename vars in tests * fix(commitService): wrong condition * fix(repoService): make API not optional, set ... default values instead * chore(repo service): rm console log * fix(env var): reduce number of env vars being used * chore(commitService): add return types * chore(ghcommitService): stricter typing * fix(constants): wrong path * fix(commitService): abstract out utils * chore(repoService): rename isRepoGgsWhitelisted * chore(featureFlags): rename quickie feature flag * chore(gitFileService): cleaner funcs * feat(commit service): add in drop in replacement for path + add in logic just for create * fix(repoService): make API not optional, set ... default values instead * chore(githubService): refactor to ts * refactor(constants): move out consts to constants file * refactor(consts): update imports * fix(auth service): type issues after refactor * fix(sites.spec): add imports * chore(tests): add deps * fix(error handling): + inconsistent API calls * fix(tests): fix failing tests * feat(githubCommitService): add other func calls * feat(githubService): update API * fix(repoService): fix failing build * feat(ghCommitService): mvfile * fix(server.js): fix initalisation issues * feat(githubcommitService): add other req funcs * fix(ghServiceTests): fix wrong api * fix(repoServiceTest): fix api changes * fix(test): temp removal of failing tests * fix(feature flags): incorrect feature flag * fix(repoService): tests failure
- Loading branch information
1 parent
468d782
commit 6be9f66
Showing
4 changed files
with
462 additions
and
525 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
Oops, something went wrong.