Skip to content

Commit

Permalink
Merge pull request #1 from netgrif/NAB-327
Browse files Browse the repository at this point in the history
[NAB-327] - Release 4.0.0
  • Loading branch information
mazarijuraj authored Jan 11, 2024
2 parents 26771e5 + 86bdd47 commit 266dcf9
Show file tree
Hide file tree
Showing 96 changed files with 1,126 additions and 891 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

Expand Down
216 changes: 108 additions & 108 deletions nae.json
Original file line number Diff line number Diff line change
@@ -1,114 +1,114 @@
{
"$schema": "./node_modules/@netgrif/application-engine/src/schema/nae-schema.json",
"extends": "nae-default",
"providers": {
"auth": {
"address": "http://localhost:8080/api/",
"authentication": "Basic",
"endpoints": {
"login": "auth/login",
"logout": "auth/logout",
"signup": "auth/signup",
"verification": "auth/verify",
"verify": "auth/token/verify",
"invite": "auth/invite",
"reset": "auth/reset",
"recover": "/auth/recover"
},
"sessionBearer": "X-Auth-Token"
"$schema": "./node_modules/@netgrif/application-engine/src/schema/nae-schema.json",
"extends": "nae-default",
"providers": {
"auth": {
"address": "http://localhost:8080/api/",
"authentication": "Basic",
"endpoints": {
"login": "auth/login",
"logout": "auth/logout",
"signup": "auth/signup",
"verification": "auth/verify",
"verify": "auth/token/verify",
"invite": "auth/invite",
"reset": "auth/reset",
"recover": "/auth/recover"
},
"sessionBearer": "X-Auth-Token"
},
"resources": [
{
"name": "case",
"address": "http://localhost:8080/api/",
"format": "hal",
"openApi": "https://swagger.io"
},
{
"name": "task",
"address": "http://localhost:8080/api/",
"format": "json"
},
{
"name": "petrinet",
"address": "http://localhost:8080/api/",
"format": "json"
},
{
"name": "user",
"address": "http://localhost:8080/api/",
"format": "json"
},
{
"name": "dashboard",
"address": "http://localhost:8080/api/",
"format": "json"
}
]
},
"resources": [
{
"name": "case",
"address": "http://localhost:8080/api/",
"format": "hal",
"openApi": "https://swagger.io"
},
{
"name": "task",
"address": "http://localhost:8080/api/",
"format": "json"
},
{
"name": "petrinet",
"address": "http://localhost:8080/api/",
"format": "json"
},
{
"name": "user",
"address": "http://localhost:8080/api/",
"format": "json"
},
{
"name": "dashboard",
"address": "http://localhost:8080/api/",
"format": "json"
}
]
},
"views": {
},
"theme": {
"name": "nab",
"pallets": {
"light": {
"primary": {
"50": "#e2eaf0",
"100": "#b7c9d9",
"200": "#87a6c0",
"300": "#5782a7",
"400": "#336794",
"500": "#0f4c81",
"600": "#0d4579",
"700": "#0b3c6e",
"800": "#083364",
"900": "#042451",
"A100": "#ffd180",
"A200": "#ffab40",
"A400": "#ff9100",
"A700": "#ff6d00",
"contrast": {
"light": [
"300",
"400",
"500",
"600",
"700",
"800",
"900"
],
"dark": [
"50",
"100",
"200"
]
}
}
}
}
},
"services": {
"log": {
"level": "ALL",
"logWithDate": true,
"serializeExtraParams": true,
"includeLogLevel": true,
"publishers": [
"console",
"localStorage"
]
"views": {
},
"dataFields": {
"template": "material",
"appearance": "outline"
"theme": {
"name": "nab",
"pallets": {
"light": {
"primary": {
"50": "#e2eaf0",
"100": "#b7c9d9",
"200": "#87a6c0",
"300": "#5782a7",
"400": "#336794",
"500": "#0f4c81",
"600": "#0d4579",
"700": "#0b3c6e",
"800": "#083364",
"900": "#042451",
"A100": "#ffd180",
"A200": "#ffab40",
"A400": "#ff9100",
"A700": "#ff6d00",
"contrast": {
"light": [
"300",
"400",
"500",
"600",
"700",
"800",
"900"
],
"dark": [
"50",
"100",
"200"
]
}
}
}
}
},
"urls": {
"netgrif": "https://netgrif.com",
"bpmn2pn": "https://bpmn2pn.netgrif.cloud",
"engine": "https://demo.netgrif.com/",
"youtube": "https://www.youtube.com/channel/UCNfqgnjskMMpy7QvOOKhKgw",
"github": "https://github.com/netgrif",
"issues": "https://github.com/netgrif/application-builder/issues"
"services": {
"log": {
"level": "ALL",
"logWithDate": true,
"serializeExtraParams": true,
"includeLogLevel": true,
"publishers": [
"console",
"localStorage"
]
},
"dataFields": {
"template": "material",
"appearance": "outline"
},
"urls": {
"netgrif": "https://netgrif.com",
"bpmn2pn": "https://bpmn2pn.netgrif.cloud",
"engine": "https://demo.netgrif.com/",
"youtube": "https://www.youtube.com/channel/UCNfqgnjskMMpy7QvOOKhKgw",
"github": "https://github.com/netgrif",
"issues": "https://github.com/netgrif/application-builder/issues"
}
}
}
}
Loading

0 comments on commit 266dcf9

Please sign in to comment.