aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* create outfile_file argument with sys.output as default.tmartins2020-09-011-4/+11
* do not write zip file to disktmartins2020-09-011-2/+0
* print now write to self.outputtmartins2020-09-011-6/+12
* simplify if block with status_message dicttmartins2020-09-011-28/+15
* split _follow_deployment into two methodstmartins2020-09-011-44/+60
* add underscore for private methodstmartins2020-09-011-31/+31
* remove unnecessary librarytmartins2020-09-011-1/+0
* remove unnecessary application_package_name argumenttmartins2020-09-011-9/+4
* refactor VespaCloud codetmartins2020-08-311-62/+78
* remove hard-coded cluster nametmartins2020-08-281-75/+180
* include the cryptography library as a depedencytmartins2020-08-281-1/+1
* Merge branch 'master' into jonmv/deploy-from-pythontmartins2020-08-2888-18240/+13
|\
| * remove nbdev generated docstmartins2020-08-2784-18087/+0
| * remove template CONTRIBUTING.mdtmartins2020-08-272-36/+0
| * delete nbdev settings.initmartins2020-08-271-56/+0
| * simplify setuptmartins2020-08-271-61/+13
* | Fix docJon Marius Venstad2020-08-281-1/+2
* | Use a cheaper elliptic curveJon Marius Venstad2020-08-271-1/+1
* | Add method to delete a deploymentJon Marius Venstad2020-08-271-1/+9
* | Talk to Vespa Cloud with API key, deploy package with mTLS, etc.Jon Marius Venstad2020-08-271-3/+182
* | Set certificate/key parameter for HTTP requests in class VespaJon Marius Venstad2020-08-271-2/+5
|/
* 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