Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
b09acd1
#984: setNotifEmailAddr command added
yuliialikhyt Aug 1, 2023
000778e
#984: added a function to update notifications for Automations
yuliialikhyt Aug 3, 2023
76dda3e
#984: move updateNotifications under runMethod
yuliialikhyt Aug 7, 2023
49440b9
#984: enable updating notes or email addresses, additional checks, mo…
yuliialikhyt Aug 7, 2023
10a3fe3
#984: added 2 test cases for updateNotifications
yuliialikhyt Aug 7, 2023
19f1318
#984: updated function name
yuliialikhyt Aug 10, 2023
24543f0
#984: updateNotifications improvements
yuliialikhyt Aug 12, 2023
581a3a1
Merge branch 'develop' into feature/984-feature-bulk-update-notificat…
yuliialikhyt Aug 12, 2023
0f1c3fe
#984: fixed tests, adjusted logic to set some notifications, check if…
yuliialikhyt Aug 13, 2023
48e37e1
#984: fixed tests - +2 api requests because there is a new test autom…
yuliialikhyt Aug 13, 2023
e7c93c2
#984: moved repetitive code into #getEncodedAutomationIDs()
yuliialikhyt Aug 13, 2023
92dfd6e
#984: added interactive questions, no email validation at this point
yuliialikhyt Aug 13, 2023
9934cbd
#984: corrected test
yuliialikhyt Aug 13, 2023
83f679d
#984: remove notifications option
yuliialikhyt Aug 13, 2023
ae4cc5d
#984: added email validator
yuliialikhyt Aug 14, 2023
309de98
#984: added a test for importFile
yuliialikhyt Aug 14, 2023
94d8c11
#984: added a test for --clear option
yuliialikhyt Aug 20, 2023
18cd195
Merge branch 'develop' into feature/984-feature-bulk-update-notificat…
yuliialikhyt Aug 20, 2023
ceefc04
#984: +1 test automations, the rest of the tests were adapted
yuliialikhyt Aug 20, 2023
127e1e4
#984: --clear option for importFile
yuliialikhyt Aug 20, 2023
d87161a
#984: exit updateNotifications for importFile if user provided option…
yuliialikhyt Aug 20, 2023
00704bf
#984: note was not set if email address was not provided
yuliialikhyt Aug 20, 2023
3910110
#984: retrive for clearNotifications is already covered
yuliialikhyt Aug 20, 2023
e8f7744
#984: some improvements and more tests
yuliialikhyt Aug 21, 2023
556d256
#984: ternary -> if
yuliialikhyt Aug 21, 2023
1d30d9e
#984: removed error variable
yuliialikhyt Aug 21, 2023
051b215
Update test/type.importFile.test.js
yuliialikhyt Aug 21, 2023
9f822f6
Update test/type.automation.test.js
yuliialikhyt Aug 21, 2023
720231c
#984: test update completion email address and error email address
yuliialikhyt Aug 21, 2023
739eaf8
#984: +9 positive test cases
yuliialikhyt Aug 23, 2023
10bf762
Merge branch 'feature/984-feature-bulk-update-notification-email-addr…
yuliialikhyt Aug 23, 2023
a38f02b
#984: +1 negative test case
yuliialikhyt Aug 24, 2023
6d87df6
#984: group:
yuliialikhyt Aug 24, 2023
eff4b1a
#984: moved properties out of static variables
yuliialikhyt Aug 24, 2023
55a3389
#984: removed static variables
yuliialikhyt Aug 24, 2023
d07cf91
Update lib/cli.js
yuliialikhyt Aug 24, 2023
47c847d
#984: made getKeysToSetNotifications in MetadataType abstract, moved …
yuliialikhyt Aug 26, 2023
e07fba6
Merge branch 'feature/984-feature-bulk-update-notification-email-addr…
yuliialikhyt Aug 26, 2023
5bdfa31
#984: clearNotifications was removed from MetadataType and index
yuliialikhyt Aug 26, 2023
4cc50b3
#984: info to verbose
yuliialikhyt Aug 26, 2023
592d3fb
#984: renamed negative test cases
yuliialikhyt Aug 26, 2023
989fed4
#984: renamed negative test cases
yuliialikhyt Aug 26, 2023
695afb0
#984: renamed test cases
yuliialikhyt Aug 26, 2023
fc03b1d
#984: split a test case into 2
yuliialikhyt Aug 26, 2023
729eb96
#984: split a test case into 3
yuliialikhyt Aug 26, 2023
f691e6c
#984: +3 tests for clearNotifications (+3 cached automations, +6 API …
yuliialikhyt Aug 27, 2023
3023492
#984: improved regex email validation
yuliialikhyt Aug 27, 2023
9abe1e5
#984: moved type specific stuff into child class
yuliialikhyt Aug 27, 2023
1609171
#984: removed options from updateNotifications command
yuliialikhyt Aug 27, 2023
9bb5be7
#984: added a test for updating a note only
yuliialikhyt Aug 28, 2023
0dc51ae
#984: +1 automation
yuliialikhyt Aug 28, 2023
23d0cea
#984: added a function to retrieve and deploy that is used for fixKey…
yuliialikhyt Aug 30, 2023
12f7b3d
#984: regex for email validation replaced
yuliialikhyt Aug 30, 2023
fe22dca
#984: add questions to an array
yuliialikhyt Aug 30, 2023
0b43078
#984: validate added
yuliialikhyt Aug 30, 2023
6c09a25
Merge branch 'develop' into feature/984-feature-bulk-update-notificat…
yuliialikhyt Aug 30, 2023
9ddbefe
#984: test cases
yuliialikhyt Aug 31, 2023
f1ff0de
Merge branch 'develop' into feature/984-feature-bulk-update-notificat…
yuliialikhyt Aug 31, 2023
c18e6ef
#984: +15 automations/+15 API calls
yuliialikhyt Aug 31, 2023
7b0de99
#984: fixed issue with email validation
yuliialikhyt Sep 3, 2023
1101102
#984: merge develop into branch
yuliialikhyt Sep 24, 2023
7fb1fb4
Merge branch 'develop' into feature/984-feature-bulk-update-notificat…
JoernBerkefeld Oct 9, 2023
af22fb9
Merge branch 'develop' into feature/984-feature-bulk-update-notificat…
JoernBerkefeld Oct 9, 2023
bd755f4
#0: auto-formatting
JoernBerkefeld Oct 9, 2023
258c067
#984: improve log message for updateNotification
JoernBerkefeld Oct 9, 2023
63f9784
#984: move updateNotification logic from custom createOrUpdate into p…
JoernBerkefeld Oct 9, 2023
8e2670a
#984: rename importFile test for updateNotification
JoernBerkefeld Oct 10, 2023
9981086
#984: refactoring
JoernBerkefeld Oct 11, 2023
801317d
Merge branch 'develop' into feature/984-feature-bulk-update-notificat…
JoernBerkefeld Feb 27, 2024
f1df201
#0: pre-commit hook logs
JoernBerkefeld Feb 27, 2024
6626df6
#984: fix tests for importFile & query
JoernBerkefeld Feb 27, 2024
427764a
Merge remote-tracking branch 'origin/develop' into feature/984-featur…
JoernBerkefeld Mar 27, 2025
b056439
#984: clean up tests
JoernBerkefeld Mar 27, 2025
7fe7db2
#984: clean up code
JoernBerkefeld Mar 27, 2025
80b880e
Merge branch 'develop' into feature/984-feature-bulk-update-notificat…
JoernBerkefeld Feb 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions @types/lib/index.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion @types/lib/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 24 additions & 1 deletion @types/lib/metadataTypes/Automation.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading