Faruk AYDIN
|
859337b5c1
|
test: add tests for graphQL getRoles query
|
2023-10-15 16:55:25 +02:00 |
|
Faruk AYDIN
|
9a981d5373
|
test: Implement tests for graphQL getUsers query
|
2023-10-14 21:29:24 +02:00 |
|
Faruk AYDIN
|
c7116361ab
|
refactor: No need to interpolate token for getUser test
|
2023-10-14 21:21:40 +02:00 |
|
Faruk AYDIN
|
4de1fc49df
|
test: Add test case for unauthorized user for getUser
|
2023-10-14 20:12:10 +02:00 |
|
Faruk AYDIN
|
fb80d5d70d
|
test: Correct get current user test descriptions
|
2023-10-14 20:04:49 +02:00 |
|
Faruk AYDIN
|
eaa25e412a
|
test: Add test for healthcheck graphQL query
|
2023-10-14 17:45:26 +02:00 |
|
Faruk AYDIN
|
706142f98e
|
chore: Change the description of existing graphQL tests
|
2023-10-14 17:19:25 +02:00 |
|
Faruk AYDIN
|
1d44d387ac
|
feat(invoice-ninja): Add static country codes to create client fields
|
2023-10-14 15:26:58 +02:00 |
|
Faruk AYDIN
|
f93c41f2d8
|
feat(invoice-ninja): Set instance URL as base URL
|
2023-10-14 15:26:58 +02:00 |
|
Rıdvan Akca
|
5b13f880c8
|
feat(invoice-ninja): add create client action
|
2023-10-14 15:26:58 +02:00 |
|
Faruk AYDIN
|
fe820fb4fe
|
fix: use lowercase email for user model findOne method
|
2023-10-13 13:21:55 +02:00 |
|
Faruk AYDIN
|
82ad0735d2
|
chore: Convert user emails to lowercase
|
2023-10-13 11:52:31 +02:00 |
|
Faruk AYDIN
|
8b0a421924
|
fix: Lowercase user email before insert and update
|
2023-10-13 11:44:52 +02:00 |
|
Ömer Faruk Aydın
|
5f335ef5b3
|
refactor: Use token without string interpolation for getCurrentUser test
Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
|
2023-10-13 11:24:54 +02:00 |
|
Faruk AYDIN
|
5831bf9653
|
test: Implement getCurrentUser graphQL test
|
2023-10-13 01:04:35 +02:00 |
|
Rıdvan Akca
|
27c296bb89
|
feat(invoice-ninja): add new quotes trigger
|
2023-10-12 14:44:17 +03:00 |
|
Rıdvan Akca
|
ef67908451
|
feat(invoice-ninja): add new projects trigger
|
2023-10-12 14:43:39 +03:00 |
|
Rıdvan Akca
|
3dedc3bfc7
|
feat(invoice-ninja): add new payments trigger
|
2023-10-12 14:43:06 +03:00 |
|
Rıdvan Akca
|
11f38c4d3a
|
feat(invoice-ninja): add new invoices trigger
|
2023-10-11 15:36:20 +02:00 |
|
Ömer Faruk Aydın
|
3bca6497f7
|
Merge pull request #1327 from automatisch/AUT-319
feat(invoice-ninja): add new credits trigger
|
2023-10-11 15:34:17 +02:00 |
|
Faruk AYDIN
|
12c53a3d4d
|
feat: Add CI configuration for backend tests
|
2023-10-11 13:41:03 +02:00 |
|
Faruk AYDIN
|
7615e62bbc
|
fix(placetel): Parse request body inside of run method
|
2023-10-11 11:17:19 +02:00 |
|
Faruk AYDIN
|
53189a6487
|
fix: Do not parse all requests with json parser
|
2023-10-10 18:26:53 +02:00 |
|
Rıdvan Akca
|
027b11c3fb
|
feat(invoice-ninja): add new credits trigger
|
2023-10-10 16:31:42 +03:00 |
|
Rıdvan Akca
|
58f8ded161
|
feat(invoice-ninja): add new clients trigger
|
2023-10-10 13:41:14 +03:00 |
|
Rıdvan Akca
|
ee6c9fa5d4
|
feat(invoice-ninja): add invoice ninja integration
|
2023-10-09 16:06:00 +03:00 |
|
Faruk AYDIN
|
c786d7549a
|
refactor(placetel): No need to stringify call ID
|
2023-10-09 14:11:39 +02:00 |
|
Faruk AYDIN
|
b59840cb77
|
feat(placetel): Add types to hungup call trigger
|
2023-10-09 12:49:59 +02:00 |
|
Faruk AYDIN
|
265d57d8b7
|
refactor(placetel): Remove redundant header variable
|
2023-10-09 12:18:55 +02:00 |
|
Faruk AYDIN
|
5eed84f9e5
|
feat: Add run method to placetel hungup trigger
|
2023-10-09 12:18:11 +02:00 |
|
Faruk AYDIN
|
5fff9bdc02
|
chore(placetel): Add missing type file
|
2023-10-09 12:17:23 +02:00 |
|
Faruk AYDIN
|
a9fd261bab
|
refactor: Use json parser when content type is not specified
|
2023-10-09 12:17:23 +02:00 |
|
Faruk AYDIN
|
ef087be4f0
|
feat(placetel): Add hungup call trigger
|
2023-10-09 12:17:23 +02:00 |
|
Faruk AYDIN
|
712bee297a
|
feat(placetel): Implement app structure with authentication
|
2023-10-09 12:17:23 +02:00 |
|
Faruk AYDIN
|
d877f5c764
|
refactor: Use trigger queue for webhook handler
|
2023-10-09 12:05:45 +02:00 |
|
Faruk AYDIN
|
4c66cc1e33
|
feat: Adjust webhook handler to work with run method
|
2023-10-08 15:51:59 +02:00 |
|
Faruk AYDIN
|
27a3edeb93
|
feat: Add run method to webhook triggers
|
2023-10-07 18:46:25 +02:00 |
|
Ömer Faruk Aydın
|
60d8af5c16
|
Merge pull request #1321 from automatisch/AUT-310
feat(pipedrive): add create lead action
|
2023-10-06 11:40:04 +02:00 |
|
Faruk AYDIN
|
627a5892f1
|
chore: Add description to Pipedrive create lead fields
|
2023-10-06 11:33:52 +02:00 |
|
Faruk AYDIN
|
9729fd6b15
|
feat(salesforce): Implement execute query action
|
2023-10-05 15:23:48 +02:00 |
|
Rıdvan Akca
|
17916f29f6
|
feat(pipedrive): add create lead action
|
2023-10-05 14:12:37 +03:00 |
|
Faruk AYDIN
|
bd497af89b
|
test: Add case to getUser to not return user password
|
2023-10-04 21:01:16 +02:00 |
|
Faruk AYDIN
|
1683c5630a
|
test: Add types to getUser test file
|
2023-10-04 21:01:16 +02:00 |
|
Faruk AYDIN
|
b290c32aeb
|
refactor: Use shared requestObject for getUser tests
|
2023-10-04 21:01:16 +02:00 |
|
Faruk AYDIN
|
a29b3c6db4
|
refactor: Use fixtures for getUser graphQL tests
|
2023-10-04 21:01:16 +02:00 |
|
Faruk AYDIN
|
ffb2f4f5db
|
refactor: Use unauthorized user describe block for getUser tests
|
2023-10-04 21:01:16 +02:00 |
|
Rıdvan Akca
|
fedb198ae7
|
feat(pipedrive): add create activity action
|
2023-10-04 13:31:39 +03:00 |
|
Faruk AYDIN
|
5a578643a6
|
feat: Implement getUser graphQL query test
|
2023-10-04 11:52:39 +02:00 |
|
Faruk AYDIN
|
f0712bd213
|
feat: Adjust global hooks to work with both knex and objection
|
2023-10-04 11:48:38 +02:00 |
|
Faruk AYDIN
|
f490632722
|
refactor: Login mutation with create auth token helper
|
2023-10-04 11:46:18 +02:00 |
|