aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into tgm/pyvespa-tutorialtmartins2020-08-241-2/+2
|\
| * Merge pull request #14104 from vespa-engine/tgm/deploy-return-vespa-instanceThiago G. Martins2020-08-212-3/+37
| |\
| * | organize importstmartins2020-08-201-2/+1
| * | add return typetmartins2020-08-201-1/+2
* | | Add more text to connect to vespa tutorialtmartins2020-08-241-5/+746
* | | finish create and deploy tutorialtmartins2020-08-241-32/+870
* | | Merge branch 'tgm/deploy-return-vespa-instance' into tgm/pyvespa-tutorialtmartins2020-08-202-6/+25
|\ \ \ | | |/ | |/|
| * | 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
* | | add simple query sectiontmartins2020-08-201-0/+44
* | | Merge branch 'tgm/add-feed-data-point' into tgm/pyvespa-tutorialtmartins2020-08-201-1/+2
|\ \ \ | | |/ | |/|
| * | add vespa formattmartins2020-08-201-1/+2
* | | update notebooktmartins2020-08-201-1/+10
* | | Merge branch 'tgm/add-feed-data-point' into tgm/pyvespa-tutorialtmartins2020-08-201-0/+16
|\| |
| * | add method to feed a data point.tmartins2020-08-201-0/+16
* | | include feed sectiontmartins2020-08-201-0/+31
* | | clean outputstmartins2020-08-191-32/+3
* | | update based on new outcome of vespa.deploytmartins2020-08-191-2/+62
* | | Merge branch 'tgm/deploy-return-vespa-instance' into tgm/pyvespa-tutorialtmartins2020-08-191-2/+17
|\ \ \ | | |/ | |/|
| * | return Vespa connection when deploying Vespa app.tmartins2020-08-191-2/+17
| |/
* | start end-to-end tutorialtmartins2020-08-191-58/+2
* | add notebook to create and deploy packagetmartins2020-08-131-0/+167
* | update colab linktmartins2020-08-121-1/+1
* | clean notebook cellstmartins2020-08-121-8/+3
* | include colab friendly notebooktmartins2020-08-121-0/+241
|/
* 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