Commit Graph

103 Commits

Author SHA1 Message Date
Volkomurov 722d9e359a env files fixed 2023-09-01 19:10:49 +05:00
naudachu 232f009c49
Merge pull request #6 from naudachu/refactoring-august
- fixed all issues w/ servises;
2023-09-01 19:04:13 +05:00
Volkomurov 92d30623da - fixed all issues w/ servises;
- attached docker files w/ owncloud, gitbucket;
2023-09-01 18:58:17 +05:00
naudachu dc6109844f add coda webhook usage;
add apline version to dockerfile;
2023-08-22 15:34:54 +05:00
naudachu 15cf91aeef - new YT entity to support multiaccounting; 2023-07-26 14:17:34 +05:00
naudachu 864c583e3c fixed readme with current updates 2023-07-08 14:15:35 +05:00
naudachu 3e93b5e7a6 Create additional method to work with project id 2023-07-08 14:14:22 +05:00
naudachu 0d48ccedb9 Setup domain method to get ID by Project Name 2023-07-08 14:13:45 +05:00
naudachu 2cba8c5c26 Get project ID via domain method; 2023-07-08 14:13:04 +05:00
naudachu 081d93752d - remove deprecated method from folder.go 2023-07-08 14:12:38 +05:00
naudachu 5806eb37c0 add conversions manager; 2023-06-30 21:04:40 +05:00
naudachu d4e42a57f5
Merge pull request #5 from naudachu/naudachu/issue4
Naudachu/issue4
2023-06-27 12:00:44 +05:00
naudachu 51c64e0cd4 - remove comment into task controller 2023-06-27 11:59:56 +05:00
naudachu 24c98b94e9 - added a draft for integration tasks flow;
- moved
2023-06-27 11:46:21 +05:00
naudachu 45beec029e
Merge pull request #3 from naudachu/refactoring
Refactoring
2023-06-25 19:28:20 +05:00
naudachu 6be164682c - get git entity from externals;
- rework error handling;
2023-06-25 19:12:53 +05:00
naudachu 3130994e7d - rename domain entities into handler; 2023-06-21 21:04:04 +05:00
naudachu 9a670fdc61 - simple test for helper function 2023-06-21 21:03:48 +05:00
naudachu 7221fa4aad - deprecate read xml file for set up webdav payload 2023-06-21 21:03:08 +05:00
naudachu 228ca14f33 - moved XML helper function into helpers package; 2023-06-21 21:02:36 +05:00
naudachu 3b155acf9e - domain Cloud into domain 2023-06-21 21:02:03 +05:00
naudachu 2b6b7b5d4a - rename domain entities into controller 2023-06-21 21:01:48 +05:00
naudachu a19263e97e - Folder PrivateURL fixed; 2023-06-21 18:55:25 +05:00
naudachu 8b84480e74 TestGetFileID is working,
but FileID cannot be unmarshaled
2023-06-21 17:58:51 +05:00
naudachu db69ef238e just...no message 2023-06-21 14:07:26 +05:00
naudachu ad1beb66dd - clean architecture implemeted! 2023-06-14 22:21:58 +05:00
naudachu 0e6585b683 - fixed naming 2023-06-12 20:56:22 +05:00
naudachu 1f39c283c5 forget to commit main.go 2023-06-12 20:42:37 +05:00
naudachu fd1c8fc894 - added .dev.env, added to .gitignore;
- helper function to work with github naming (regexp mustcompile);
- move telegram requests handlers into a separate file/module;
- remove unused YouTrack interface;
- review Git struct, review init function,
- create separate git instance for each request;
- using env vars into Cloud functions;
- create domain package with only Git struct description..;
- add Controller package with all current UseCases;
2023-06-12 20:42:23 +05:00
naudachu d9883b59c3 formatting 2023-06-09 19:19:43 +05:00
naudachu 636dd730a1 - rename domain -> ext, cause it is not domain..
- fixed the problem with github naming, that produces 404 error;
2023-06-09 19:13:32 +05:00
naudachu ae9abd50c8 . 2023-06-09 17:30:10 +05:00
naudachu 90d17515c3 Merge branch 'master' into dev 2023-06-06 19:12:44 +05:00
naudachu 48be5a4f8b readme formatting fixed; 2023-06-06 18:36:53 +05:00
naudachu 25033a2841
Merge pull request #1 from naudachu:docker-scratch
Docker-scratch
2023-06-06 18:35:20 +05:00
naudachu 7cfdb84c22 - Dockerfile fixed; 2023-06-06 18:28:57 +05:00
naudachu 72eabae461 - added builder to the Docker file; 2023-06-06 18:21:37 +05:00
naudachu d16ad575e2 - readme fixed; 2023-06-06 18:05:16 +05:00
naudachu 6346c118b2 - docker file added;
- todo -> readme;
2023-06-06 17:39:33 +05:00
naudachu b2cdf75318 working branch; 2023-06-04 22:49:27 +05:00
naudachu 0bc1783afd - try clean arch; 2023-06-04 22:32:32 +05:00
naudachu d630df19df Merge branch 'master' of https://github.com/naudachu/workflow-bot 2023-06-04 21:09:33 +05:00
naudachu 6af77a4d94
Update go.yml 2023-06-04 21:09:26 +05:00
naudachu 0ec8643935 - added *.mod and *.sum to master 2023-06-04 21:08:11 +05:00
naudachu bf28ab1064
Update go.yml 2023-06-04 21:05:01 +05:00
naudachu f31f72d1d3 Merge branch 'master' of https://github.com/naudachu/workflow-bot 2023-06-04 21:02:37 +05:00
naudachu 07654afefa test 2023-06-04 21:02:35 +05:00
naudachu fa5ba4742a - setup answer messageas a separate function;
- async git/cloud requests;
- error handling middleware;
2023-06-04 21:01:37 +05:00
naudachu 80cf3dede6
Create go.yml 2023-06-04 20:59:50 +05:00
naudachu b8e3dd5392 added permissions control; bug found; 2023-06-02 15:12:35 +05:00