32 Commits

Author SHA1 Message Date
Indranil012
ee52e4119d refactor: simplify logic 2023-03-18 13:50:49 +05:30
Indranil012
2637bd4f18 fix: commit real this time 2023-03-17 23:23:56 +05:30
Indranil012
6021f3e089 fix: removed regex cleanup and added basic linebreak cleanup 2023-03-16 11:39:56 +05:30
Indranil012
70dddc2ef2 fix: more cleandup commits 2023-03-15 22:24:00 +05:30
Indranil012
aed22f2b46 fix: cleandup commits 2023-03-15 15:51:33 +05:30
Indranil012
bf5f8ef442 fix: duplicate commits 2023-03-15 13:32:10 +05:30
Indranil012
dfd8a3c68e fix: get_commits func 2023-03-15 00:07:17 +05:30
Indranil012
b57366b854 refactor: better way to download patches.json 2023-03-14 14:57:14 +05:30
Indranil012
1826cab3d8 fix: reduced get call 2023-03-14 13:45:24 +05:30
Indranil012
65a276441b doc: correction in comments 2023-03-14 12:28:31 +05:30
Indranil012
9d72b7a68a refactor: more flexible tag implementation 2023-03-12 00:37:41 +05:30
Indranil012
73f9e8ca87 refactor: refactor config.toml and populate tag from config file 2023-03-11 20:34:58 +05:30
Indranil012
0dbb351262 fix: remove hard coded repo from get_patches_json() 2023-03-11 19:19:09 +05:30
Indranil012
a1223a7394 remove unused imports 2023-03-11 17:46:07 +05:30
Indranil012
ca2f13060e feat: restructure abd add tag support for get patch func 2023-03-11 15:44:12 +05:30
Indranil012
bad4fc09f1 refactor: set type of func parameter 2023-03-10 21:37:50 +05:30
Indranil012
6f626957c1 refactor: cleanup 2023-03-10 21:04:21 +05:30
Indranil012
020537bc32 refactor: simplify tag logic 2023-03-10 13:14:44 +05:30
Indranil012
cc221ea775 feat: support for recent tag 2023-03-10 11:54:08 +05:30
Indranil012
ff8ac14938 refactor: changed var name 2023-03-10 00:41:56 +05:30
Indranil012
6a0e305ffe fix: fetch with a version tag 2023-03-09 19:30:37 +05:30
Indranil012
79767fe2ca fix: json parse 2023-03-09 19:15:04 +05:30
Indranil012
5bb56eaf29 add feat to fetch release with tags 2023-03-09 18:09:50 +05:30
Alexandre Teles
279a2bcbef
Merge branch 'dev' into feat/contributors/contributions 2022-12-26 17:44:22 -03:00
Alexandre Teles
c572873f08 refactor: rewrite some endpoints to speed up execution 2022-12-26 17:20:58 -03:00
Ushie
7e0f21e422
feat(contributors): show contributions count 2022-12-26 21:23:22 +03:00
Alexandre Teles
b2641b5351 chore: bump libs and python version 2022-11-27 00:40:55 -03:00
Alexandre Teles
7a6cde4fe3 refactor: use list comprehension 2022-11-26 23:15:59 -03:00
Alexandre Teles
c816138a44 fix: solves #40, fixes broken tool endpoint 2022-11-26 23:05:40 -03:00
Myron
8012ee0c0d refactor: __get_release() and get_latest_releases() functions, and make comment style consistent. 2022-11-26 19:36:32 -05:00
Alexandre Teles
2d3e62addf fix: fix token revogation 2022-10-17 19:08:29 -03:00
Alexandre Teles
0ce5780a4e
feat: move endpoints into custom routers, resolves #12 (#14)
* refactor: import routers from old branch

* refactor: import InternalCache removal

* refactor: move routes into dedicated routers

* fix: fixes entrypoint

* refactor: add documentation and bump libs
2022-10-11 00:10:56 -03:00