-
Notifications
You must be signed in to change notification settings - Fork 50
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
Conversation
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
Codecov Report
@@ Coverage Diff @@
## branch-0.1.x #575 +/- ##
===============================================
Coverage ? 95.33%
===============================================
Files ? 96
Lines ? 8536
Branches ? 0
===============================================
Hits ? 8138
Misses ? 398
Partials ? 0
Continue to review full report at Codecov.
|
guoxiangzhou
approved these changes
May 9, 2020
guoxiangzhou
approved these changes
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.