Releases: techmatters/hrm
Releases · techmatters/hrm
Save In progress contacts
Merge pull request #750 from techmatters/CHI-2763-supervisor-edit-perm Add a permission for supervisor to edit contacts
v1.18.5
TO-DO
v1.18.5-qa.3
Bug Fixes
- correct type of transcripts #757 (Gianfranco Paoloni)
- require orderClause in search SQL #758 (Gianfranco Paoloni)
- cast term to number before asserting if is int #763 (Gianfranco Paoloni)
Code Refactoring
- better math #752 (Gianfranco Paoloni)
- improve transcript types #757 (Gianfranco Paoloni)
Chores
- add sort options for empty term and tiebreaker #752 (Gianfranco Paoloni)
- safeguard gainst invalid integers in id query #752 (Gianfranco Paoloni)
- add safeguard against max int #752 (Gianfranco Paoloni)
- change sort key to timeOfContact (contacts) and createdAt (cases) #752 (Gianfranco Paoloni)
- added pg-query-stream to hrm-core #758 (Gianfranco Paoloni)
- implement reindex contact as streams #758 (Gianfranco Paoloni)
- implement reindex cases as streams #758 (Gianfranco Paoloni)
- implement simple query, refactor content query to use it #761 (Gianfranco Paoloni)
- limit the flags available for simple query #761 (Gianfranco Paoloni)
Commits
- 5928057: Remove JSON tabbing from HRM debug messages to prevent them spamming up our log quota (Stephen Hand) #749
- bdf81cc: Revert json tabbing removal from lambda logs (Stephen Hand) #749
- 7a8cadd: Comment out logs that happen every job sweep (Stephen Hand) #749
- 727041f: Log that evaluates resource search ES vs DB (Stephen Hand) #749
- 4190f72: Change completed lambda to just log. NPM install (Stephen Hand) #749
- 993e01e: Fix tsconfig.build.json (Stephen Hand) #749
- c807549: ups (Gianfranco Paoloni) #752
- 0e658c4: nit (Gianfranco Paoloni) #757
- 6958453: debug logs (Gianfranco Paoloni) #758
- ec592d9: debug logs (Gianfranco Paoloni) #758
- remove logs, add return types #758 (Gianfranco Paoloni)
v1.18.5
Bug Fixes
- correct type of transcripts #757 (Gianfranco Paoloni)
- require orderClause in search SQL #758 (Gianfranco Paoloni)
Code Refactoring
- better math #752 (Gianfranco Paoloni)
- improve transcript types #757 (Gianfranco Paoloni)
Chores
- add sort options for empty term and tiebreaker #752 (Gianfranco Paoloni)
- safeguard gainst invalid integers in id query #752 (Gianfranco Paoloni)
- add safeguard against max int #752 (Gianfranco Paoloni)
- change sort key to timeOfContact (contacts) and createdAt (cases) #752 (Gianfranco Paoloni)
- added pg-query-stream to hrm-core #758 (Gianfranco Paoloni)
- implement reindex contact as streams #758 (Gianfranco Paoloni)
- implement reindex cases as streams #758 (Gianfranco Paoloni)
- implement simple query, refactor content query to use it #761 (Gianfranco Paoloni)
- limit the flags available for simple query #761 (Gianfranco Paoloni)
Commits
- 5928057: Remove JSON tabbing from HRM debug messages to prevent them spamming up our log quota (Stephen Hand) #749
- bdf81cc: Revert json tabbing removal from lambda logs (Stephen Hand) #749
- 7a8cadd: Comment out logs that happen every job sweep (Stephen Hand) #749
- 727041f: Log that evaluates resource search ES vs DB (Stephen Hand) #749
- 4190f72: Change completed lambda to just log. NPM install (Stephen Hand) #749
- 993e01e: Fix tsconfig.build.json (Stephen Hand) #749
- c807549: ups (Gianfranco Paoloni) #752
- 0e658c4: nit (Gianfranco Paoloni) #757
- 6958453: debug logs (Gianfranco Paoloni) #758
- ec592d9: debug logs (Gianfranco Paoloni) #758
- remove logs, add return types #758 (Gianfranco Paoloni)
CHI-2994
Merge pull request #756 from techmatters/gian_CHI-2994 refactor: Generalized Search - manual reindex service implemented as Streams [CHI-2994]
v1.18.5-qa.1
Bug Fixes
- correct type of transcripts #757 (Gianfranco Paoloni)
- require orderClause in search SQL #758 (Gianfranco Paoloni)
Code Refactoring
- better math #752 (Gianfranco Paoloni)
- improve transcript types #757 (Gianfranco Paoloni)
Chores
- add sort options for empty term and tiebreaker #752 (Gianfranco Paoloni)
- safeguard gainst invalid integers in id query #752 (Gianfranco Paoloni)
- add safeguard against max int #752 (Gianfranco Paoloni)
- change sort key to timeOfContact (contacts) and createdAt (cases) #752 (Gianfranco Paoloni)
- added pg-query-stream to hrm-core #758 (Gianfranco Paoloni)
- implement reindex contact as streams #758 (Gianfranco Paoloni)
- implement reindex cases as streams #758 (Gianfranco Paoloni)
Commits
- 5928057: Remove JSON tabbing from HRM debug messages to prevent them spamming up our log quota (Stephen Hand) #749
- bdf81cc: Revert json tabbing removal from lambda logs (Stephen Hand) #749
- 7a8cadd: Comment out logs that happen every job sweep (Stephen Hand) #749
- 727041f: Log that evaluates resource search ES vs DB (Stephen Hand) #749
- 4190f72: Change completed lambda to just log. NPM install (Stephen Hand) #749
- 993e01e: Fix tsconfig.build.json (Stephen Hand) #749
- c807549: ups (Gianfranco Paoloni) #752
- 0e658c4: nit (Gianfranco Paoloni) #757
- 6958453: debug logs (Gianfranco Paoloni) #758
- ec592d9: debug logs (Gianfranco Paoloni) #758
- remove logs, add return types #758 (Gianfranco Paoloni)
CHI-2963
Merge pull request #755 from techmatters/gian_CHI-2963 fix: Generalized Search - regression transcripts not being included when indexing contacts [CHI-2963]
CHI-2965
Merge pull request #753 from techmatters/gian_CHI-2965-2 chore: change sort key to timeOfContact (contacts) and createdAt (cases)
v1.18.4
TO-DO
CHI-2965
Code Refactoring
- better math #752 (Gianfranco Paoloni)
Chores
- add sort options for empty term and tiebreaker #752 (Gianfranco Paoloni)
- safeguard gainst invalid integers in id query #752 (Gianfranco Paoloni)
- add safeguard against max int #752 (Gianfranco Paoloni)
- change sort key to timeOfContact (contacts) and createdAt (cases) #752 (Gianfranco Paoloni)
Commits
- 5928057: Remove JSON tabbing from HRM debug messages to prevent them spamming up our log quota (Stephen Hand) #749
- bdf81cc: Revert json tabbing removal from lambda logs (Stephen Hand) #749
- 7a8cadd: Comment out logs that happen every job sweep (Stephen Hand) #749
- 727041f: Log that evaluates resource search ES vs DB (Stephen Hand) #749
- 4190f72: Change completed lambda to just log. NPM install (Stephen Hand) #749
- 993e01e: Fix tsconfig.build.json (Stephen Hand) #749
- c807549: ups (Gianfranco Paoloni) #752