-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement/issue 278 graphql plugin (#487)
* init commit of WIP with server and graphiql working * WIP client side implementation * output message when processing a commonjs file * debug statement * custom graphql client * restore graphQL to shelf * refactor shelf * rollup bundling working * graphql working in production build * upgrade backend apollo 3 * move and re-enable data unit tests * align server start usage with develop command * fixed bug with dangling commas in es-modules-shims * add new config query test case * tests for menu query for navigation * clean up * add support for children query aliasing * children query specs * cleanup * graph query test cases and support * delete old cases * console cleanup * fix label confusion and restore id * remove frontmatter * refactoring and promisifying * graph test with custom frontmatter * restore docs * remove example config query * delete commented out code
- Loading branch information
1 parent
e565e5e
commit 0bbefa8
Showing
82 changed files
with
5,091 additions
and
1,172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
const path = require('path'); | ||
|
||
module.exports = { | ||
// TODO spec: path.join(__dirname, 'packages/**/test/**/**/**/*.spec.js'), | ||
spec: path.join(__dirname, 'packages/**/test/cases/**/**/*.spec.js'), | ||
spec: path.join(__dirname, 'packages/**/test/**/**/**/*.spec.js'), | ||
timeout: 30000 | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.