Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#IP-275] Managed service preferences before message creation #142

Merged
merged 24 commits into from
Jul 9, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f69cb4a
managed service preferences before message creation
michaeldisaro Jul 7, 2021
6fa9e4b
Added comment
michaeldisaro Jul 7, 2021
b50a4f9
Applied some refactoring to comply code review
michaeldisaro Jul 7, 2021
0f27d87
Update StoreMessageContentActivity/__tests__/handler.test.ts
michaeldisaro Jul 7, 2021
4aca083
Update StoreMessageContentActivity/__tests__/handler.test.ts
michaeldisaro Jul 7, 2021
685da36
Update StoreMessageContentActivity/__tests__/handler.test.ts
michaeldisaro Jul 7, 2021
b9d5810
cleaned and removed duplicated tests
michaeldisaro Jul 8, 2021
599dd97
refactored old code to function
michaeldisaro Jul 8, 2021
b232fc7
cleaend code
michaeldisaro Jul 8, 2021
6671de5
Update StoreMessageContentActivity/handler.ts
Jul 8, 2021
5e3e057
managed service preferences before message creation
michaeldisaro Jul 7, 2021
13d176b
Added comment
michaeldisaro Jul 7, 2021
18ce43e
Applied some refactoring to comply code review
michaeldisaro Jul 7, 2021
e5c0ace
Update StoreMessageContentActivity/__tests__/handler.test.ts
michaeldisaro Jul 7, 2021
646a1a2
Update StoreMessageContentActivity/__tests__/handler.test.ts
michaeldisaro Jul 7, 2021
29a3b84
Update StoreMessageContentActivity/__tests__/handler.test.ts
michaeldisaro Jul 7, 2021
723de3f
cleaned and removed duplicated tests
michaeldisaro Jul 8, 2021
7cabe0c
refactored old code to function
michaeldisaro Jul 8, 2021
1345523
cleaend code
michaeldisaro Jul 8, 2021
703d6e8
Update StoreMessageContentActivity/handler.ts
Jul 8, 2021
2d30102
fixes after rebase
michaeldisaro Jul 8, 2021
aadcc36
[#ip-275] test refactor
balanza Jul 8, 2021
6c7ce6a
[#ip-275] merge
balanza Jul 8, 2021
7e98711
[#ip-275] test refactor
balanza Jul 8, 2021
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ azure-functions-core-tools/**/*
# eslint section
!.eslintrc.js
.eslintcache

yarn-error.log
Loading