Skip to content

Commit 89f423b

Browse files
new projects gql
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent eebcdcb commit 89f423b

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

gql/projects.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,43 @@ projects:
1919
start_date: 2015-07-02T00:00:00Z
2020
join_date: null
2121
psql_db: graphqljs
22+
shared_db: graphql
2223
main_repo: 'graphql/graphql-js'
2324
annotation_regexp: '^v\d+\.\d+\.\d+$'
2425
files_skip_pattern: ''
26+
graphiql:
27+
order: 3
28+
name: GraphQL IDE
29+
status: "-"
30+
command_line: ['graphql/graphiql']
31+
start_date: 2015-08-24T00:00:00Z
32+
join_date: null
33+
psql_db: graphiql
34+
shared_db: graphql
35+
main_repo: 'graphql/graphiql'
36+
annotation_regexp: '^v\d+\.\d+\.\d+$'
37+
files_skip_pattern: ''
38+
expressgraphql:
39+
order: 4
40+
name: Express GraphQL
41+
status: "-"
42+
command_line: ['graphql/express-graphql']
43+
start_date: 2015-08-10T00:00:00Z
44+
join_date: null
45+
psql_db: expressgraphql
46+
shared_db: graphql
47+
main_repo: 'graphql/express-graphql'
48+
annotation_regexp: '^v\d+\.\d+\.\d+$'
49+
files_skip_pattern: ''
50+
graphqlspec:
51+
order: 5
52+
name: GraphQL Spec
53+
status: "-"
54+
command_line: ['graphql/graphql-spec']
55+
start_date: 2015-07-02T00:00:00Z
56+
join_date: null
57+
psql_db: graphqlspec
58+
shared_db: graphql
59+
main_repo: 'graphql/graphql-spec' # facebook/graphql
60+
annotation_regexp: ''
61+
files_skip_pattern: ''

0 commit comments

Comments
 (0)