Skip to content

Commit

Permalink
overwrite current ra-data-hasura with ra-data-hasura-graphql library (h…
Browse files Browse the repository at this point in the history
…asura#37)

Co-authored-by: praveenweb <[email protected]>
  • Loading branch information
jasper95 and praveenweb authored Jan 19, 2021
1 parent 6458ae7 commit d271096
Show file tree
Hide file tree
Showing 22 changed files with 4,439 additions and 8,079 deletions.
11 changes: 0 additions & 11 deletions .babelrc

This file was deleted.

179 changes: 0 additions & 179 deletions .eslintrc

This file was deleted.

34 changes: 2 additions & 32 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,35 +1,5 @@
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed
lib

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

# Remove some common IDE working directories
.idea
*.org
lib
.vscode

.DS_Store
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src
webpack.config.js
.prettierrc
*.org
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}
33 changes: 0 additions & 33 deletions App.js.example.js

This file was deleted.

10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@

## 0.0.6 (June 14, 2019)

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

## 0.0.5 (May 16, 2019)

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

## 0.0.4 (April 25, 2019)

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

## 0.0.3 (January 24, 2019)

Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) [year] [fullname]
Copyright (c) 2020 Radcliffe Robinson

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

0 comments on commit d271096

Please sign in to comment.