Commit Graph
6 Commits
Author SHA1 Message Date
David Luzar 227830e5d5 feat: support .env.local and custom GH_OWNER and GH_TOKEN in dev (#12) 2021-11-25 20:07:46 +01:00
David Luzar 865213ffce feat: namespace to /libraries and do partial deploys (#9)
* feat: namespace to `/libraries` and do partial deploys

* rename
2021-11-17 16:41:16 +05:30
dwelleandAakansha Doshi f07e5b97d7 host on firebase (#5)
add setup script

set Functions EXCALIBOT_TOKEN on deploy

use yarn & node v14

update readme

use GH_TOKEN naming

deploy on pr [debug]

install deps during deploy

fix deps installing

change firebase project

install firebase-tools locally

use `busboy` and ensure we use Firebase emulator server on localhost

factor routes and middlewares into own files

Update functions/index.js

Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>

Update functions/routes/libraries.js

Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>

Update .github/workflows/deploy.yaml

Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>

fix typo and wrap in try catch

update readme

remove busboy timeout

Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
2021-06-20 17:35:36 +05:30
Aakansha Doshianddwelle d3cb99a1b0 feat: set up express server and api to automate pull request for lib creation (#3)
* feat: Add express server and api to automate pull request for lib creation

* fix

* Return pull request url in response and fixes

* Add dotenv to main env vars

* use cross-env

* factor `createPullRequest` call out of data parsing

* add .env to gitignore, remove dev:start and cross-env

* add .DS_Store to gitignore

* Update .gitignore

Co-authored-by: dwelle <luzar.david@gmail.com>
2021-06-18 21:52:18 +05:30
Aakansha Doshi 9be154152a Add script to automate the pull request for libs creation (#2)
* Add @octokit/core and octokit-plugin-create-pull-request

* add test data

* Add script for creating pull request

* fix

* console.error
2021-06-16 23:57:58 +05:30
Aakansha Doshi c450ee614a Initial setup (#1)
* initial setup and add octokit-core and octokit-plugin-create-pull-request

* add prettier,eslint

* Update .gitignore
2021-06-15 21:14:56 +05:30