Skip to content

Commit d271096

Browse files
jasper95praveenweb
andauthored
overwrite current ra-data-hasura with ra-data-hasura-graphql library (hasura#37)
Co-authored-by: praveenweb <[email protected]>
1 parent 6458ae7 commit d271096

22 files changed

+4439
-8079
lines changed

Diff for: .babelrc

-11
This file was deleted.

Diff for: .eslintrc

-179
This file was deleted.

Diff for: .gitignore

+2-32
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,5 @@
1-
# Logs
2-
logs
3-
*.log
4-
5-
# Runtime data
6-
pids
7-
*.pid
8-
*.seed
9-
lib
10-
11-
# Directory for instrumented libs generated by jscoverage/JSCover
12-
lib-cov
13-
14-
# Coverage directory used by tools like istanbul
15-
coverage
16-
.nyc_output
17-
18-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
19-
.grunt
20-
21-
# node-waf configuration
22-
.lock-wscript
23-
24-
# Compiled binary addons (http://nodejs.org/api/addons.html)
25-
build/Release
26-
27-
# Dependency directory
28-
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
291
node_modules
30-
31-
# Remove some common IDE working directories
32-
.idea
2+
*.org
3+
lib
334
.vscode
345

35-
.DS_Store

Diff for: .npmignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
src
2+
webpack.config.js
3+
.prettierrc
4+
*.org

Diff for: .prettierrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"trailingComma": "es5",
3+
"tabWidth": 2,
4+
"semi": true,
5+
"singleQuote": true
6+
}

Diff for: App.js.example.js

-33
This file was deleted.

Diff for: CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313

1414
## 0.0.6 (June 14, 2019)
1515

16-
- Bug Fix: Fix sort order, fix primary key when response not an array and add filters to GET_* operations.
16+
- Bug Fix: Fix sort order, fix primary key when response not an array and add filters to GET\_\* operations.
1717

1818
## 0.0.5 (May 16, 2019)
1919

20-
- Feature: Support specifying primary keys other than id for tables using a config object
21-
Example: `const config = { 'primaryKey': {'author': 'name'} }`
20+
- Feature: Support specifying primary keys other than id for tables using a config object
21+
Example: `const config = { 'primaryKey': {'author': 'name'} }`
2222

2323
## 0.0.4 (April 25, 2019)
2424

25-
- Feature: Support multiple schemas using "." separator.
26-
Example: `<Resource name="schema.table" />`
25+
- Feature: Support multiple schemas using "." separator.
26+
Example: `<Resource name="schema.table" />`
2727

2828
## 0.0.3 (January 24, 2019)
2929

Diff for: LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) [year] [fullname]
3+
Copyright (c) 2020 Radcliffe Robinson
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

0 commit comments

Comments
 (0)