Commit graph

49 commits

Author SHA1 Message Date
tfuxu
a33c17a25b feat: local build support 2022-09-13 20:06:03 +02:00
0xMRTT
9921d77548
fix: indent error
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 11:20:27 +02:00
0xMRTT
f716e8348e
Merge branch 'main' into deepsource-transform-043ee845
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-10 15:52:23 +02:00
deepsource-autofix[bot]
88aa1b916f
Format code with black and autopep8
This commit fixes the style issues introduced in c85c2b2 according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/da5188cd-f2f7-4d3f-adb6-d6053b374a3b/
2022-09-10 13:44:53 +00:00
0xMRTT
c85c2b2577
fix: non python text 2022-09-10 15:43:19 +02:00
deepsource-autofix[bot]
825da9673d
Format code with black and autopep8
This commit fixes the style issues introduced in ffd626d according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/362e9321-861d-4493-b53c-93fd24f08ff1/
2022-09-10 13:43:03 +00:00
0xMRTT
ffd626dd43
feat: add plugin deletion 2022-09-10 15:42:44 +02:00
deepsource-autofix[bot]
95123d44a4
Format code with black and autopep8
This commit fixes the style issues introduced in 1b4dcd8 according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/4cc9f6c5-6943-4f60-bbf4-0cf0b470fe9d/
2022-09-10 13:19:47 +00:00
0xMRTT
1b4dcd8e06
feat: add enable or disable plugins 2022-09-10 15:19:34 +02:00
deepsource-autofix[bot]
0679eed5d6
Format code with black and autopep8
This commit fixes the style issues introduced in 82e408e according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/ed6a308c-9d6e-443e-8e9c-82ce804b35e6/
2022-09-10 10:38:58 +00:00
0xMRTT
82e408e26e
feat: add plugins 2022-09-10 12:38:37 +02:00
deepsource-autofix[bot]
489021736e
Format code with black and autopep8
This commit fixes the style issues introduced in d8746dd according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/ec767723-51f0-4b44-9dba-2ba20c879c19/
2022-09-10 08:38:43 +00:00
0xMRTT
d8746ddfd5
feat: add apply for presets 2022-09-10 10:38:26 +02:00
0xMRTT
41b9e05ca6
fix: plugin store dir 2022-09-09 18:17:42 +02:00
deepsource-autofix[bot]
0efcbb3bc3
Format code with black and autopep8
This commit fixes the style issues introduced in f1b812c according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/ff3ee163-e3b3-47ed-8c7e-4940975d1021/
2022-09-07 16:16:58 +00:00
0xMRTT
f1b812ce1c
feat: add check plugin dir and docstrings 2022-09-07 18:16:44 +02:00
0xMRTT
3f5f479ed5
fix: use global var for user plugin store 2022-09-07 18:14:08 +02:00
deepsource-autofix[bot]
a57113eb11
Remove unused imports 2022-09-07 16:00:33 +00:00
deepsource-autofix[bot]
fa44dd4015
Format code with black and autopep8
This commit fixes the style issues introduced in 193be77 according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/069f9a3a-ee72-4608-b35d-a182358b7836/
2022-09-07 15:51:36 +00:00
0xMRTT
204cd773bd
fix: wrong import 2022-09-04 16:10:41 +02:00
0xMRTT
d330b0ed2b
feat: add plugins errors 2022-09-04 11:43:52 +02:00
0xMRTT
8d1d8ad264
feat: add plugins 2022-09-04 11:08:32 +02:00
0xMRTT
1a74ae1bea
fix: remove pluggy 2022-09-04 10:40:12 +02:00
0xMRTT
f07e454ae2
fix: disable plugins 2022-09-02 21:59:12 +02:00
0xMRTT
f9914ce281
fix: fix errro 2022-09-02 21:57:59 +02:00
0xMRTT
a6d9b33ad3
fix: import error 2022-09-02 21:37:52 +02:00
AdwCustomizer
73fa944b90 ci: autopep8 action fixes 2022-09-01 14:11:14 +00:00
0xMRTT
cddc3f0236
fix: pm error 2022-09-01 16:10:42 +02:00
0xMRTT
710f37cd67
fix: hooks name 2022-09-01 16:09:10 +02:00
0xMRTT
3d9ab6f865
fix: remove duplicated log 2022-09-01 16:06:32 +02:00
0xMRTT
feb15bd624
feat: use enebaled plugins 2022-09-01 16:06:04 +02:00
tfuxu
e9ad48f100 feat: move utility functions to modules/utils.py and create a new function: buglog
For now I've moved only buglog and to_slug_case here, but a general purpose of this file is to move any redundant/utility code here as a function, so it can be easily used between other modules.

* replace print() in a codebase with new buglog() function
2022-08-23 21:28:55 +02:00
0xMRTT
470f798cb0
fix: update debug 2022-08-20 18:46:23 +02:00
0xMRTT
db6d3c23df
feat: add callback 2022-08-19 20:49:04 +02:00
AdwCustomizer
10c0482d18 ci: autopep8 action fixes 2022-08-19 13:31:04 +00:00
0xMRTT
f8a4aa8134
feat: update plugins list 2022-08-19 15:30:42 +02:00
0xMRTT
b536458677
fix: imports 2022-08-19 15:06:36 +02:00
AdwCustomizer
b7dd3e5120 ci: autopep8 action fixes 2022-08-19 12:45:50 +00:00
0xMRTT
3b18a52858
feat: add description 2022-08-19 14:45:21 +02:00
0xMRTT
68b6f4a95e
feat: add plugin list (WIP) 2022-08-19 14:44:02 +02:00
0xMRTT
4dc4df3d47
fix: remove useless stuff 2022-08-19 14:32:02 +02:00
AdwCustomizer
756796396b ci: autopep8 action fixes 2022-08-17 21:35:59 +00:00
0xMRTT
1b0c7397c5
feat: change name #128
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-08-16 01:23:21 +02:00
0xMRTT
c4ff817f03
fix: import error 2022-08-14 11:50:12 +02:00
0xMRTT
80e848a8a3
chore: improve plugin support 2022-08-13 18:30:43 +02:00
0xMRTT
1ee3b7c0bf
format 2022-08-11 18:39:52 +02:00
0xMRTT
658aa68d17
Change copyrights headers 2022-08-11 10:16:46 +02:00
0xMRTT
e2dc43a5f1
update plugins 2022-08-10 18:24:28 +02:00
0xMRTT
720c93c9f7
add plugin class 2022-08-10 17:51:55 +02:00