Commit graph

18 commits

Author SHA1 Message Date
Roy Nieterau
3fae1f8521 Just some grammar tweaks 2023-03-30 13:59:22 +02:00
Alexey Bogomolov
249bda0c80
Clockify: refresh and fix the integration (#4607)
* WIP clockify fix

* WIP disable wp validation, make sync work

* fix launcher start timer action

* fix finish time entry

* fix start and stop timers, cleanup, add TODO

* show task name and type in description, add TODO

* change rate limiter constants

* black formatting

* remove task type from data

* cleanup debug prints

* fix hound comments

* remove unused import

* move ids to property, fix user validation

* remove f-strings, rollback description parsing

* attempt to fix ftrack actions

* check if sync action got some projects

* get api data on process

* remove unused variable

* remove ratelimiter dependency

* add response validation

* a bit cleanup

* Update openpype/modules/clockify/clockify_module.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/modules/clockify/clockify_api.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/modules/clockify/clockify_api.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/modules/clockify/clockify_api.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/modules/clockify/ftrack/server/action_clockify_sync_server.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* replace dunders with underscores

* remove excessive variables

* update set_user_id

* continue check_running if no timer found

* bring back come py2 compatibility

* cleanup

* get values directly from clockapi

* hound

* get task type to fill the tag field correctly

* add logger, catch some json errors

* remove check running timer, add project_id verification module

* add current task_id check

* remove package entries

* make method private, fix typo

* get task_type for the idle-restarted timer

* remove trailing whitespace

* show correct idle countdown values

* finx indentation

* Update openpype/modules/clockify/clockify_api.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/modules/clockify/clockify_module.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* revert lock file

* remove unused constants and redundant code

* import clockify_api inside the method

* do not query asset docs double time, add comments

* add permissions check fail Exception

* rename clockapi to clockify_api

* formatting

* removed unused variables

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
2023-03-17 11:41:32 +01:00
Jakub Trllo
a66e421fad use qtpy in module tools 2022-12-13 17:46:43 +01:00
Jakub Trllo
0478d3ea59 use new import of interfaces 2022-11-03 16:21:58 +01:00
Jakub Trllo
f18a9833a6 use query functions in clockify launcher actions 2022-07-01 09:40:38 +02:00
Jakub Trllo
b334a4251b replace avalon imports on remaining places 2022-04-14 12:53:18 +02:00
Jakub Trllo
0882589209 fixed imports 2022-04-14 12:41:27 +02:00
iLLiCiTiT
991328c516 moved clockify module 2021-12-02 16:29:26 +01:00
iLLiCiTiT
bf1db0f57c created folder default modules 2021-07-28 14:05:29 +02:00
iLLiCiTiT
6813ff0366 changed imports where from interfaces are loaded 2021-07-27 20:01:54 +02:00
iLLiCiTiT
d9259876f6 fixed clockify api property 2021-06-11 18:44:04 +02:00
iLLiCiTiT
afb77da237 buttons in clockify credentials widget has same width 2021-06-11 18:43:57 +02:00
iLLiCiTiT
fbfb85c95d simplified clockify widgets 2021-06-11 18:43:42 +02:00
iLLiCiTiT
e23d56d7aa clockify widget is using openpype style 2021-06-11 18:43:27 +02:00
Milan Kolar
a8ac7cd538 merge develop into main 2021-05-04 17:07:32 +02:00
iLLiCiTiT
065b64d1e0 use OpenPypeSecureRegistry 2021-04-09 10:36:20 +02:00
iLLiCiTiT
983b9264ec clockify is using keyring to store and receive api key 2021-04-08 14:11:22 +02:00
Milan Kolar
8432e94615 rename folder 2021-04-01 18:54:46 +02:00