Releases: hardisgroupcom/sfdx-hardis
Releases · hardisgroupcom/sfdx-hardis
v4.40.2
What's Changed
- hardis:org:diagnose:audittrail: Define new not suspect actions
- Currency
- updateddatedexchrate
- Custom App Licenses
- addeduserpackagelicense
- granteduserpackagelicense
- Manage Users
- unfrozeuser
- Mobile Administration
- assigneduserstomobileconfig
- Currency
- hardis:org:monitor:all: Define relevant items as weekly, not daily
Pull Requests
- hardis:org:diagnose:audittrail: Define
Currency: updateddatedexchrate
as not suspect action by @nvuillam in #626 - Monitoring frequency + unsuspect audit actions by @nvuillam in #627
Full Changelog: v4.40.1...v4.40.2
v4.40.1
v4.40.0
What's Changed
-
Deployment tips: add missingDataCategoryGroup (no DataCategoryGroup named...)
-
handle commandsPreDeploy and commandPostDeploy to run custom command before and after deployments by @nvuillam in #623
- If the commands are not the same depending on the target org, you can define them into config/branches/.sfdx-hardis-BRANCHNAME.yml instead of root config/.sfdx-hardis.yml
Example:
commandsPreDeploy:
- id: knowledgeUnassign
label: Remove KnowledgeUser right to the user who has it
command: sf data update record --sobject User --where "UserPermissionsKnowledgeUser='true'" --values "UserPermissionsKnowledgeUser='false'" --json
- id: knowledgeAssign
label: Assign Knowledge user to the deployment user
command: sf data update record --sobject User --where "Username='[email protected]'" --values "UserPermissionsKnowledgeUser='true'" --json
commandsPostDeploy:
- id: knowledgeUnassign
label: Remove KnowledgeUser right to the user who has it
command: sf data update record --sobject User --where "UserPermissionsKnowledgeUser='true'" --values "UserPermissionsKnowledgeUser='false'" --json
- id: knowledgeAssign
label: Assign Knowledge user to the deployment user
command: sf data update record --sobject User --where "Username='[email protected]'" --values "UserPermissionsKnowledgeUser='true'" --json
Full Changelog: v4.39.0...v4.40.0
v4.39.0
v4.38.2
v4.38.1
v4.38.0
What's Changed
- New command hardis:org:diagnose:licenses to send used licenses to monitoring logs like Grafana
- hardis:org:diagnose:audittrail: Exclude some Add / Remove users from a Territory events from Suspect Audit Trail actions
- hardis:org:diagnose:unusedusers: Fix metric name for ActiveUsers
Pull Requests
Full Changelog: v4.37.5...v4.38.0