forked from metabase/metabase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a01525d
commit 4dd8c1d
Showing
33 changed files
with
204 additions
and
84 deletions.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
|
@@ -22,3 +22,4 @@ profiles.clj | |
/resources/frontend_client/app/dist/ | ||
/node_modules/ | ||
/.js_hint_output/ | ||
/.babel_cache |
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 |
---|---|---|
@@ -1,30 +1,31 @@ | ||
{ | ||
"name": "corvus", | ||
"private": true, | ||
"version": "0.0.0", | ||
"description": "Expa Analytics", | ||
"repository": "https://github.com/expa/data", | ||
"license": "private", | ||
"engines": { | ||
"node": "0.10.25" | ||
}, | ||
"dependencies": { | ||
"bower": "1.3.12", | ||
"gulp": "^3.8.8", | ||
"gulp-concat": "^2.4.0", | ||
"gulp-myth": "^1.0.1", | ||
"gulp-jsx": "^0.7.0", | ||
"gulp-react": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"http-server": "^0.6.1", | ||
"jsxhint": "0.13.3", | ||
"karma": "~0.10", | ||
"karma-junit-reporter": "^0.2.2", | ||
"protractor": "~0.20.1", | ||
"shelljs": "^0.2.6" | ||
}, | ||
"scripts": { | ||
"postinstall": "./node_modules/bower/bin/bower install --allow-root --config.interactive=false" | ||
} | ||
"name": "corvus", | ||
"private": true, | ||
"version": "0.0.0", | ||
"description": "Expa Analytics", | ||
"repository": "https://github.com/expa/data", | ||
"license": "private", | ||
"engines": { | ||
"node": "0.10.25" | ||
}, | ||
"dependencies": { | ||
"bower": "1.3.12", | ||
"gulp": "^3.8.8", | ||
"gulp-concat": "^2.4.0", | ||
"gulp-jsx": "^0.7.0", | ||
"gulp-myth": "^1.0.1", | ||
"gulp-react": "^2.0.0", | ||
"react": "^0.12.2" | ||
}, | ||
"devDependencies": { | ||
"http-server": "^0.6.1", | ||
"jsxhint": "0.13.3", | ||
"karma": "~0.10", | ||
"karma-junit-reporter": "^0.2.2", | ||
"protractor": "~0.20.1", | ||
"shelljs": "^0.2.6" | ||
}, | ||
"scripts": { | ||
"postinstall": "./node_modules/bower/bin/bower install --allow-root --config.interactive=false" | ||
} | ||
} |
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
8 changes: 6 additions & 2 deletions
8
resources/frontend_client/app/query_builder/action_button.react.js
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
10 changes: 8 additions & 2 deletions
10
resources/frontend_client/app/query_builder/add_to_dashboard.react.js
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
10 changes: 8 additions & 2 deletions
10
resources/frontend_client/app/query_builder/add_to_dashboard_popover.react.js
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
6 changes: 4 additions & 2 deletions
6
resources/frontend_client/app/query_builder/aggregation_widget.react.js
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
5 changes: 3 additions & 2 deletions
5
resources/frontend_client/app/query_builder/database_selector.react.js
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
2 changes: 1 addition & 1 deletion
2
resources/frontend_client/app/query_builder/date_filter.react.js
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
7 changes: 5 additions & 2 deletions
7
resources/frontend_client/app/query_builder/filter_widget.react.js
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
7 changes: 5 additions & 2 deletions
7
resources/frontend_client/app/query_builder/form_field.react.js
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
16 changes: 13 additions & 3 deletions
16
resources/frontend_client/app/query_builder/gui_query_editor.react.js
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
15 changes: 11 additions & 4 deletions
15
resources/frontend_client/app/query_builder/header.react.js
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
6 changes: 4 additions & 2 deletions
6
resources/frontend_client/app/query_builder/limit_widget.react.js
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
7 changes: 5 additions & 2 deletions
7
resources/frontend_client/app/query_builder/native_query_editor.react.js
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
1 change: 0 additions & 1 deletion
1
resources/frontend_client/app/query_builder/popover_content.react.js
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
8 changes: 6 additions & 2 deletions
8
resources/frontend_client/app/query_builder/query_mode_toggle.react.js
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
2 changes: 1 addition & 1 deletion
2
resources/frontend_client/app/query_builder/run_button.react.js
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
2 changes: 1 addition & 1 deletion
2
resources/frontend_client/app/query_builder/search_bar.react.js
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.