[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
This commit is contained in:
Wyatt Johnson
2019-03-12 14:12:21 +00:00
committed by Kiwi
parent 37959f9398
commit d37333be89
125 changed files with 1272 additions and 1539 deletions
+3 -3
View File
@@ -24,7 +24,7 @@ import { InputLabel, CallOut, ValidationMessage, TextField, InputDescription, Fl
<FormField>
<InputLabel>Username</InputLabel>
<InputDescription>A unique identifier displayed on your comments. You may use “_” and “.”</InputDescription>
<InputDescription>An identifier displayed on your comments. You may use “_” and “.”</InputDescription>
<TextField fullWidth />
</FormField>
@@ -56,7 +56,7 @@ import { InputLabel, CallOut, ValidationMessage, TextField, InputDescription, Fl
<FormField>
<InputLabel defaultValue="something.com">Username</InputLabel>
<InputDescription>A unique identifier displayed on your comments. You may use “_” and “.”</InputDescription>
<InputDescription>An identifier displayed on your comments. You may use “_” and “.”</InputDescription>
<TextField color="error" fullWidth />
<ValidationMessage fullWidth>Invalid characters. Try again.</ValidationMessage>
</FormField>
@@ -90,7 +90,7 @@ import { InputLabel, CallOut, ValidationMessage, TextField, InputDescription, Fl
<FormField>
<InputLabel defaultValue="something.com">Username</InputLabel>
<InputDescription>A unique identifier displayed on your comments. You may use “_” and “.”</InputDescription>
<InputDescription>An identifier displayed on your comments. You may use “_” and “.”</InputDescription>
<TextField fullWidth/>
</FormField>