9 Commits

Author SHA1 Message Date
0b30c78c7b Merge branch 'automated-tasks' into 'development'
chore(gitlab-ci): Automated update of git sub-module

See merge request nofusscomputing/projects/nodered_ldap_self_service!15
2024-02-02 12:44:33 +00:00
ce72ba984c chore(git): updated submodule gitlab-ci
Automation Data:
{
    "branch": "development",
    "current_commit": "52f4ebda54f5932e66cf37ac8783b0b49fcf01fa)",
    "name": "gitlab-ci",
    "path": "/builds/nofusscomputing/projects/nodered_ldap_self_service/_automation_/gitlab-ci",
    "remote_head": "9b5737135809465566876123da2f36683f3a6f57)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/gitlab-ci.git"
}

Changes: Submodule path gitlab-ci: checked out 9b5737135809465566876123da2f36683f3a6f57

MR !15
2024-02-02 11:50:08 +00:00
6826a1c91c Merge branch 'automated-tasks' into 'development'
chore(gitlab-ci): Automated update of git sub-module

See merge request nofusscomputing/projects/nodered_ldap_self_service!14
2023-10-28 05:13:39 +00:00
d4d0d9b27f chore(git): updated submodule gitlab-ci
Automation Data:
{
    "branch": "development",
    "current_commit": "a5a9fa44374107657b2587ce52607d96a825be56)",
    "name": "gitlab-ci",
    "path": "/builds/nofusscomputing/projects/nodered_ldap_self_service/_automation_/gitlab-ci",
    "remote_head": "52f4ebda54f5932e66cf37ac8783b0b49fcf01fa)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/gitlab-ci.git"
}

Changes: Submodule path gitlab-ci: checked out 52f4ebda54f5932e66cf37ac8783b0b49fcf01fa

MR !14
2023-10-28 05:13:00 +00:00
6074b7c141 Merge branch 'automated-tasks' into 'development'
chore(gitlab-ci): Automated update of git sub-module

See merge request nofusscomputing/projects/nodered_ldap_self_service!13
2023-09-02 06:05:28 +00:00
964b97b956 chore(git): updated submodule gitlab-ci
Automation Data:
{
    "branch": "development",
    "current_commit": "975de7aca210667d1e93d02a4036ca4ae70808ff)",
    "name": "gitlab-ci",
    "path": "/builds/nofusscomputing/projects/nodered_ldap_self_service/_automation_/gitlab-ci",
    "remote_head": "a5a9fa44374107657b2587ce52607d96a825be56)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/gitlab-ci.git"
}

Changes: Submodule path gitlab-ci: checked out a5a9fa44374107657b2587ce52607d96a825be56

MR !13
2023-09-02 06:04:51 +00:00
e48046b504 build(version): bump version 1.0.0rc3 → 1.0.0rc4 2023-08-19 04:46:13 +00:00
Jon
70568be093 Merge branch 'fix-glpi' into 'development'
feat(glpi): correct debug check

See merge request nofusscomputing/projects/nodered_ldap_self_service!12
2023-08-19 04:35:30 +00:00
Jon
efa789f07f feat(glpi): correct debug check
now the flow automagically runs as intended

!12
2023-08-19 14:04:24 +09:30
4 changed files with 16 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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",