sfdx-hardis 4.41.0 → 4.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -2
- package/README.md +2 -67563
- package/defaults/ci/Jenkinsfile +3 -1
- package/lib/commands/hardis/project/deploy/sources/dx.js +9 -3
- package/lib/commands/hardis/project/deploy/sources/dx.js.map +1 -1
- package/lib/commands/hardis/work/save.js +6 -6
- package/lib/commands/hardis/work/save.js.map +1 -1
- package/lib/common/utils/classUtils.d.ts +1 -1
- package/lib/common/utils/classUtils.js +14 -2
- package/lib/common/utils/classUtils.js.map +1 -1
- package/lib/common/utils/deployTips.js +1 -1
- package/lib/common/utils/deployTips.js.map +1 -1
- package/lib/common/utils/deployTipsList.js +9 -0
- package/lib/common/utils/deployTipsList.js.map +1 -1
- package/lib/common/utils/deployUtils.js +14 -12
- package/lib/common/utils/deployUtils.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +8 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,12 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image `hardisgroupcom/sfdx-hardis@beta`
|
|
6
6
|
|
|
7
|
+
## [4.43.0] 2024-07-06
|
|
8
|
+
|
|
9
|
+
- hardis:work:save : Update prompt messages
|
|
10
|
+
- Remove direct URL to target org in case of deployment failure
|
|
11
|
+
- AI Deployment Assistant: Fix identification of error messages
|
|
12
|
+
- Add deployment tip "Condition missing reference"
|
|
13
|
+
|
|
14
|
+
## [4.42.0] 2024-07-02
|
|
15
|
+
|
|
16
|
+
- hardis:project:deploy:sources:dx : If **testlevel=RunRepositoryTests**, option **runtests** can contain a regular expression to keep only class names matching it. If not set, it will run all test classes found in the repo
|
|
17
|
+
- Reduce size of README
|
|
18
|
+
- Update documentation about Authentication & Security
|
|
19
|
+
- Add missing variables in workflows
|
|
20
|
+
|
|
7
21
|
## [4.41.0] 2024-06-29
|
|
8
22
|
|
|
9
|
-
- **AI Deployment Assistant
|
|
23
|
+
- [**AI Deployment Assistant**](https://sfdx-hardis.cloudity.com/salesforce-deployment-assistant-home/): Integrate with OpenAI ChatGPT to find solutions to deployment issues
|
|
10
24
|
- Monitoring: Default 120mn timeout in Azure Workflow
|
|
11
25
|
- Backup: Replace colon in package file name
|
|
12
|
-
- New command **hardis:project:fix:profiletabs** to add / hide tabs directly in XML when such info is not retrieved by Salesforce CLI
|
|
26
|
+
- New command [**hardis:project:fix:profiletabs**](https://sfdx-hardis.cloudity.com/hardis/project/fix/profiletabs/) to add / hide tabs directly in XML when such info is not retrieved by Salesforce CLI
|
|
13
27
|
|
|
14
28
|
## [4.40.2] 2024-06-18
|
|
15
29
|
|