Add events #777

Merged
konrad merged 47 commits from feature/events into master 2021-02-02 22:48:38 +00:00

47 Commits

Author SHA1 Message Date
kolaente 27a73cc1ca
Increase golangci timeout
continuous-integration/drone/pr Build is passing Details
2021-02-02 23:34:46 +01:00
kolaente cfb15a27f0
Fix getting labels, lists or teams if none are available
continuous-integration/drone/pr Build is failing Details
2021-02-02 23:10:50 +01:00
kolaente 1635beda56
Fix getting task attachments and related tasks if none are available
continuous-integration/drone/pr Build is failing Details
2021-02-02 22:20:10 +01:00
kolaente f210e915b8
Update theme
continuous-integration/drone/pr Build is failing Details
2021-02-02 21:40:52 +01:00
kolaente 9c3bf3d15f
Generate docs
continuous-integration/drone/pr Build is failing Details
2021-02-02 21:34:31 +01:00
kolaente bfd1db9a00
Merge branch 'master' into feature/events 2021-02-02 21:33:08 +01:00
kolaente fc544bb90e
Update theme 2021-02-02 21:31:20 +01:00
kolaente 0a504a0c5b
Add docs 2021-02-02 21:30:58 +01:00
kolaente b4ebeef8aa
Sync dependencies 2021-02-02 20:23:12 +01:00
kolaente 5da6b8f277
Merge branch 'master' into feature/events
# Conflicts:
#	go.mod
2021-02-02 20:20:36 +01:00
kolaente 8b84105db1
Fix lint 2021-02-02 20:14:15 +01:00
kolaente a2396a093b
Rename event name 2021-02-02 19:49:17 +01:00
kolaente 8de81194bd
Rename Publish to Dispatch 2021-02-02 19:47:33 +01:00
kolaente 217a09f723
Add method to assert an event has been dispatched 2021-02-02 19:46:45 +01:00
kolaente 3280aace9d
Directly pass in auth objects when publishing events 2021-02-01 22:24:20 +01:00
kolaente 627add5ee9
Add test faker 2021-02-01 22:18:00 +01:00
kolaente 037295cd1a
Fix tests 2021-02-01 22:17:46 +01:00
kolaente bd104298ad
Add booted event after full init has been run 2021-02-01 21:48:47 +01:00
kolaente 694dab9295
Cleanup 2021-02-01 21:43:32 +01:00
kolaente 4b2007d3d9
Increase the user metrics counter with events 2021-02-01 21:40:07 +01:00
kolaente c3de561c29
Increase and decrease the team metrics counter with events 2021-02-01 21:33:22 +01:00
kolaente dfbb3fe6f4
Increase and decrease the task metrics counter with events 2021-02-01 21:27:37 +01:00
kolaente 56c712e6b6
Increase and decrease the namespace metrics counter with events 2021-02-01 21:15:21 +01:00
kolaente 35f9a47e4a
Add comments to magefile code generation commands 2021-02-01 21:08:49 +01:00
kolaente 83f48dd175
Increase and decrease the list metrics counter with events 2021-02-01 21:05:53 +01:00
kolaente 3f21b3610e
Add command to generate a new listener for an event 2021-02-01 18:37:34 +01:00
kolaente 5dac13c6c8
Add command to generate a new event 2021-02-01 18:06:10 +01:00
kolaente be40033886
Expose watermill metrics through the default metrics endpoint 2021-01-31 23:03:41 +01:00
kolaente 51024a595d
Add team member added event 2021-01-31 22:23:58 +01:00
kolaente 405f3771b1
Add namespace sharing events 2021-01-31 22:20:25 +01:00
kolaente e8f2d577c2
Add list shared with team event 2021-01-31 22:08:43 +01:00
kolaente 3f4fda1548
Add list shared with user event 2021-01-31 22:06:23 +01:00
kolaente 1c5dfb024b
Add list updated event 2021-01-31 22:03:33 +01:00
kolaente 90ec98ed23
Add list created event 2021-01-31 22:01:34 +01:00
kolaente 94b0555de3
Add namespace updated event 2021-01-31 21:59:03 +01:00
kolaente 39635cc487
Add namespace created event 2021-01-31 21:55:10 +01:00
kolaente 3e0f8f3174
Cleanupo 2021-01-31 21:52:03 +01:00
kolaente d29beac898
Add task comment created event 2021-01-31 21:51:06 +01:00
kolaente 73bed1ce31
Add task assignee created event 2021-01-31 21:22:54 +01:00
kolaente a93aab6024
Set doer when updating a task 2021-01-31 21:16:48 +01:00
kolaente 5897515ab6
Add auth parameter to crud functions 2021-01-31 21:15:33 +01:00
kolaente 1313f4d2a8
Publish doer 2021-01-31 20:38:57 +01:00
kolaente c6e3e179a6
Add custom logger for watermill 2021-01-31 16:28:52 +01:00
kolaente 7fd3322533
Change retry 2021-01-31 15:48:02 +01:00
kolaente 124cc5e54f
Move payload parsing to the listener 2021-01-31 15:28:13 +01:00
kolaente 7a00cb1f6a
Add handlers and listeners 2021-01-31 15:08:39 +01:00
kolaente 8c84dd2986
Add basic event setup 2021-01-31 14:32:29 +01:00