mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Pass function/site specifications empty
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@
|
||||
commands: installCommand || undefined,
|
||||
scopes: selectedScopes?.length ? selectedScopes : undefined,
|
||||
providerSilentMode: false,
|
||||
specification: specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
|
||||
// Add domain
|
||||
|
||||
+1
-1
@@ -72,7 +72,7 @@
|
||||
enabled: true,
|
||||
entrypoint,
|
||||
commands: buildCommand,
|
||||
specification: specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
|
||||
// Add domain
|
||||
|
||||
+1
-1
@@ -108,7 +108,7 @@
|
||||
providerBranch: branch,
|
||||
providerSilentMode: silentMode,
|
||||
providerRootDirectory: rootDir,
|
||||
specification: specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
|
||||
// Add domain
|
||||
|
||||
+1
-1
@@ -148,7 +148,7 @@
|
||||
providerBranch: branch,
|
||||
providerSilentMode: silentMode,
|
||||
providerRootDirectory: rootDir,
|
||||
specification: specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
|
||||
// Add domain
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@
|
||||
providerBranch: func.providerBranch || undefined,
|
||||
providerSilentMode: func.providerSilentMode || undefined,
|
||||
providerRootDirectory: func.providerRootDirectory || undefined,
|
||||
specification: func.specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
|
||||
await invalidate(Dependencies.FUNCTION);
|
||||
|
||||
+1
-1
@@ -47,7 +47,7 @@
|
||||
providerBranch: $func.providerBranch || undefined,
|
||||
providerSilentMode: $func.providerSilentMode || undefined,
|
||||
providerRootDirectory: $func.providerRootDirectory || undefined,
|
||||
specification: $func.specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
await invalidate(Dependencies.FUNCTION);
|
||||
addNotification({
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@
|
||||
providerBranch: func.providerBranch || undefined,
|
||||
providerSilentMode: func.providerSilentMode || undefined,
|
||||
providerRootDirectory: func.providerRootDirectory || undefined,
|
||||
specification: func.specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
await invalidate(Dependencies.FUNCTION);
|
||||
addNotification({
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@
|
||||
providerBranch: $func.providerBranch || undefined,
|
||||
providerSilentMode: $func.providerSilentMode || undefined,
|
||||
providerRootDirectory: $func.providerRootDirectory || undefined,
|
||||
specification: $func.specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
await invalidate(Dependencies.FUNCTION);
|
||||
addNotification({
|
||||
|
||||
+1
-1
@@ -47,7 +47,7 @@
|
||||
providerBranch: $func.providerBranch || undefined,
|
||||
providerSilentMode: $func.providerSilentMode || undefined,
|
||||
providerRootDirectory: $func.providerRootDirectory || undefined,
|
||||
specification: $func.specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
await invalidate(Dependencies.FUNCTION);
|
||||
addNotification({
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@
|
||||
providerBranch: func.providerBranch || undefined,
|
||||
providerSilentMode: func.providerSilentMode || undefined,
|
||||
providerRootDirectory: func.providerRootDirectory || undefined,
|
||||
specification: specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
|
||||
await invalidate(Dependencies.FUNCTION);
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@
|
||||
providerBranch: $func.providerBranch || undefined,
|
||||
providerSilentMode: $func.providerSilentMode || undefined,
|
||||
providerRootDirectory: $func.providerRootDirectory || undefined,
|
||||
specification: $func.specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
await invalidate(Dependencies.FUNCTION);
|
||||
addNotification({
|
||||
|
||||
+1
-1
@@ -47,7 +47,7 @@
|
||||
providerBranch: $func.providerBranch || undefined,
|
||||
providerSilentMode: $func.providerSilentMode || undefined,
|
||||
providerRootDirectory: $func.providerRootDirectory || undefined,
|
||||
specification: $func.specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
await invalidate(Dependencies.FUNCTION);
|
||||
addNotification({
|
||||
|
||||
+1
-1
@@ -45,7 +45,7 @@
|
||||
providerBranch: $func.providerBranch || undefined,
|
||||
providerSilentMode: $func.providerSilentMode || undefined,
|
||||
providerRootDirectory: $func.providerRootDirectory || undefined,
|
||||
specification: $func.specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
await invalidate(Dependencies.FUNCTION);
|
||||
addNotification({
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@
|
||||
providerBranch: $func.providerBranch || undefined,
|
||||
providerSilentMode: $func.providerSilentMode || undefined,
|
||||
providerRootDirectory: $func.providerRootDirectory || undefined,
|
||||
specification: $func.specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
await invalidate(Dependencies.FUNCTION);
|
||||
addNotification({
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@
|
||||
providerBranch: site?.providerBranch || undefined,
|
||||
providerSilentMode: site?.providerSilentMode || undefined,
|
||||
providerRootDirectory: site?.providerRootDirectory || undefined,
|
||||
specification: site?.specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
await invalidate(Dependencies.SITE);
|
||||
addNotification({
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@
|
||||
providerBranch: site?.providerBranch || undefined,
|
||||
providerSilentMode: site?.providerSilentMode || undefined,
|
||||
providerRootDirectory: site?.providerRootDirectory || undefined,
|
||||
specification: site?.specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
await invalidate(Dependencies.SITE);
|
||||
addNotification({
|
||||
|
||||
+2
-2
@@ -86,7 +86,7 @@
|
||||
providerBranch: selectedBranch || undefined,
|
||||
providerSilentMode: silentMode || undefined,
|
||||
providerRootDirectory: selectedDir || undefined,
|
||||
specification: site?.specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
await invalidate(Dependencies.SITE);
|
||||
addNotification({
|
||||
@@ -133,7 +133,7 @@
|
||||
installationId: selectedInstallationId,
|
||||
providerRepositoryId: selectedRepository,
|
||||
providerBranch: 'main',
|
||||
specification: site?.specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
|
||||
invalidate(Dependencies.SITE);
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@
|
||||
providerBranch: site?.providerBranch || undefined,
|
||||
providerSilentMode: site?.providerSilentMode || undefined,
|
||||
providerRootDirectory: site?.providerRootDirectory || undefined,
|
||||
specification: specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
await invalidate(Dependencies.SITE);
|
||||
originalSpecification = specification;
|
||||
|
||||
+1
-1
@@ -43,7 +43,7 @@
|
||||
providerBranch: site?.providerBranch || undefined,
|
||||
providerSilentMode: site?.providerSilentMode || undefined,
|
||||
providerRootDirectory: site?.providerRootDirectory || undefined,
|
||||
specification: site?.specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
await invalidate(Dependencies.SITE);
|
||||
addNotification({
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@
|
||||
providerBranch: site?.providerBranch || undefined,
|
||||
providerSilentMode: site?.providerSilentMode || undefined,
|
||||
providerRootDirectory: site?.providerRootDirectory || undefined,
|
||||
specification: site?.specification || undefined
|
||||
specification: undefined
|
||||
});
|
||||
await invalidate(Dependencies.SITE);
|
||||
addNotification({
|
||||
|
||||
Reference in New Issue
Block a user