Commit Graph
42 Commits
Author SHA1 Message Date
Christoph Miksche 65bfa64517 feat: release new version
There were many changes since the last release.
2020-05-09 21:02:21 +02:00
Christoph Miksche 054999a72e feat: add pre-commit hooks
Add pre-commit hooks for running pylint and gitlint.
2020-05-08 11:42:39 +02:00
Christoph Miksche b92496fc0d refactor: follow PEP standards
Follow Python Enhancement Proposals and add PyLint to enforce them.
2020-03-27 16:56:05 +01:00
Christoph Daniel Miksche b5b09085b3 docs: create FUNDING.yml
Create a file about possibilities for supporting this project.
2019-11-03 16:59:33 +01:00
Christoph Daniel Miksche 8a58d0d57f feat: gitlint
Add gitlint settings to the master.
2019-09-11 13:53:51 +02:00
Christoph Miksche cf53f7b9dc docs: update development instructions
Add more instructions for development to the README.md
2019-09-11 13:49:18 +02:00
Christoph Miksche d0b0374d57 feat: add gitlint
Add gitlint to enforce Angular style commit messages.
2019-09-11 13:39:26 +02:00
Christoph Miksche 0fe58ec95c feat: add gitlint
Add gitlint to enforce Angular style commit messages.

WIP. Doesn't work currently.
2019-09-08 18:58:17 +02:00
Christoph Miksche fad65bc0be docs: update README.md and .gitignore
- Add development instructions to README.md
- Add the update.log file to .gitignore
2019-09-08 18:49:52 +02:00
Christoph Miksche 480604dce3 docs: add contributor, update version & .gitignore
- Add the new contributor @iwalton3 to the README.md
- Update the version for publishing in PyPI
- Update .gitignore to ignore distribution files
2019-09-04 15:36:33 +02:00
Christoph Daniel Miksche 70b6653b73 Merge pull request #11 from iwalton3/master
Fixes: Make binary executable, fix isTool method signature, handle corrupted binary, and README tweaks.
2019-09-04 15:18:26 +02:00
Christoph Miksche 3828e07d90 feat: add restriction for python 3
Add a restriction for python 3 so that installing this software with python 2 isn't possible.

Should fix GH-10.
2019-09-02 13:47:29 +02:00
Christoph Daniel Miksche d291779fa7 Update README.md 2019-08-26 23:31:36 +02:00
Christoph Daniel Miksche 43778a1b7b Update README.md 2019-08-26 23:18:23 +02:00
Christoph Miksche 3174f2783f fix: false package names 2019-08-26 23:15:33 +02:00
Christoph Miksche aa6fc91826 fix: cli in update.py 2019-08-26 23:03:09 +02:00
Christoph Miksche 98ddb8c119 fix: new version 2019-08-26 22:56:20 +02:00
Christoph Miksche caeee31bb4 fix: call update function 2019-08-26 22:53:15 +02:00
Christoph Miksche 324225e795 fix: version import in tests 2019-08-26 22:49:48 +02:00
Christoph Miksche 05caef9d41 fix: file structure 2019-08-26 22:46:46 +02:00
Christoph Miksche 8b64d5f518 feat: clean-up logging 2019-08-26 22:05:08 +02:00
Christoph Miksche 56f128b2f7 feat: add long description 2019-08-26 21:33:28 +02:00
Christoph Miksche d95f1aacb8 feat: New structure, added CLI, logging and setup
* Changed structure to a Object orientated approach.
* Add CLI with input for the settings file.
* Added logging via file.
* Added setup for publishing in pip.
2019-08-26 21:26:19 +02:00
Christoph Daniel Miksche 7cee5eb2b4 Update README.md
Add the Contribution Guidelines to the README.md File
2019-06-01 12:44:43 +02:00
Christoph Daniel Miksche b4735bb6f7 Create CONTRIBUTING.md
Create a few guidelines for contributing to this repo.
2019-06-01 12:41:26 +02:00
Christoph Daniel Miksche 85c0de2d0f Update README.md 2019-05-31 23:25:30 +02:00
Christoph Miksche 0904a61ddc docs: update readme.md and change name in files
Update the README.md and change the name in the files from "Gitea Remote Updater" to "Gitea Auto Updater" because the script should be run on the local system.
2019-05-31 23:24:06 +02:00
Christoph Daniel Miksche ad8baf71cc Merge pull request #9 from CMiksche/feat/get-version-from-file
feat: get version from file
2019-05-31 23:12:45 +02:00
Christoph Miksche 482df30496 feat: get version from file
Add function to get the version from the gitea file if the web api does fail.

Should implement the idea from GH-8
2019-05-31 23:10:37 +02:00
Christoph Daniel Miksche b38143effc Merge pull request #7 from Eideen/patch-1
Add missing python dependency
2019-05-19 18:01:05 +02:00
Christoph Miksche 554fca58ce Add version comparision from packaging 2019-05-19 17:32:10 +02:00
Christoph Miksche 556cd25b91 Add test case for suffix 2019-05-19 17:25:37 +02:00
Christoph Miksche b36bdadda0 Update unit tests
Unit tests should begin with a "test" in the function name.
2019-05-19 17:18:35 +02:00
Christoph Miksche 2102137240 Update README and Copyright
Add Eideen as a contributor and update the copyright information.
2019-05-19 15:12:03 +02:00
Christoph Daniel Miksche 4eebef904d Merge pull request #5 from Eideen/master
Add support for checksum, change to use zx, made more verbose
2019-05-19 14:51:39 +02:00
Christoph Daniel Miksche 38e9451f8a Merge pull request #2 from CMiksche/fix/check-version-after-semver
fix: add function to check the versions after semver
2019-04-28 18:20:33 +02:00
Christoph Miksche c81eb967d8 fix: add function to check the versions after semver
Add a function to check the two versions after the semver specification. Added some unit tests for testing the function too.

(Should fix GH-1, but wasn't fully tested yet)
2019-04-20 15:42:01 +02:00
Christoph Miksche e3e4ce3ec3 Merge remote-tracking branch 'origin/master' 2019-04-14 15:50:05 +02:00
Christoph Miksche 85e3b8f4f1 add option to build from source 2019-04-14 15:49:07 +02:00
Christoph Miksche b9f359a867 add option to build from source 2019-04-14 15:41:02 +02:00
Christoph Miksche beb24a54db Tutorials added 2018-11-26 23:17:19 +01:00
Christoph Miksche 045d4752ba publish actual version 2018-11-26 21:47:12 +01:00