aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Added UserID for divide usersAlice Ferrazzi2017-07-021-13/+44
| | | | | Getting kernel version from RESTful Creating user file path to /tmp/elivepatch- + UUID
* Creating UserID if not present in the RESTful requestAlice Ferrazzi2017-07-021-9/+38
|
* add UserID for parallel build and minor fixAlice Ferrazzi2017-07-011-13/+35
|
* start adding userID section for parallel compilingAlice Ferrazzi2017-07-011-5/+42
|
* refactored and added docstringAlice Ferrazzi2017-06-301-6/+13
|
* dynamically passing kernel versionAlice Ferrazzi2017-07-013-33/+26
|
* checking file extension using regular expressionAlice Ferrazzi2017-07-011-2/+2
|
* fix shadowing reserved keywordAlice Ferrazzi2017-07-011-2/+2
|
* using os.path.join instead of sticking variable togetherAlice Ferrazzi2017-07-011-1/+1
|
* updated version help textAlice Ferrazzi2017-06-301-1/+1
|
* using list of parameters instead of using split with popenAlice Ferrazzi2017-06-301-9/+9
|
* updated copyrightAlice Ferrazzi2017-06-301-1/+1
|
* renamed file variable as was shadowing built-in keywordAlice Ferrazzi2017-06-301-2/+2
|
* adding debug option to the serverAlice Ferrazzi2017-06-301-4/+8
|
* Copyright fix to GPLv2+Alice Ferrazzi2017-06-3014-90/+54
|
* removed not used importAlice Ferrazzi2017-06-281-1/+0
|
* Added working get function for download the live patch generatedAlice Ferrazzi2017-06-284-20/+27
|
* Removed basic authAlice Ferrazzi2017-06-271-11/+0
|
* Updated server requirements fileAlice Ferrazzi2017-06-271-1/+2
|
* Added ports to travisAlice Ferrazzi2017-06-271-0/+3
|
* updated travis fileAlice Ferrazzi2017-06-271-1/+1
|
* updated requirementsAlice Ferrazzi2017-06-271-1/+2
|
* Updated requirements and python pathAlice Ferrazzi2017-06-272-3/+2
|
* Updated requirementsAlice Ferrazzi2017-06-272-0/+3
|
* added travis buttonAlice Ferrazzi2017-06-271-0/+2
|
* simplify copyrightAlice Ferrazzi2017-06-271-17/+1
|
* Adding travis check and example filesAlice Ferrazzi2017-06-274-0/+6117
|
* Using camel case for class name as for pep8Alice Ferrazzi2017-06-252-10/+10
|
* added livepatch downloader in the clientAlice Ferrazzi2017-06-253-4/+18
|
* Creating the live patch downloaderAlice Ferrazzi2017-06-252-3/+43
|
* moved kernel dir variable to livepatch classAlice Ferrazzi2017-06-233-19/+42
| | | | | fixed the server post receiver function for deal with the new information from the client
* added Json information to the build_livepatch RESTful postAlice Ferrazzi2017-06-231-1/+4
|
* removed basic authAlice Ferrazzi2017-06-231-13/+0
|
* livepatch is now returning information of which patch is working onAlice Ferrazzi2017-06-232-26/+27
|
* Added two newline before class as pep8Alice Ferrazzi2017-06-231-0/+1
|
* fix api for different actionAlice Ferrazzi2017-06-221-3/+8
| | | | Fix file to send_patch
* Added build livepatch client callerAlice Ferrazzi2017-06-221-2/+7
|
* added build livepatch option after sending config file and patch fileAlice Ferrazzi2017-06-221-0/+1
|
* Adding new dispatchers for dealing with building livepatchAlice Ferrazzi2017-06-221-16/+27
|
* Dividing the set of configuration file path and patch file pathAlice Ferrazzi2017-06-221-3/+15
|
* Adding resource for dealing with sending patch and making the livepatchAlice Ferrazzi2017-06-221-0/+4
|
* added patch to the elivepatch server kpatch-build commandAlice Ferrazzi2017-06-221-1/+2
|
* Added send patch function for sending the patch to made in livepatchAlice Ferrazzi2017-06-212-5/+13
|
* Writing command for writing the livepatch after receiving theAlice Ferrazzi2017-06-213-94/+146
| | | | configuration file.
* fix pep8 comment should start with '# 'Alice Ferrazzi2017-06-211-2/+2
|
* fix pep8 two blank line before classAlice Ferrazzi2017-06-211-0/+2
|
* Fix pep8 space around operatorAlice Ferrazzi2017-06-211-1/+1
|
* if config file is compressed uncompress itAlice Ferrazzi2017-06-212-7/+40
|
* fix for getting the correct filenameAlice Ferrazzi2017-06-201-1/+3
|
* patch for sending the correct filenameAlice Ferrazzi2017-06-201-1/+1
|