Implement notification subcommands #389

Merged
6543 merged 20 commits from noerw/tea:notification-subcmds into master 2021-09-05 17:11:17 +00:00

20 Commits

Author SHA1 Message Date
526e665e51 Merge branch 'master' into notification-subcmds
All checks were successful
continuous-integration/drone/pr Build is passing
2021-09-05 23:24:33 +08:00
4b87414787
lint
All checks were successful
continuous-integration/drone/pr Build is passing
2021-08-24 04:52:52 +02:00
8414c23ed5
print notification id
Some checks failed
continuous-integration/drone/pr Build is failing
to be able to mark single notifications
2021-08-24 04:21:42 +02:00
2398f5680a
implement mark-notification-as handlers 2021-08-24 04:21:09 +02:00
1860bc66fc
notifications list: refactor filters as CsvFlag 2021-08-24 02:51:02 +02:00
4acda8d111
rename --for-user flag to --mine for consistency
with `tea time --mine`. also move the flag to the list subcommand only,
as it's not needed for the other subcmds
2021-08-24 02:43:16 +02:00
5ee01374bf
refactor FieldsFlag as CsvFlag for reusability
to be used in --state + --type of notifications listing
2021-08-24 02:31:47 +02:00
ccb10bbbe4
tea n ls: add type filter 2021-08-24 02:01:57 +02:00
908c6dfca0
apply own codereview 2021-08-19 14:08:40 +02:00
e52b2678a9 Merge branch 'master' into add-subcomands-for-notifications_rebase283
All checks were successful
continuous-integration/drone/pr Build is passing
2021-08-16 21:23:41 +08:00
0f12c0a77f
Next dedub
All checks were successful
continuous-integration/drone/pr Build is passing
2021-08-16 15:21:44 +02:00
be0e857273
code dedub
All checks were successful
continuous-integration/drone/pr Build is passing
2021-08-16 15:12:46 +02:00
9f3d730742
Merge branch 'master' into add-subcomands-for-notifications_rebase283 2021-08-16 15:08:14 +02:00
abd32a7074
WIP - Improved.
Some checks failed
continuous-integration/drone/pr Build is failing
2020-12-16 23:01:48 +01:00
31bd1cc6b1
WIP. Cleanuped / ... 2020-12-16 23:01:48 +01:00
481132ffdb
Moved notifications_list from task into cmd/notifications
Signed-off-by: Karl Heinz Marbaise <kama@soebes.de>
2020-12-16 23:01:47 +01:00
91b5db3e42
Integrated review comments.
Signed-off-by: Karl Heinz Marbaise <kama@soebes.de>
2020-12-16 23:01:46 +01:00
f978713928
Fixed exported function comments.
Signed-off-by: Karl Heinz Marbaise <kama@soebes.de>
2020-12-16 23:00:37 +01:00
75ad6b8484
Added missing comment on exported function. 2020-12-16 23:00:37 +01:00
74047bee0d
add subcomands for notifications
Fix #243

Signed-off-by: Karl Heinz Marbaise <kama@soebes.de>
2020-12-16 23:00:35 +01:00