-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: release v4.3.0 (VF Remoting, Queues) (#105)
* lightning lookup w/o API v1 * dependabot auto-merge * Deploy rules & scripts * API 56.0 * Tests use Assert class * Update scratch org definition files * feat: Update tests to use Assert class * chore: Scratch org shape updates * feat: Project to API 56.0 * feat(docs): ApexDox version upgrade * fix(docs): update ApexDox * fix(build): Update plugin dependencies * fix(tests): redirect test to private * build(npm): update package dependencies * build(pmd): remove updatepmd * build(sfdx): change sfdx to sf commands * ci: update PR sfdx to sf, npm installation * ci(codeQL): delete codeQL d/t IP address * feat: update API to 57.0 (#1) * ci(prettier): stop using local server * build(dependabot): include scope in updates * ci(sfdx): install sf executable * build: update recommended extensions * feat(tests): update tests (assertions, messages) (#3) * fix(docs): typo in variable description * build(pmd): add patterns to deploy rules * test: use Assert class, add messages * docs(README): add custom object test coverage * ci(codecov): add token to upload * build: move tests folder into classes * build(deps-dev): bump eslint from 8.34.0 to 8.35.0 (#4) Bumps [eslint](https://github.com/eslint/eslint) from 8.34.0 to 8.35.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.34.0...v8.35.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(changelog): instructions & tag prefix * feat: sfdx-scanner config * build(sfdx): revert to sfdx package version create * revert(API): use 56.0 to avoid GVS bug chore: create version 4.3.0-9 * docs(README): add image descriptions * docs(ApexDox): include Installation & Changelog * docs: update CanTheUser comments * APTemplate lookup actions * build(sfdx): optimize forceignore * fix: redirect on template choice for records * feat(scripts): update latest jQuery * fix: page redirect on template from object * escape queries * Beta 4.3.0-9 * comment cleanup * change URL match regex * docs(Apex): test comments * build(pmd): update rulesets * feat: finish Professional Edition template lookup * fix: remove unnecessary static resource images * docs(ApexDox): rerun ApexDox * build(pkg): remove redundancy in version create * build(pkg): sfdx to sf version create * version 4.3.0-11 * build(deps-dev): bump eslint from 8.35.0 to 8.36.0 (#6) Bumps [eslint](https://github.com/eslint/eslint) from 8.35.0 to 8.36.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.35.0...v8.36.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps-dev): bump lint-staged from 13.1.2 to 13.2.0 (#7) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.1.2 to 13.2.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](lint-staged/lint-staged@v13.1.2...v13.2.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(sfdx): update sfdx to sf * fix(sfdx): remove sequential packaging * feat: update auto-changelog config * fix: remove unnecessary jsencode * fix(sfdx): sf apex test correct config * docs: cleanup code, document variables * build(sfdx-scanner): attempt eslint ignore jquery * deps(prettier): ignore sf directory * fix: cyclic dependency error display * fix(lookup): escape=false for record name * chore: promote package 4.3.0 * build(changelog): update changelog script * docs(ApexDox): update ApexDox * fix: update install CLI code * fix: sfdx auth:sfdxurl to sf equivalent * fix(ci): install sfdx and sf CLIs * fix: sfdx auth:sfdxurl to sf equivalent * fix(ci): install sfdx and sf CLIs * remove extra space in installation.md * ci(pmd): simplify PMD download Skip storing version in file - use variable only * fix(pmd, prettier): remove deprecated commands --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c4e143b
commit fce42cd
Showing
213 changed files
with
8,528 additions
and
4,796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,6 @@ | |
**/aura/**/*.tokens | ||
**/aura/**/*.xml | ||
**/aura/**/*.app | ||
**/ActionPlan_Resources/js | ||
.sfdx | ||
.sf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: Dependabot Pull Request Approve and Merge | ||
on: pull_request_target | ||
permissions: | ||
pull-requests: write | ||
contents: write | ||
jobs: | ||
# Auto merge Dependabot PRs for: | ||
# - patch updates on prod dependencies | ||
# - minor updates on dev dependencies | ||
dependabot-auto-merge: | ||
# Only run for Dependabot PRs | ||
if: ${{ github.actor == 'dependabot[bot]' }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Fetch Dependabot metadata" | ||
id: dependabot | ||
uses: dependabot/fetch-metadata@v1 | ||
|
||
- name: "Check auto merge conditions" | ||
id: auto-merge | ||
if: | | ||
( | ||
steps.dependabot.outputs.update-type == 'version-update:semver-patch' && | ||
contains('direct:production,indirect:production', steps.dependabot.outputs.dependency-type) | ||
) || ( | ||
contains('version-update:semver-minor,version-update:semver-patch', steps.dependabot.outputs.update-type) && | ||
contains('direct:development,indirect:development', steps.dependabot.outputs.dependency-type) | ||
) | ||
run: echo "::notice ::auto-merge conditions satisfied" | ||
|
||
- name: "Approve and merge PR" | ||
if: ${{ steps.auto-merge.conclusion == 'success' }} | ||
run: | | ||
gh pr review --approve "$PR_URL" | ||
gh pr merge --auto --squash "$PR_URL" | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
PR_URL: ${{ github.event.pull_request.html_url }} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
VERSION=$(curl -s https://api.github.com/repos/pmd/pmd/releases/latest | grep '.tag_name' | sed 's:.*/::' | sed 's:",::') | ||
echo $VERSION | ||
|
||
printf '%s' "$VERSION" > pmd/pmd-version.txt | ||
git add pmd/pmd-version.txt | ||
|
||
npm run updateHighlight | ||
npx lint-staged | ||
npm run precommit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
|
||
.localdevserver | ||
.sfdx | ||
.sf | ||
.vscode/settings.json | ||
|
||
data/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"engines": [ | ||
{ | ||
"name": "eslint", | ||
"targetPatterns": ["**/*.js", "!**/lwc/**/*.js", "!**/node_modules/**", "!**/bower_components/**", "!**/jquery*.js"], | ||
"disabled": false | ||
}, | ||
{ | ||
"name": "eslint-lwc", | ||
"targetPatterns": ["**/lwc/**/*.js", "!**/node_modules/**"], | ||
"disabled": true | ||
}, | ||
{ | ||
"name": "CPD", | ||
"targetPatterns": ["**/*.cls", "**/*.trigger", "**/*.java", "**/*.page", "**/*.component", "**/*.xml", "!**/node_modules/**", "!**/*-meta.xml"], | ||
"disabled": true, | ||
"minimumTokens": "100" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"recommendations": [ | ||
"salesforce.salesforcedx-vscode", | ||
"redhat.vscode-xml", | ||
"dbaeumer.vscode-eslint", | ||
"esbenp.prettier-vscode", | ||
"financialforce.lana", | ||
"peterweinberg.apexdox-vs-code", | ||
"chuckjonas.apex-pmd", | ||
"eg2.vscode-npm-script", | ||
"matteopieroni.refresh-npm-packages", | ||
"subc4i.sublime-mavensmate-monokai-apex", | ||
"PKief.material-icon-theme" | ||
] | ||
"recommendations": [ | ||
"chuckjonas.apex-pmd", | ||
"dbaeumer.vscode-eslint", | ||
"esbenp.prettier-vscode", | ||
"financialforce.lana", | ||
"matteopieroni.refresh-npm-packages", | ||
"peterweinberg.apexdox-vs-code", | ||
"pkief.material-icon-theme", | ||
"redhat.vscode-xml", | ||
"salesforce.salesforcedx-vscode", | ||
"subc4i.sublime-mavensmate-monokai-apex" | ||
] | ||
} |
Oops, something went wrong.