Compare commits
9 Commits
1.0.0rc3
...
developmen
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b30c78c7b | |||
| ce72ba984c | |||
| 6826a1c91c | |||
| d4d0d9b27f | |||
| 6074b7c141 | |||
| 964b97b956 | |||
| e48046b504 | |||
| 70568be093 | |||
| efa789f07f |
2
.cz.yaml
2
.cz.yaml
@ -4,4 +4,4 @@ commitizen:
|
||||
name: cz_conventional_commits
|
||||
tag_format: $major.$minor.$patch$prerelease
|
||||
update_changelog_on_bump: true
|
||||
version: 1.0.0rc3
|
||||
version: 1.0.0rc4
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
## 1.0.0rc4 (2023-08-19)
|
||||
|
||||
### Features
|
||||
|
||||
- **glpi**: [efa789f0](https://gitlab.com/nofusscomputing/projects/nodered_ldap_self_service/-/commit/efa789f07fdf965a93a2b6fca3dbcb5072dd800c) - correct debug check [ [!12](https://gitlab.com/nofusscomputing/projects/nodered_ldap_self_service/-/merge_requests/12) ]
|
||||
|
||||
## 1.0.0rc3 (2023-08-19)
|
||||
|
||||
### Features
|
||||
|
||||
12
flows.json
12
flows.json
@ -9677,14 +9677,18 @@
|
||||
"type": "switch",
|
||||
"z": "104f7938a23fe82f",
|
||||
"name": "Debug No Auto-run",
|
||||
"property": "$boolean($globalContext('config.glpi.debug_on'))\t",
|
||||
"propertyType": "jsonata",
|
||||
"property": "config.glpi.debug_on",
|
||||
"propertyType": "global",
|
||||
"rules": [
|
||||
{
|
||||
"t": "true"
|
||||
"t": "eq",
|
||||
"v": "true",
|
||||
"vt": "str"
|
||||
},
|
||||
{
|
||||
"t": "false"
|
||||
"t": "eq",
|
||||
"v": "false",
|
||||
"vt": "str"
|
||||
}
|
||||
],
|
||||
"checkall": "true",
|
||||
|
||||
Submodule gitlab-ci updated: 975de7aca2...9b57371358
Reference in New Issue
Block a user