@stechquick/symphony-cli 0.2.288 → 0.2.292
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/README.md +20 -17
- package/lib/commands/sym-build.js +1 -2
- package/lib/commands/sym-test.d.ts +4 -1
- package/lib/commands/sym-test.js +6 -1
- package/lib/helpers/deploy/fnDeployHelper.js +1 -2
- package/lib/helpers/deploy/nanoDeployHelper.js +1 -2
- package/lib/helpers/initHelper.d.ts +1 -1
- package/lib/helpers/initHelper.js +13 -4
- package/lib/helpers/npmHelper.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
- package/templates/addModule/{{ModuleName}}/{{remove}}package.json +1 -1
- package/templates/addfunc/functions/{{FuncName}}/config.yaml +0 -8
- package/templates/createui/{{UIName}}/build.gradle +1 -1
- package/templates/createui/{{UIName}}/settings/localProxy.yaml +1 -2
- package/templates/createui/{{UIName}}/settings/qjson/loading.qjson +35 -1245
- package/templates/createui/{{UIName}}/static/css/main.css +8 -1
- package/templates/createui/{{UIName}}/{{remove}}package.json +1 -1
- package/templates/init/{{AppName}}/functions/samplefunc/config.yaml +1 -14
- package/templates/init/{{AppName}}/sym-engine/config.yaml +8 -1
- package/templates/init/{{AppName}}/sym-engine/pipeline.ts +0 -13
- package/templates/init/{{AppName}}/{{remove}}package.json +2 -2
- package/templates/nc-create/{{ProjectName}}/{{remove}}package.json +1 -1
- package/templates/addfunc/functions/{{FuncName}}/func.yaml +0 -9
- package/templates/init/{{AppName}}/functions/qjsonfunc/func.yaml +0 -9
- package/templates/init/{{AppName}}/functions/samplefunc/func.yaml +0 -9
|
@@ -29,4 +29,11 @@ body .v-application .error { background-color:#ED1C24 !important; border-color:#
|
|
|
29
29
|
margin: 0px !important;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
body .v-application .v-card.v-sheet--outlined.primary--text{ color:#14B5D0 !important; border-color:#14B5D0 !important; }
|
|
32
|
+
body .v-application .v-card.v-sheet--outlined.primary--text{ color:#14B5D0 !important; border-color:#14B5D0 !important; }
|
|
33
|
+
|
|
34
|
+
body .v-application .v-tabs {
|
|
35
|
+
caret-color: rgb(0, 0, 0) !important;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/* tabs içindeki vCombobox item listin ekranın aşağısına doğru tam açılması için */
|
|
39
|
+
.v-tabs > .v-window {overflow: initial !important;}
|
|
@@ -29,18 +29,5 @@ default:
|
|
|
29
29
|
soapExample:
|
|
30
30
|
url: "http://www.dneonline.com/calculator.asmx?wsdl"
|
|
31
31
|
timeout: 5000
|
|
32
|
-
|
|
33
|
-
environment: none #none | memory | hazelcast
|
|
34
|
-
bag:
|
|
35
|
-
environment: memory #memory | hazelcast
|
|
36
|
-
groupConfig:
|
|
37
|
-
name: "dev"
|
|
38
|
-
password: "dev-pass"
|
|
39
|
-
# Network configuration for hazelcast
|
|
40
|
-
clientNetworkConfig:
|
|
41
|
-
# Client tries to connect the members at these addresses.
|
|
42
|
-
hazelcastClusterMembers: [
|
|
43
|
-
"127.0.0.1:5701",
|
|
44
|
-
"127.0.0.2:5701"
|
|
45
|
-
]
|
|
32
|
+
|
|
46
33
|
|
|
@@ -4,4 +4,11 @@ default:
|
|
|
4
4
|
test:
|
|
5
5
|
subtestitem1: "test1"
|
|
6
6
|
subtestitem2: "test2"
|
|
7
|
-
|
|
7
|
+
sessionBag:
|
|
8
|
+
environment: none #none | memory | hazelcast | jwt
|
|
9
|
+
bag:
|
|
10
|
+
environment: jwt #memory | hazelcast | jwt
|
|
11
|
+
hazelcastClusterMembers: [
|
|
12
|
+
"127.0.0.1:5701",
|
|
13
|
+
"127.0.0.2:5701"
|
|
14
|
+
]
|
|
@@ -48,17 +48,4 @@ export default <ISymPipeline>{
|
|
|
48
48
|
// onAfterSoap: (response: any): void => {
|
|
49
49
|
// //write code to execute after each soap request execution
|
|
50
50
|
// },
|
|
51
|
-
// onBeforeSoapCb: ({ url, request }: { url: string, request: ISoapRequest }): {
|
|
52
|
-
// url: string;
|
|
53
|
-
// request: ISoapRequest;
|
|
54
|
-
// } => {
|
|
55
|
-
// //write code to execute before each soap callback request execution
|
|
56
|
-
// return {
|
|
57
|
-
// url: url,
|
|
58
|
-
// request: request
|
|
59
|
-
// }
|
|
60
|
-
// },
|
|
61
|
-
// onAfterSoapCb: (response: any): void => {
|
|
62
|
-
// //write code to execute after each soap callback response execution
|
|
63
|
-
// }
|
|
64
51
|
}
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/node": "^12.12.39",
|
|
16
16
|
"@types/jest": "^26.0.4",
|
|
17
|
-
"plateau-symphony": "^0.2.
|
|
18
|
-
"@stechquick/symphony-cli": "^0.2.
|
|
17
|
+
"plateau-symphony": "^0.2.138",
|
|
18
|
+
"@stechquick/symphony-cli": "^0.2.290",
|
|
19
19
|
"jest": "^26.1.0",
|
|
20
20
|
"ts-jest": "^26.1.1",
|
|
21
21
|
"typescript": "^3.7.3"
|