diff --git a/.all-contributorsrc b/.all-contributorsrc index a15a8bd05e..5fd0978202 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -845,6 +845,15 @@ "contributions": [ "plugin" ] + }, + { + "login": "Verlich", + "name": "Ahmad(Ed)", + "avatar_url": "https://avatars.githubusercontent.com/u/30838131?v=4", + "profile": "https://github.com/Verlich", + "contributions": [ + "plugin" + ] } ], "commitType": "docs" diff --git a/.gitignore b/.gitignore index 2222a0f23f..de7d319436 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ tmp firebase-admin-sdk.json dev cache +.env # SDK Build builds @@ -23,7 +24,7 @@ node_modules *.launch .settings/ *.sublime-workspace - +cache # IDE - VSCode .vscode/* !.vscode/settings.json @@ -60,3 +61,4 @@ activepieces-engine.js scratch.md # environment variables +.env diff --git a/.husky/commit-msg b/.husky/commit-msg index 5098393f9d..1f85f6c6a7 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -7,4 +7,4 @@ if git diff --cached --name-only -- packages/server/api/.env | grep -q '^package exit 1 fi -npx --no -- commitlint --edit ${1} +npx --no -- commitlint --edit ${1} \ No newline at end of file diff --git a/README.md b/README.md index 5778364136..441dce82a4 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ Not into coding but still interested in contributing? Come join our [Discord](ht
+
{{property.value.displayName}} is required
diff --git a/packages/ui/feature-builder-form-controls/src/lib/piece-properties-form/piece-properties-form.component.ts b/packages/ui/feature-builder-form-controls/src/lib/piece-properties-form/piece-properties-form.component.ts index 9dfe7d7331..fa2da88d33 100644 --- a/packages/ui/feature-builder-form-controls/src/lib/piece-properties-form/piece-properties-form.component.ts +++ b/packages/ui/feature-builder-form-controls/src/lib/piece-properties-form/piece-properties-form.component.ts @@ -401,10 +401,6 @@ export class PiecePropertiesFormComponent implements ControlValueAccessor { ); } - getControl(configKey: string) { - return this.form.get(configKey); - } - connectionValueChanged(event: { propertyKey: string; value: `{{connections['${string}']}}`; diff --git a/packages/ui/feature-builder-header/src/lib/flow-builder-header.component.html b/packages/ui/feature-builder-header/src/lib/flow-builder-header.component.html index 508cf4e170..7ac112940d 100755 --- a/packages/ui/feature-builder-header/src/lib/flow-builder-header.component.html +++ b/packages/ui/feature-builder-header/src/lib/flow-builder-header.component.html @@ -1,5 +1,5 @@