-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PXD-1221 Hooked up filters, table, charts to Arranger (#320)
* WIP * WIP * reusable arranger wrapper * charts on the page: * PXD-1221 chart and arranger config in params * updated README for Arranger, added font awesome, moved charts to helper funcs * helper tests * Code clean up * linting * fix Data Explorer table in storybook * refactored css * linting * fixed proptypes * Codacy * Travis testSchema * Codacy again * Travis/Dockerfile changes - node 10 * Renamed some things * see if this makes travis pass * cmon Travis * removed table buttons, made explorer protected content * one last try * font awesome import fix * typo * Update README.md * more detailed story, skip tests with Arranger for Travis * PR comment -updated gen3-arranger steps * Docs about ArrangerWrapper
- Loading branch information
Abby George
authored
Jul 30, 2018
1 parent
8c02c2f
commit a49c802
Showing
32 changed files
with
989 additions
and
1,164 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ language: node_js | |
git: | ||
depth: 1 | ||
node_js: | ||
- "8" | ||
- "10" | ||
|
||
cache: | ||
directories: | ||
|
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.