Commit Graph
10 Commits
Author SHA1 Message Date
Wyatt JohnsonandGitHub e0627925fb [next] Heroku Support (#2240)
* feat: added env-rewrite support

* feat: added heroku support via app.json

* fix: fixed readme linting error

* fix: fixed error in app.json

* fix: improved environment variables exposed by app.json
2019-03-22 20:29:02 +00:00
KiwiandGitHub 5a7340ac3a fix: improve development instructions (#2233) 2019-03-19 18:09:43 +01:00
KiwiandGitHub 3bdb9e645d fix: add docz address 2019-03-18 16:48:43 +01:00
Chi Vinh Le 547e73f0ae fix: update toc 2019-03-18 11:41:31 +01:00
KiwiandGitHub d05bece722 feat: add note that building might take a while 2019-03-18 10:58:06 +01:00
KiwiandGitHub d9d6403cda feat: add word about linters 2019-03-18 10:52:51 +01:00
KiwiandGitHub ff6cb22c25 feat: add some words about testing and docz 2019-03-18 10:50:26 +01:00
Wyatt Johnson 20b6e6b3ff feat: improved developer documentation 2019-03-15 13:15:31 -06:00
Wyatt JohnsonandKiwi d37333be89 [CORL 133] API Review (#2197)
* refactor: removed unused subscription code

* refactor: removed management api's

* refactor: cleanup of connections

* refactor: refactored comments edge

* refactor: simplified connection resolving

* feat: added story connection edge

* fix: added story index

* feat: added user pagination and user edge

* fix: added filter to comment query

* fix: removed unused resolvers

* fix: creating a comment reply should require auth

* refactor: cleanup of graph files

* feat: removed display name, made username non-unique

* fix: fixed tests

* fix: fixed tests

* fix: added more api docs

* fix: fixed bug with installer

* refactor: fixes and updates

* fix: added linting for graphql, fixed schema

* feat: added docker build tests

* fix: upped output timeout

* fix: fixed stacktraces in production builds

* fix: removed `git add`

- `git add` was causing issues with
    partial staged changs on files

* feat: improved error messaging for auth

* refactor: cleaned up queue names

* fix: merge error
2019-03-12 15:12:21 +01:00
Wyatt JohnsonandGitHub b6aa1da817 [next] Production Fixes + Initial Documentation (#2185)
* feat: added README, LICENSE, fixed bugs with package.json

* refactor: remove test as valid suggested option
2019-02-08 18:07:09 +00:00