Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added UserID for divide users | Alice Ferrazzi | 2017-07-02 | 1 | -13/+44 | |
| | | | | | Getting kernel version from RESTful Creating user file path to /tmp/elivepatch- + UUID | |||||
* | Creating UserID if not present in the RESTful request | Alice Ferrazzi | 2017-07-02 | 1 | -9/+38 | |
| | ||||||
* | add UserID for parallel build and minor fix | Alice Ferrazzi | 2017-07-01 | 1 | -13/+35 | |
| | ||||||
* | start adding userID section for parallel compiling | Alice Ferrazzi | 2017-07-01 | 1 | -5/+42 | |
| | ||||||
* | refactored and added docstring | Alice Ferrazzi | 2017-06-30 | 1 | -6/+13 | |
| | ||||||
* | dynamically passing kernel version | Alice Ferrazzi | 2017-07-01 | 3 | -33/+26 | |
| | ||||||
* | checking file extension using regular expression | Alice Ferrazzi | 2017-07-01 | 1 | -2/+2 | |
| | ||||||
* | fix shadowing reserved keyword | Alice Ferrazzi | 2017-07-01 | 1 | -2/+2 | |
| | ||||||
* | using os.path.join instead of sticking variable together | Alice Ferrazzi | 2017-07-01 | 1 | -1/+1 | |
| | ||||||
* | updated version help text | Alice Ferrazzi | 2017-06-30 | 1 | -1/+1 | |
| | ||||||
* | using list of parameters instead of using split with popen | Alice Ferrazzi | 2017-06-30 | 1 | -9/+9 | |
| | ||||||
* | updated copyright | Alice Ferrazzi | 2017-06-30 | 1 | -1/+1 | |
| | ||||||
* | renamed file variable as was shadowing built-in keyword | Alice Ferrazzi | 2017-06-30 | 1 | -2/+2 | |
| | ||||||
* | adding debug option to the server | Alice Ferrazzi | 2017-06-30 | 1 | -4/+8 | |
| | ||||||
* | Copyright fix to GPLv2+ | Alice Ferrazzi | 2017-06-30 | 14 | -90/+54 | |
| | ||||||
* | removed not used import | Alice Ferrazzi | 2017-06-28 | 1 | -1/+0 | |
| | ||||||
* | Added working get function for download the live patch generated | Alice Ferrazzi | 2017-06-28 | 4 | -20/+27 | |
| | ||||||
* | Removed basic auth | Alice Ferrazzi | 2017-06-27 | 1 | -11/+0 | |
| | ||||||
* | Updated server requirements file | Alice Ferrazzi | 2017-06-27 | 1 | -1/+2 | |
| | ||||||
* | Added ports to travis | Alice Ferrazzi | 2017-06-27 | 1 | -0/+3 | |
| | ||||||
* | updated travis file | Alice Ferrazzi | 2017-06-27 | 1 | -1/+1 | |
| | ||||||
* | updated requirements | Alice Ferrazzi | 2017-06-27 | 1 | -1/+2 | |
| | ||||||
* | Updated requirements and python path | Alice Ferrazzi | 2017-06-27 | 2 | -3/+2 | |
| | ||||||
* | Updated requirements | Alice Ferrazzi | 2017-06-27 | 2 | -0/+3 | |
| | ||||||
* | added travis button | Alice Ferrazzi | 2017-06-27 | 1 | -0/+2 | |
| | ||||||
* | simplify copyright | Alice Ferrazzi | 2017-06-27 | 1 | -17/+1 | |
| | ||||||
* | Adding travis check and example files | Alice Ferrazzi | 2017-06-27 | 4 | -0/+6117 | |
| | ||||||
* | Using camel case for class name as for pep8 | Alice Ferrazzi | 2017-06-25 | 2 | -10/+10 | |
| | ||||||
* | added livepatch downloader in the client | Alice Ferrazzi | 2017-06-25 | 3 | -4/+18 | |
| | ||||||
* | Creating the live patch downloader | Alice Ferrazzi | 2017-06-25 | 2 | -3/+43 | |
| | ||||||
* | moved kernel dir variable to livepatch class | Alice Ferrazzi | 2017-06-23 | 3 | -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 post | Alice Ferrazzi | 2017-06-23 | 1 | -1/+4 | |
| | ||||||
* | removed basic auth | Alice Ferrazzi | 2017-06-23 | 1 | -13/+0 | |
| | ||||||
* | livepatch is now returning information of which patch is working on | Alice Ferrazzi | 2017-06-23 | 2 | -26/+27 | |
| | ||||||
* | Added two newline before class as pep8 | Alice Ferrazzi | 2017-06-23 | 1 | -0/+1 | |
| | ||||||
* | fix api for different action | Alice Ferrazzi | 2017-06-22 | 1 | -3/+8 | |
| | | | | Fix file to send_patch | |||||
* | Added build livepatch client caller | Alice Ferrazzi | 2017-06-22 | 1 | -2/+7 | |
| | ||||||
* | added build livepatch option after sending config file and patch file | Alice Ferrazzi | 2017-06-22 | 1 | -0/+1 | |
| | ||||||
* | Adding new dispatchers for dealing with building livepatch | Alice Ferrazzi | 2017-06-22 | 1 | -16/+27 | |
| | ||||||
* | Dividing the set of configuration file path and patch file path | Alice Ferrazzi | 2017-06-22 | 1 | -3/+15 | |
| | ||||||
* | Adding resource for dealing with sending patch and making the livepatch | Alice Ferrazzi | 2017-06-22 | 1 | -0/+4 | |
| | ||||||
* | added patch to the elivepatch server kpatch-build command | Alice Ferrazzi | 2017-06-22 | 1 | -1/+2 | |
| | ||||||
* | Added send patch function for sending the patch to made in livepatch | Alice Ferrazzi | 2017-06-21 | 2 | -5/+13 | |
| | ||||||
* | Writing command for writing the livepatch after receiving the | Alice Ferrazzi | 2017-06-21 | 3 | -94/+146 | |
| | | | | configuration file. | |||||
* | fix pep8 comment should start with '# ' | Alice Ferrazzi | 2017-06-21 | 1 | -2/+2 | |
| | ||||||
* | fix pep8 two blank line before class | Alice Ferrazzi | 2017-06-21 | 1 | -0/+2 | |
| | ||||||
* | Fix pep8 space around operator | Alice Ferrazzi | 2017-06-21 | 1 | -1/+1 | |
| | ||||||
* | if config file is compressed uncompress it | Alice Ferrazzi | 2017-06-21 | 2 | -7/+40 | |
| | ||||||
* | fix for getting the correct filename | Alice Ferrazzi | 2017-06-20 | 1 | -1/+3 | |
| | ||||||
* | patch for sending the correct filename | Alice Ferrazzi | 2017-06-20 | 1 | -1/+1 | |
| |