Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-25 | feat: Move archive foldermaster | Gabriel A. Giovanini | |
2022-10-16 | ref: update readme to update docker info | Gabriel Arakaki Giovanini | |
2022-10-16 | fix: fix testing | Gabriel Arakaki Giovanini | |
2022-10-14 | fix: Fix the whole package setup | Gabriel Arakaki Giovanini | |
2022-10-14 | ref: Update package information | Gabriel Arakaki Giovanini | |
2022-10-01 | feat: Remove importer | Gabriel Arakaki Giovanini | |
I don't want to deal with pain of python modules *now* | |||
2022-10-01 | feat: Fix importer package | Gabriel Arakaki Giovanini | |
2022-10-01 | feat: Add entry point to the package | Gabriel Arakaki Giovanini | |
2022-10-01 | feat: Moving away from docker to alpine package | Gabriel Arakaki Giovanini | |
Add build and publish of the package tar. | |||
2022-08-29 | ref: move project to the write folder | Gabriel Arakaki Giovanini | |
Also update the dependencies | |||
2022-02-22 | fix: Fix python path | gabrielgio | |
Makes pytest set proper sys.path. | |||
2022-02-22 | Merge branch 'main' of gitlab.com:gabrielgio/reddit-nextcloud-importer | gabrielgio | |
2022-02-22 | feat: Migrate to poetry | gabrielgio | |
Migrates from virtual env to poetry. Also update python packages. | |||
2021-12-26 | fix: Update README.md | gabriel giovanini | |
2021-12-26 | Add LICENSE | gabriel giovanini | |
2021-07-27 | feat: Move to gallery-dl | gabrielgio | |
As it turns out there is already a project that does what I want but better. | |||
2021-07-27 | feat: Add two more options | gabrielgio | |
* from beginning: it will download all available saved posts. * log level: it will set a log level to logging lib. | |||
2021-07-26 | fix: Various fixes | gabrielgio | |
2021-07-26 | fix: Update COPY so it actually copies something | gabrielgio | |
2021-07-26 | fix: Move importer files to the write folder | gabriel giovanini | |
Without this fix python won't find `importer` module. | |||
2021-07-21 | ref: Update README | gabriel giovanini | |
2021-07-19 | feat: Add bamboo theme | gabrielgio | |
2021-07-19 | fix: Use the current CPU core count availabile | gabrielgio | |
2021-07-19 | ref: Add to README | gabrielgio | |
2021-07-19 | feat: Move from gitbook to pandoc | gabrielgio | |
Gitbook is too much for a single README page. | |||
2021-07-19 | fix: Move from master to main | gabrielgio | |
2021-07-19 | feat: Add page build to the pipeline | gabrielgio | |
2021-07-19 | ref: Improve README | gabrielgio | |
2021-07-18 | ref: Add test for GReddit | gabrielgio | |
Add test for GReddit. It will check for all necessary variable to be able to login on reddit as it is required by the praw library. Also add mock to the `youtube-dl` download function. It will make the test run faster. | |||
2021-07-18 | feat: Add README | gabrielgio | |
2021-07-18 | Merge branch 'main' of gitlab.com:gabrielgio/reddit-nextcloud-importer | gabrielgio | |
2021-07-18 | ref: Move to ptest-cov | gabrielgio | |
Instead of using `coverage` which is not supported in the gitlab ce I'll be using `pytest-cov` to report a proper coverage in the job panel. Reference: https://docs.gitlab.com/ee/ci/pipelines/settings.html#test-coverage-parsing https://www.cypress.io/blog/2019/10/22/show-code-coverage-on-gitlab-ci/ | |||
2021-07-18 | ref: Move to ptest-cov | gabrielgio | |
Instead of using `coverage` which is not supported in the gitlab ce I'll be using `pytest-cov` to report a proper coverage in the job panel. Reference: https://docs.gitlab.com/ee/ci/pipelines/settings.html#test-coverage-parsing https://www.cypress.io/blog/2019/10/22/show-code-coverage-on-gitlab-ci/ | |||
2021-07-18 | ref: Split test and coverage | gabrielgio | |
Split `test` into two different jobs: `test` and `coverage`. | |||
2021-07-18 | fix: Fix docker tag | gabrielgio | |
Pushing `<image>:latest` to the restistry. | |||
2021-07-18 | ref: Move to OO implementation | gabrielgio | |
Heavily inspired by the `youtube-dl` implementation I moved to OO implementation where now every source type has its own class, making easy to add new providers. Also new it has a fallback back, where if no provider is chose it will try to download with `YoutubeDlProvideBase`. Add `_TEST` to each class to make it easy to add test to new providers. | |||
2021-07-14 | ref: Remove outdated test. | gabrielgio | |
That test is no longer valid. It was copied from another project. | |||
2021-07-14 | fix: Add plugin to fix pathing issue | gabrielgio | |
Add a plugin for adding to the PYTHONPATH from the pytests.ini file before tests run. | |||
2021-07-14 | feat: Add report files to gitignore | gabrielgio | |
2021-07-14 | fix: Fix pathing | gabrielgio | |
The module imports aren't working. | |||
2021-07-14 | feat: Add nextcloud path param | gabrielgio | |
Add a new param to input the nextcloud root path. | |||
2021-07-04 | feat: Remove initial process | gabrielgio | |
Remove the process that downloads all the saved images. Now it only downloads the latest 100 and keeps watching for new saves. | |||
2021-07-03 | Initial commit | gabrielgio | |