Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to v0.6.3 | Andinus | 2020-04-02 | 2 | -2/+3 |
| | |||||
* | bpod: Re-enable cache & fix issues with v0.6.2 | Andinus | 2020-04-02 | 2 | -1/+38 |
| | |||||
* | Seperate go test pipeline | Andinus | 2020-03-26 | 1 | -4/+11 |
| | |||||
* | Fix logical error in fmt.Errorf statement | Andinus | 2020-03-26 | 1 | -1/+1 |
| | |||||
* | Add test for RandDate func | Andinus | 2020-03-26 | 2 | -0/+21 |
| | |||||
* | Add drone ci build config | Andinus | 2020-03-26 | 1 | -0/+28 |
| | |||||
* | Bump version to v0.6.2 v0.6.2 | Andinus | 2020-03-26 | 1 | -1/+1 |
| | |||||
* | Drop response caching on bpod | Andinus | 2020-03-26 | 1 | -83/+7 |
| | | | | | | | | | | | | | | Caching on bpod was full of assumptions and very hacky, this commits removes it all. Images are still cached and we prepend the date to their file name so that it becomes easier to work with them later. Also they are seperated by a colon so it's easy to remove the date too with a script or something. BPOD is not even an official api and it can get closed anyday, bing uses this to get bpod on bing.com and we are just using it. They still have pretty pictures though and so I'll still keep it. If users want to get all information then they can just use -dump flag and save it to a file. | ||||
* | Remove unnecessary comment | Andinus | 2020-03-26 | 1 | -9/+0 |
| | |||||
* | Unmarshal after dump | Andinus | 2020-03-26 | 1 | -8/+5 |
| | | | | | dump no longer exits the program, this doesn't make any different. We are still doing the same thing. | ||||
* | Fix dump logic | Andinus | 2020-03-26 | 2 | -2/+2 |
| | |||||
* | Disable caching on random (bpod) | Andinus | 2020-03-25 | 2 | -86/+11 |
| | |||||
* | Disable cache when random is not passed (bpod) | Andinus | 2020-03-25 | 1 | -8/+19 |
| | |||||
* | Enable random flag and fix issue with body and res not in sync (bpod) | Andinus | 2020-03-25 | 3 | -21/+61 |
| | |||||
* | Add examples to readme | Andinus | 2020-03-25 | 1 | -3/+28 |
| | |||||
* | Bump version to v0.6.1 v0.6.1 | Andinus | 2020-03-25 | 1 | -1/+1 |
| | |||||
* | Disable random flag on bpod & warn in readme | Andinus | 2020-03-25 | 2 | -3/+22 |
| | |||||
* | Describe bug in program | Andinus | 2020-03-25 | 1 | -0/+7 |
| | |||||
* | Add demo videos to readme | Andinus | 2020-03-25 | 2 | -1/+5 |
| | |||||
* | Add install instructions to readme v0.6.0 | Andinus | 2020-03-25 | 2 | -0/+96 |
| | |||||
* | Add bpod support | Andinus | 2020-03-25 | 4 | -13/+213 |
| | |||||
* | Rename dlAndCacheBody to dlAndCacheAPODBody to prevent conflict | Andinus | 2020-03-25 | 1 | -3/+3 |
| | |||||
* | Refill comment in apod.go | Andinus | 2020-03-25 | 1 | -4/+5 |
| | |||||
* | Add bpod package | Andinus | 2020-03-25 | 1 | -0/+62 |
| | |||||
* | Add apod support & fix errors | Andinus | 2020-03-25 | 11 | -6/+370 |
| | |||||
* | Add cache package | Andinus | 2020-03-24 | 2 | -0/+52 |
| | |||||
* | Add apod package | Andinus | 2020-03-24 | 2 | -0/+95 |
| | |||||
* | Add request package | Andinus | 2020-03-24 | 1 | -0/+70 |
| | |||||
* | Add background package | Andinus | 2020-03-24 | 3 | -0/+139 |
| | | | | This rewrite has better comments and returns better error messages. | ||||
* | Reflect url change in readme & reinitialize readme | Andinus | 2020-03-24 | 1 | -41/+5 |
| | |||||
* | Reinitialize project and change module url | Andinus | 2020-03-24 | 16 | -796/+1 |
| | |||||
* | Update readme with addition tests information | Andinus | 2020-03-24 | 1 | -6/+4 |
| | |||||
* | Add darwin support | Andinus | 2020-03-24 | 3 | -0/+18 |
| | |||||
* | Add v0.5.2 demo to readme | Andinus | 2020-03-23 | 1 | -0/+1 |
| | |||||
* | Bump version to v0.5.2 v0.5.2 | Andinus | 2020-03-23 | 1 | -1/+1 |
| | |||||
* | Reflect new dependency in readme | Andinus | 2020-03-23 | 1 | -2/+3 |
| | |||||
* | Add notify functionality to cetus | Andinus | 2020-03-23 | 5 | -2/+37 |
| | |||||
* | Add install instruction to readme | Andinus | 2020-03-20 | 2 | -0/+77 |
| | |||||
* | Add more information regarding support in readme | Andinus | 2020-03-19 | 1 | -1/+4 |
| | |||||
* | Put the functions into seperate files & fix compile time error | Andinus | 2020-03-19 | 5 | -231/+244 |
| | | | | | | | Splitting the program into seperate programs will cause the binary size to double if the end user wants both services. Instead splitting the functions in seperate files will keep the binary size small for both services combined & also the program will be maintainable. | ||||
* | Prepare to split the commands | Andinus | 2020-03-19 | 1 | -25/+4 |
| | | | | | | | | | | | | | | Maintaining both services in single file is not easy and the code looks like a mess, also they didn't have much in common. Splitting them will make maintainance easier & also changing behaviour will be easier. Previous cetus command will be left as is so as to not break scripts but it will be dropped in v0.6 which will be released if the cetus cmd deviates too much from individual service commands. What this means? cetus will be split into: cetus-nasa & cetus-bing, cetus will exist for time being but will be dropped in v0.6 & cetus-<service> will continue. | ||||
* | Add support for other desktop environments | Andinus | 2020-03-19 | 1 | -5/+19 |
| | |||||
* | Add v0.5.1 demo video | Andinus | 2020-03-19 | 1 | -0/+1 |
| | |||||
* | Bump version to v0.5.1 v0.5.1 | Andinus | 2020-03-19 | 1 | -1/+1 |
| | |||||
* | Add local cache for fetched body | Andinus | 2020-03-19 | 2 | -60/+128 |
| | |||||
* | Check local cache before downloading background | Andinus | 2020-03-19 | 2 | -8/+56 |
| | |||||
* | Add download function | Andinus | 2020-03-19 | 2 | -0/+34 |
| | |||||
* | Add demo video to readme | Andinus | 2020-03-19 | 1 | -0/+1 |
| | |||||
* | Fix logical error in execAPOD() | Andinus | 2020-03-19 | 1 | -1/+1 |
| | |||||
* | Add examples to readme | Andinus | 2020-03-19 | 2 | -1/+26 |
| |