Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WiP] Deprecate Explore v1 #2064

Merged
merged 58 commits into from
Feb 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
226526a
Simplifying the viz interface (#2005)
mistercrunch Jan 24, 2017
9662f1c
Working on dashes
mistercrunch Jan 26, 2017
639deea
Making this a collaborative branch
mistercrunch Jan 26, 2017
216baf7
Fixing some bugs
mistercrunch Jan 27, 2017
eaa7b39
Fixing bugs
mistercrunch Jan 27, 2017
efa36d4
More improvements
mistercrunch Jan 30, 2017
e7b91da
Add datasource back in bootstrap data
mistercrunch Jan 31, 2017
50f6db3
Decent state
mistercrunch Feb 1, 2017
a111ba6
Linting
mistercrunch Feb 1, 2017
5f0048a
Moving forward
mistercrunch Feb 1, 2017
1d155ad
Some more linting
mistercrunch Feb 1, 2017
bb2d9bd
Fix the timer
mistercrunch Feb 1, 2017
8613691
Triggering events through state
mistercrunch Feb 2, 2017
842cb14
Lingint
mistercrunch Feb 2, 2017
47a98b4
Put filters in an array instead of flt strings (#2090)
vera-liu Feb 2, 2017
cb5093e
Fix migrations
mistercrunch Feb 2, 2017
f2dabb2
More renderTrigger=true
mistercrunch Feb 2, 2017
ff43b28
Fixing bugs
mistercrunch Feb 2, 2017
ae223b4
Working on standalone
mistercrunch Feb 2, 2017
7450d97
getting standalone to work
mistercrunch Feb 3, 2017
231c1e2
Fixed forcedHeight for standalone =view
mistercrunch Feb 3, 2017
0d109ba
Linting
mistercrunch Feb 3, 2017
9c8a8ab
Get save slice working in v2 (#2106)
vera-liu Feb 3, 2017
43675cd
Filter bugfix
mistercrunch Feb 3, 2017
bfe21a5
Fixing empty series limit bug
mistercrunch Feb 3, 2017
1ae95a1
Fixed dashboard view
mistercrunch Feb 8, 2017
85f92ea
Only allow owners to overwrite slice (#2142)
vera-liu Feb 10, 2017
1a65d6a
Fix tests for deprecate v1 (#2140)
vera-liu Feb 10, 2017
7186b2c
Add in stop button during slice querying/rendering (#2121)
vera-liu Feb 10, 2017
0ed2dd0
Fixing short urls
mistercrunch Feb 8, 2017
6dcc0e8
Adding missing legacy module
mistercrunch Feb 10, 2017
c5b3c16
Removing select2.sortable.js because of license
mistercrunch Feb 11, 2017
7248c49
Allow query to display while slice is loading (#2100)
vera-liu Feb 11, 2017
fc3afb6
Merging migrations
mistercrunch Feb 11, 2017
893640a
Wrapping up shortner migration
mistercrunch Feb 11, 2017
517ce7c
Fixing tests
mistercrunch Feb 13, 2017
932860a
Add folder creation to syncBackend
Feb 13, 2017
b7e4332
Fixing edit URL in explore view
mistercrunch Feb 14, 2017
40a5bb3
Fix look of Stop button
mistercrunch Feb 14, 2017
7556c2a
Adding syntax highlighting to query modal
mistercrunch Feb 14, 2017
fd960dd
Fix cast_form_data and flase checkbox on dash
mistercrunch Feb 14, 2017
283bef5
Bugfix
mistercrunch Feb 14, 2017
c3e08df
Going deeper
mistercrunch Feb 14, 2017
f73fb7d
Fix filtering
mistercrunch Feb 15, 2017
9c3efd0
Deleing invalid filters when changing datasource
mistercrunch Feb 15, 2017
9e85f14
Minor adjustments
mistercrunch Feb 15, 2017
4833662
Fixing calendar heatmap examples
mistercrunch Feb 15, 2017
3e6fb95
Moving edit datasource button to header's right side
mistercrunch Feb 15, 2017
c1fa690
Fixing mapbox example
mistercrunch Feb 15, 2017
09f1f04
Show stack trace when clicking alert
mistercrunch Feb 15, 2017
d2f47c8
Adding npm sync-backend command to build instruction
mistercrunch Feb 15, 2017
eabf696
Bumping up JS dependencies
mistercrunch Feb 16, 2017
6875a01
rm dep on select2
mistercrunch Feb 16, 2017
e96d2a6
Fix py3 urlparse
mistercrunch Feb 16, 2017
aadfdd5
rm superset-select2.js
mistercrunch Feb 16, 2017
5ff8700
Improving migration scripts
mistercrunch Feb 16, 2017
474b0eb
Bugfixes on staging
mistercrunch Feb 17, 2017
9d35c3d
Fixing Markup viz
mistercrunch Feb 17, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ install:
- pip install --upgrade pip
- pip install tox tox-travis
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
- npm install
script: tox -e $TOX_ENV
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ following commands. The `dev` flag will keep the npm script running and
re-run it upon any changes within the assets directory.

```
# Copies a conf file from the frontend to the backend
npm run sync-backend

# Compiles the production / optimized js & css
npm run prod

Expand Down
1 change: 0 additions & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ rm -f .coverage
export SUPERSET_CONFIG=tests.superset_test_config
set -e
superset/bin/superset db upgrade
superset/bin/superset db upgrade # running twice on purpose as a test
superset/bin/superset version -v
python setup.py nosetests
coveralls
5 changes: 5 additions & 0 deletions superset/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import logging
import os
import json
from logging.handlers import TimedRotatingFileHandler

from flask import Flask, redirect
Expand All @@ -21,6 +22,10 @@
APP_DIR = os.path.dirname(__file__)
CONFIG_MODULE = os.environ.get('SUPERSET_CONFIG', 'superset.config')

with open(APP_DIR + '/static/assets/backendSync.json', 'r') as f:
frontend_config = json.load(f)


app = Flask(__name__)
app.config.from_object(CONFIG_MODULE)
conf = app.config
Expand Down
Loading