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

Conversation

longjiquan
Copy link
Collaborator

No description provided.

@neza2017 neza2017 added arctern-0.1.1 arctern-0.1.1 bug Something isn't working labels May 9, 2020
@codecov
Copy link

codecov bot commented May 9, 2020

Codecov Report

❗ No coverage uploaded for pull request base (branch-0.1.x@1bf720a). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-0.1.x     #575   +/-   ##
===============================================
  Coverage                ?   95.33%           
===============================================
  Files                   ?       96           
  Lines                   ?     8536           
  Branches                ?        0           
===============================================
  Hits                    ?     8138           
  Misses                  ?      398           
  Partials                ?        0           
Flag Coverage Δ
#amd64_linux_gpu_unittest 95.33% <0.00%> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1bf720a...1bf720a. Read the comment docs.

@guoxiangzhou guoxiangzhou merged commit ba7a29b into arctern-io:branch-0.1.x May 9, 2020
guoxiangzhou pushed a commit that referenced this pull request May 9, 2020
* fix ST_PolygonFromEnvelope

* add unittest

* render api use vectorof arrow array (#559)

* fix wrong choroplethmap when png size is small

* fix wrong choroplethmap when png size is small

* add test for transform_projection

* format projection test

* package python transform and render

* pylint && code format

* python support chunkarray

* choroplethmap without agg, done

* chroplethmap with agg, done

* icion map, done

* heat map, done

* point map, done

* modify weighted pointmap in c++

* wrap weighted pointmap in cython

* wrap weighted pointmap in pandas api, done

* projection api, done

* fix transform api

* use flexible data type

* render code refactor, done

* remove redundant print msg

* code format, cpp and python

* code format

* recommit

* code format

Co-authored-by: xi.ge <xi.ge@zilliz.com>

* test vectory implementation in regression (#567)

* test vectory implementation (the modification is consistent with #555 pr)

* delete test_ST_PolygonFromEnvelope2

* add fishnet map (#570)

* add fishnet map

* add restful api for fishnetmap

* add restful api for fishnetmap

* fix pylint

* fix install bug of restful server (#575)

* gui/server test framework

* pylint check & format code

* gui/server test framework except query

* spark & service module test

* service test fro pointmap

* add /db/query test case

* pylint check & format code

* add small csv to support ci

* empty commit to trigger ci

* tests for restful api

* test for restful api done

* gui/server add load api

* gui/server weighted_pointmap supported

* load config from command line

* remove dependency of app.common.config

* [skip ci] pylint check & format code

* [skip ci] add load logic for restful api test

* limit package version of flask-cors

* limit package version of restful api test

* [skip ci] fix some bug of server with standalone spark cluster

* [skip ci] resolve conflicts

* change id to string type

* resolve conflicts

* [skip ci] change db id to hex string

* test for restful api v2

* add pandas dependency

* add config to adapt ci

* remove pandas dependency

* enable pytest output

* fix some bug

* mount directory when running flask server container

* chmod /arctern/gui/server in dockerfile

* add executable when install arctern_server package

* test for restful api v2

* fix logout

* pylint check & format

* fix bug

* pylint check & format

* pylint check & format

* pylint check & format

* change spark.sql.warehouse.dir

* enlarge bounding_box in render test case

* remove assertion of render result

* change csv path to adapt ci

* assertion of render result

* remove assertion of render result

* rename savetable to savefile

* fix conflict

Co-authored-by: GuoRentong <57477222+GuoRentong@users.noreply.github.com>
Co-authored-by: yefu.chen <yefu.chen@zilliz.com>
Co-authored-by: bigsheeper <42060877+bigsheeper@users.noreply.github.com>
Co-authored-by: xi.ge <xi.ge@zilliz.com>
Co-authored-by: czp <2426009680@qq.com>
neza2017 added a commit that referenced this pull request May 11, 2020
* fix ST_PolygonFromEnvelope

* add unittest

* render api use vectorof arrow array (#559)

* fix wrong choroplethmap when png size is small

* fix wrong choroplethmap when png size is small

* add test for transform_projection

* format projection test

* package python transform and render

* pylint && code format

* python support chunkarray

* choroplethmap without agg, done

* chroplethmap with agg, done

* icion map, done

* heat map, done

* point map, done

* modify weighted pointmap in c++

* wrap weighted pointmap in cython

* wrap weighted pointmap in pandas api, done

* projection api, done

* fix transform api

* use flexible data type

* render code refactor, done

* remove redundant print msg

* code format, cpp and python

* code format

* recommit

* code format

Co-authored-by: xi.ge <xi.ge@zilliz.com>

* test vectory implementation in regression (#567)

* test vectory implementation (the modification is consistent with #555 pr)

* delete test_ST_PolygonFromEnvelope2

* add fishnet map (#570)

* add fishnet map

* add restful api for fishnetmap

* add restful api for fishnetmap

* fix pylint

* fix install bug of restful server (#575)

* gui/server test framework

* pylint check & format code

* gui/server test framework except query

* spark & service module test

* service test fro pointmap

* add /db/query test case

* pylint check & format code

* add small csv to support ci

* empty commit to trigger ci

* tests for restful api

* test for restful api done

* gui/server add load api

* gui/server weighted_pointmap supported

* load config from command line

* remove dependency of app.common.config

* [skip ci] pylint check & format code

* [skip ci] add load logic for restful api test

* limit package version of flask-cors

* limit package version of restful api test

* [skip ci] fix some bug of server with standalone spark cluster

* [skip ci] resolve conflicts

* change id to string type

* resolve conflicts

* [skip ci] change db id to hex string

* test for restful api v2

* add pandas dependency

* add config to adapt ci

* remove pandas dependency

* enable pytest output

* fix some bug

* mount directory when running flask server container

* chmod /arctern/gui/server in dockerfile

* add executable when install arctern_server package

* test for restful api v2

* fix logout

* pylint check & format

* fix bug

* pylint check & format

* pylint check & format

* pylint check & format

* change spark.sql.warehouse.dir

* enlarge bounding_box in render test case

* remove assertion of render result

* change csv path to adapt ci

* assertion of render result

* remove assertion of render result

* Gis version 0.1.x (#581)

* gis version

* gis version

* python wrapper for arctern version

* gis version 0.1.x

* gis version

* fix fishnet error when cell_size is not an index of 2 (#579)

* add fishnet map

* add restful api for fishnetmap

* add restful api for fishnetmap

* fix pylint

* fix fishnet error when cell_size is not an index of 2

* rerun jenkins

* add conda build branch regrex and change build id according to commit id (#584)

* Fix some bugs of code example in comments. (#578)

* fix api comment

* fix api comment

* fix api comment

* change param name in gis api

* change param name in gis api

* change scheam name

* change scheam name

* fix api comment

* ...

* fix Copyright

* fix api comment

* fix api comment

* fix gis api comment

* fix api comment

* modified param name

* modify plot api comment

* modify plot api comment

* modify plot api comment

* add register_func comment

* modify register_func comment

* change import order in plot test

* fix param type from double to float

* fix gis comment

* fix api comment

* fix api comment

* fix api comment

* fix bugs in gis test example

Co-authored-by: yxm1536 <xiaomeng.yi@outlook.com>

* fix fishnet gpu version (#588)

* add fishnet map

* add restful api for fishnetmap

* add restful api for fishnetmap

* fix pylint

* fix fishnet error when cell_size is not an index of 2

* rerun jenkins

* fix fishnet gpu version

* server package refactor (#589)

Co-authored-by: GuoRentong <57477222+GuoRentong@users.noreply.github.com>
Co-authored-by: yefu.chen <yefu.chen@zilliz.com>
Co-authored-by: bigsheeper <42060877+bigsheeper@users.noreply.github.com>
Co-authored-by: xi.ge <xi.ge@zilliz.com>
Co-authored-by: czp <2426009680@qq.com>
Co-authored-by: DragonDriver <31589260+DragonDriver@users.noreply.github.com>
Co-authored-by: nezha2017 <34152706+nezha2017@users.noreply.github.com>
Co-authored-by: zhenshan.cao <czs@alumni.hust.edu.cn>
Co-authored-by: become-nice <56624819+become-nice@users.noreply.github.com>
Co-authored-by: yxm1536 <xiaomeng.yi@outlook.com>
@longjiquan
Copy link
Collaborator Author

fix issue 40 of arctern docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arctern-0.1.1 arctern-0.1.1 bug Something isn't working /gui/server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants