Commit graph

151 commits

Author SHA1 Message Date
Dineshkarthik
2d201acd46 build(deps): bump pyrogram from 1.0.7 to 1.2.6 2021-03-31 17:49:52 +02:00
DK
f917664e78
ci: update unittest workflow 2021-03-31 17:43:20 +02:00
DK
79a4f82364
ci: add dependencies to stalebot except labels 2021-03-31 07:59:56 +02:00
DK
bd1cdcb053
Merge pull request #81 from Dineshkarthik/dependabot/pip/pyyaml-5.4
build(deps): bump pyyaml from 5.3.1 to 5.4
2021-03-29 19:32:01 +02:00
dependabot[bot]
f5e69c53c3
build(deps): bump pyyaml from 5.3.1 to 5.4
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 22:48:07 +00:00
DK
050b697f9b
Update FUNDING.yml 2021-03-16 17:19:58 +01:00
Dineshkarthik
a8ad10d8d0 docs: add telegram channel link 2021-01-11 14:54:11 +01:00
DK
a5774a380d
doc: fix readme 2021-01-11 14:13:35 +01:00
Dineshkarthik
c7e124ba8d
ci: fix duplicate workflows 2021-01-09 18:38:48 +01:00
Dineshkarthik
13d4e3d599
refactor: bump-up version 2021-01-08 19:14:17 +01:00
Dineshkarthik
d03cbdb0c2
test: update test for update_config method 2021-01-08 19:07:53 +01:00
Dineshkarthik
f336174c10
fix: update ids_to_retry per message batch 2021-01-08 19:07:04 +01:00
DK
6b6bab7730
Merge pull request #70 from Dineshkarthik/versioning
Add Versioning
2020-12-31 14:40:05 +01:00
Dineshkarthik
1e3d7db193
test: unittest cases for log handler 2020-12-31 14:31:24 +01:00
Dineshkarthik
42118052bd
refactor: improve logging 2020-12-31 14:27:41 +01:00
Dineshkarthik
1f0c45cd2d
ci: remove patch coverage check 2020-12-30 17:13:50 +01:00
Dineshkarthik
0f71a50b62
refactor: bump-up TgCrypto to support py-3.9 2020-12-30 13:08:04 +01:00
Dineshkarthik
044a3353bc
ci: increase codecov failure thershold 2020-12-30 12:45:38 +01:00
Dineshkarthik
cb2ef7b7fb
test: add test for meta util 2020-12-30 12:16:07 +01:00
Dineshkarthik
bb0fb8aa95
enh: add versioning 2020-12-30 12:15:27 +01:00
DK
cc4312aa79
Merge pull request #69 from Dineshkarthik/58-fix-valu-error
Fix glob issue with [ ] in name-pattern
2020-12-28 13:57:09 +01:00
Dineshkarthik
4378fc560a
fix: name-pattern to extract similar filenames 2020-12-28 13:44:07 +01:00
Dineshkarthik
5f7f9c2187
fix: glob issue with [] in name-pattern 2020-12-27 17:04:19 +01:00
DK
68fd1c09e5
Merge pull request #67 from Dineshkarthik/58-fix-valu-error
Fix  ValueError in file-management utility function
2020-12-27 15:36:54 +01:00
Dineshkarthik
993a41580e
fix: list remove value-error 2020-12-27 15:25:34 +01:00
DK
f2ff0b6205
Merge pull request #63 from 52-retry-on-failure
Handle download failure
2020-12-23 20:05:30 +01:00
Dineshkarthik
d2f532d6eb
docs: add instructions on ids-to-retry 2020-12-23 19:43:59 +01:00
Dineshkarthik
e45dca6aee
test: add test for failure handling strategy 2020-12-21 23:40:32 +01:00
Dineshkarthik
e0b3f61b3b
enh: handle download failures
- retry after 5 seconds on failure due to timeout
- add failed message ids to config file
2020-12-21 23:38:11 +01:00
Dineshkarthik
e2c0200853
style: update pylint configs 2020-12-21 23:34:13 +01:00
Dineshkarthik
28fa1d9138
style: fix docstring formatting 2020-12-21 20:13:19 +01:00
Dineshkarthik
253708ba45
style: update pylint configs 2020-12-21 20:12:38 +01:00
RobinLu
5933bbb9fe Fix: Refetch reference after raising file reference expired exception 2020-12-18 21:01:49 +08:00
DK
d8fd03dbbc
Merge pull request #57 from Dineshkarthik/#56-add-issue-templates
doc: add issue templates
2020-12-13 20:02:39 +01:00
DK
84051d8500 doc: add issue templates
Added the following templates:
- Bug Report
- Feature Request
- Documentation Improvement
2020-12-13 19:53:50 +01:00
DK
babb2f0462
Merge pull request #53 from Dineshkarthik/create-contribution-guide
Create contribution guide
2020-12-13 00:36:22 +01:00
Dineshkarthik
1e3fd8f158
style: update docstring formatting 2020-12-13 00:31:01 +01:00
Dineshkarthik
9d9a9d357a
docs: include commit message guidelines 2020-12-13 00:30:10 +01:00
Dineshkarthik
39e4595ac9
upd: target python versions 2020-12-12 23:18:31 +01:00
Dineshkarthik
a92d47a868
Fix: trailing whitespace 2020-12-12 23:17:57 +01:00
Dineshkarthik
ed9f9bbb96
upd: link to code of conduct & contribution guide 2020-12-12 21:44:27 +01:00
Dineshkarthik
fb7b6f0dcb
add: toml file for black formatter config 2020-12-12 21:42:28 +01:00
Dineshkarthik
eab306ca2e
upd: make target names 2020-12-12 21:41:32 +01:00
Dineshkarthik
427b17a8ed
add: contribution guide 2020-12-12 21:11:49 +01:00
Dineshkarthik
c360a1c689
upd: docstrings 2020-12-12 17:05:44 +01:00
DK
6f09d1ebbd
Merge pull request #50 from Lqlsoftware/master
Fix: Updating `last_message_id` after each batch
2020-12-11 10:06:29 +01:00
DK
38a274d1d3
Merge pull request #49 from Dineshkarthik/pr_pull_request
Run unittest when a PR is created
2020-12-10 16:20:09 +01:00
DK
664476f7b6
enh: run unittest for pull_request 2020-12-10 16:15:25 +01:00
Robin Lu
1c1157c6dc
Fix 2020-12-10 22:05:44 +08:00
RobinLu
d69678720e Add proxy usage in 'README.md' 2020-12-10 19:01:18 +08:00