summaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14104 from vespa-engine/tgm/deploy-return-vespa-instanceThiago G. Martins2020-08-212-3/+37
|\
| * use self.local_port instead of hard coded 8080tmartins2020-08-201-1/+3
| * raise exception when deployment fails or return Vespa with deployment message...tmartins2020-08-201-5/+9
| * include vespa engine deployment message in the Vespa class as attributetmartins2020-08-201-1/+8
| * add __repr__ methodtmartins2020-08-191-0/+6
| * return Vespa connection when deploying Vespa app.tmartins2020-08-191-2/+17
* | organize importstmartins2020-08-201-2/+1
* | add return typetmartins2020-08-201-1/+2
* | add vespa formattmartins2020-08-201-1/+2
* | add method to feed a data point.tmartins2020-08-201-0/+16
|/
* make sure template files are include in the pyvespa packagetmartins2020-08-101-0/+10
* used repr on the class memberstmartins2020-07-071-15/+14
* fix unit testtmartins2020-07-071-2/+0
* remove unnecessary document-processing tagstmartins2020-07-071-2/+0
* update application package notebooktmartins2020-07-071-2/+5
* Create VespaDocker class to encapsulate docker deployment code.tmartins2020-07-071-60/+70
* refactor __repr__ as a python expressiontmartins2020-07-072-61/+102
* remove unnecessary updatetmartins2020-07-071-2/+4
* more compact expressiontmartins2020-07-071-4/+1
* remove redundant listtmartins2020-07-071-1/+1
* set deploy code to texttmartins2020-07-031-6/+2
* update disk pathtmartins2020-07-031-56/+4
* application package notebooktmartins2020-07-031-21/+94
* write application files before local deploymenttmartins2020-07-024-15/+56
* hosts and services template filestmartins2020-07-022-0/+25
* add hosts and services templatetmartins2020-07-022-1/+62
* schema templatetmartins2020-07-021-0/+28
* add application package serialization codetmartins2020-07-022-12/+147
* add jinja 2 dependencytmartins2020-07-021-1/+1
* implement rank profile and schematmartins2020-06-292-1/+144
* implement document and field settmartins2020-06-272-20/+106
* start to unit test the code to create application packagetmartins2020-06-251-0/+45
* add code to deploy locally and start to implement the api to create applicati...tmartins2020-06-251-13/+94
* add class for serializationtmartins2020-06-251-0/+77
* include ApplicationPackage codetmartins2020-06-221-0/+53
* include docker library dependencytmartins2020-06-221-1/+1
* include application package pagetmartins2020-06-221-0/+156
* update readme with new name pyvespatmartins2020-06-162-835/+8
* bump development versiontmartins2020-06-151-35/+65
* use VespaResult into query doctmartins2020-06-111-10/+10
* clean notebooktmartins2020-06-111-645/+12
* use VespaResult in the notebooktmartins2020-06-111-88/+100
* use VespaResult in the evaluation codetmartins2020-06-112-67/+50
* add properties used by the evaluation methodtmartins2020-06-111-0/+8
* adapt collect_training_data unit test to use VespaResulttmartins2020-06-111-4/+12
* adapt collect_training_code to use VespaResulttmartins2020-06-111-10/+2
* query now returns VespaResulttmartins2020-06-112-7/+7
* include request body into VespaResulttmartins2020-06-111-4/+9
* change package nametmartins2020-06-114-4/+4
* add copyright headerstmartins2020-06-047-0/+14