Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-18 | libsisyphus.py : | V3n3RiX | |
* expand the install parser to cover some more cases and avoid "Exception: 404: Not Found" errors * filter out some more portage resolution messages to further avoid dependency list mixups | |||
2018-09-15 | reduce the number of database connections to speed things a bit, arrange the ↵v1.1809 | V3n3RiX | |
code a bit | |||
2018-08-26 | do not allow portage's messages to jumble dependency list | V3n3RiX | |
2018-08-19 | properly handle >>invalid package name<< or >>nothing to upgrade<< cases | V3n3RiX | |
2018-08-19 | Revert "handle invalid package name, or nothing to upgrade cases" | V3n3RiX | |
This reverts commit 74eeefd8f8c757a68014219ebd0a1eb90f360b0c. | |||
2018-08-19 | handle invalid package name, or nothing to upgrade cases | V3n3RiX | |
2018-08-19 | implement our fetch method in sisyphus-gui, autopep the code | V3n3RiX | |
2018-08-19 | adjust function description | V3n3RiX | |
2018-08-19 | enable our fetch method for upgrade as well | V3n3RiX | |
2018-08-19 | adjust portage calls | V3n3RiX | |
2018-08-19 | backend changes (2nd attempt, this time it works without getbinpkg): | V3n3RiX | |
* portage binpkg fetcher seem to be buggy and unreliable since v2.3.40 also, it's weird they implemented it as an os.call to wget, instead of a proper python method * implement our own binpkg fetcher, written in python, and bypass buggy portage one * as a drawback, installation time may become slightly longer portage downloads in background and starts installation right away our new method will allways wait for the download to be complete before it starts to install...but hey, at least I won't get bugged every day about portage bugs | |||
2018-08-19 | Revert "backend changes" | V3n3RiX | |
This reverts commit 7b0b78c43336c2c355465a17ceb4e83ad8a5a176. | |||
2018-08-18 | backend changes : | V3n3RiX | |
* portage binpkg fetcher seem to be buggy and unreliable since v2.3.40 also, it's weird they implemented it as an os.call to wget, instead of a proper python method * implement our own binpkg fetcher, written in python, and bypass buggy portage one * as a drawback, installation time may become slightly longer portage downloads in background and starts installation right away our new method will allways wait for the download to be complete before it starts to install...but hey, at least I won't get bugged every day about portage bugs | |||
2018-05-24 | restrict sisyphus to binmode only | V3n3RiX | |
2018-05-17 | make sure we leave no zombie alive | V3n3RiX | |
2018-05-06 | sed needs expanding with revisions | V3n3RiX | |
2018-05-06 | bring revisions back | V3n3RiX | |
2018-04-23 | fix typov1.1805 | V3n3RiX | |
2018-04-23 | rearrange and comment the functions (what each of it does) | V3n3RiX | |
2018-04-22 | sisyphus backend : slight improvements | V3n3RiX | |
2018-04-14 | decorate startSync function with an animation | V3n3RiX | |
2018-04-13 | make sisyphus-cli update independent of timestamp, to force a manual sync of ↵ | V3n3RiX | |
portage tree and config | |||
2018-04-09 | drop datetime completely | V3n3RiX | |
2018-04-09 | use python-dateutil parser to parse remote timestamp (more reliable and safe) | V3n3RiX | |
2018-04-08 | oops...:Dv1.1804 | V3n3RiX | |
2018-04-08 | rewrite history | V3n3RiX | |
2018-04-08 | hook timestamps, run even faster | V3n3RiX | |
2018-04-07 | invert installed/available, makes more sense | V3n3RiX | |
2018-04-07 | Revert "quickfix: use full path for ui files, hardcoded for now" | V3n3RiX | |
This reverts commit fe355e062019591e1b017ee7b1ff6676aca25104. | |||
2018-04-07 | quickfix: use full path for ui files, hardcoded for now | bionel | |
2018-04-07 | adjust labels | V3n3RiX | |
2018-04-07 | tiny adjustments/fixes, reduce the amount of redundant syncs | V3n3RiX | |
2018-04-06 | adjust to backend changes | V3n3RiX | |
2018-04-06 | make sure helpers won't fail | V3n3RiX | |
2018-04-07 | drop removable | bionel | |
2018-04-07 | update selects to use description table | bionel | |
2018-04-06 | drop no longer needed helper | V3n3RiX | |
2018-04-06 | hook remote_descriptions table | V3n3RiX | |
2018-04-06 | supercharge local csv generation (~300 times faster) | V3n3RiX | |
2018-04-05 | convert all functions to camelcase | V3n3RiX | |
2018-03-26 | merge worker classes, run autopep8 on the code | V3n3RiX | |
2018-03-26 | add tooltips | V3n3RiX | |
2018-03-26 | add license information | V3n3RiX | |
2018-03-26 | merge mirror settings window into main application | V3n3RiX | |
2018-03-25 | add settings button tooltip | V3n3RiX | |
2018-03-25 | don't make mail address a link | V3n3RiX | |
2018-03-25 | connect sisyphus-config to main application | V3n3RiX | |
2018-03-25 | drop menubar | V3n3RiX | |
2018-03-25 | drop redundant close button, since config is applied instantly, use ↵ | V3n3RiX | |
pressed/released signals to close the config window | |||
2018-03-25 | playtime over, write to actual mirror configuration file | V3n3RiX | |