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

fix install bug of restful server #575

Merged
merged 70 commits into from
May 9, 2020
Merged
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
7c6bb75
gui/server test framework
longjiquan Mar 23, 2020
a3d4366
pylint check & format code
longjiquan Mar 23, 2020
a39abdf
Merge branch 'master' of https://github.com/zilliztech/arctern into s…
longjiquan Mar 23, 2020
9df4f05
gui/server test framework except query
longjiquan Mar 24, 2020
5a27309
resolve conflict
longjiquan Mar 24, 2020
d111f15
spark & service module test
longjiquan Mar 24, 2020
84cf9cc
service test fro pointmap
longjiquan Mar 24, 2020
9dc4a97
add /db/query test case
longjiquan Mar 24, 2020
c7aad1f
resolve conflict
longjiquan Mar 24, 2020
d400332
pylint check & format code
longjiquan Mar 24, 2020
f97f85a
add small csv to support ci
longjiquan Mar 25, 2020
dcba004
Merge branch 'master' of https://github.com/zilliztech/arctern into s…
longjiquan Mar 25, 2020
189783f
empty commit to trigger ci
longjiquan Mar 25, 2020
5492302
tests for restful api
longjiquan Mar 27, 2020
fa0b227
test for restful api done
longjiquan Mar 27, 2020
2ee2387
Merge branch 'master' of https://github.com/zilliztech/arctern into s…
longjiquan Mar 27, 2020
2eee393
gui/server add load api
longjiquan Mar 28, 2020
fc87e6b
resolve conflict
longjiquan Mar 28, 2020
23a941c
gui/server weighted_pointmap supported
longjiquan Mar 28, 2020
f986c2e
resolve conflict
longjiquan Mar 28, 2020
e5a5b36
load config from command line
longjiquan Mar 30, 2020
4c24f48
remove dependency of app.common.config
longjiquan Mar 30, 2020
02e3fe6
resolve conflict
longjiquan Mar 30, 2020
601f38d
[skip ci] pylint check & format code
longjiquan Mar 30, 2020
39b2556
[skip ci] add load logic for restful api test
longjiquan Mar 30, 2020
432ac65
Merge branch 'master' of https://github.com/zilliztech/arctern
longjiquan Mar 30, 2020
9a92bb9
Merge branch 'master' of https://github.com/zilliztech/arctern
longjiquan Mar 31, 2020
fdd44cd
limit package version of flask-cors
longjiquan Mar 31, 2020
93f3cbc
limit package version of restful api test
longjiquan Mar 31, 2020
07df2c3
[skip ci] fix some bug of server with standalone spark cluster
longjiquan Mar 31, 2020
08527fa
[skip ci] resolve conflicts
longjiquan Mar 31, 2020
1c1f04d
[skip ci] resolve conflicts
longjiquan Mar 31, 2020
810fd54
change id to string type
longjiquan Apr 1, 2020
e0cd00a
resolve conflicts
longjiquan Apr 1, 2020
5c19f1a
resolve conflicts
longjiquan Apr 1, 2020
1f8b5de
[skip ci] change db id to hex string
longjiquan Apr 1, 2020
7759394
Merge branch 'master' of https://github.com/zilliztech/arctern
longjiquan Apr 3, 2020
749cefe
Merge branch 'master' of https://github.com/zilliztech/arctern
longjiquan Apr 9, 2020
5d1c3b2
Merge branch 'master' of https://github.com/zilliztech/arctern
longjiquan Apr 14, 2020
ac9e1e1
Merge branch 'master' of https://github.com/zilliztech/arctern
longjiquan Apr 17, 2020
5163302
test for restful api v2
longjiquan Apr 18, 2020
165a761
Merge branch 'master' of https://github.com/zilliztech/arctern
longjiquan Apr 18, 2020
ece22cb
add pandas dependency
longjiquan Apr 18, 2020
07690ef
add config to adapt ci
longjiquan Apr 20, 2020
7aa0964
Merge branch 'master' of https://github.com/zilliztech/arctern
longjiquan Apr 20, 2020
c0adfbc
remove pandas dependency
longjiquan Apr 20, 2020
263c615
enable pytest output
longjiquan Apr 20, 2020
3e3f291
fix some bug
longjiquan Apr 20, 2020
cf92eb1
mount directory when running flask server container
longjiquan Apr 20, 2020
dad815d
Merge branch 'master' of https://github.com/zilliztech/arctern
longjiquan Apr 20, 2020
7bf1b65
chmod /arctern/gui/server in dockerfile
longjiquan Apr 21, 2020
448004a
add executable when install arctern_server package
longjiquan Apr 21, 2020
ac297d1
Merge branch 'master' of https://github.com/zilliztech/arctern
longjiquan Apr 21, 2020
24d4c99
Merge branch 'server_binary' of https://github.com/dragondriver/arctern
longjiquan Apr 21, 2020
1e20c30
test for restful api v2
longjiquan Apr 21, 2020
c515020
fix logout
longjiquan Apr 21, 2020
0d98576
pylint check & format
longjiquan Apr 21, 2020
7e5bc5f
fix bug
longjiquan Apr 21, 2020
5b720cc
Merge branch 'master' of https://github.com/zilliztech/arctern
longjiquan Apr 21, 2020
89ac7a0
pylint check & format
longjiquan Apr 21, 2020
28520a0
pylint check & format
longjiquan Apr 21, 2020
ea02e5b
pylint check & format
longjiquan Apr 21, 2020
d3a47d3
change spark.sql.warehouse.dir
longjiquan Apr 21, 2020
367511c
enlarge bounding_box in render test case
longjiquan Apr 22, 2020
d61af4a
remove assertion of render result
longjiquan Apr 22, 2020
cbf409f
change csv path to adapt ci
longjiquan Apr 22, 2020
3b46e2c
assertion of render result
longjiquan Apr 22, 2020
5ff3888
fix conflict
longjiquan Apr 22, 2020
306ca54
remove assertion of render result
longjiquan Apr 22, 2020
1bf720a
Merge branch 'master' of https://github.com/zilliztech/arctern
longjiquan Apr 23, 2020
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

These merge commits were added into this branch cleanly.

There are no new changes to show.