15 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
a7e971f861 build(version): bump version 1.0.0rc2 → 1.0.0rc3 2023-08-19 03:57:00 +00:00
Jon
c9a345c38c Merge branch 'fix-docker' into 'development'
chore: fixes and feat

See merge request nofusscomputing/projects/nodered_ldap_self_service!11
2023-08-19 03:47:30 +00:00
Jon
9b1c30a5d4 feat(selfservice): migrate external js to internal request
!11
2023-08-19 13:07:28 +09:30
Jon
b4454afe82 feat(NodeRED): add audit events to logging
!11
2023-08-19 12:51:17 +09:30
Jon
527d8ffb96 feat(docker): listen port updated to HTTP/80
!11
2023-08-19 12:50:49 +09:30
Jon
90aa8d59bd feat(docker): remove specified data volumes
the volumes are not required as the data is ties to the container
and changes on re-deploy.

!11
2023-08-19 12:48:21 +09:30
6 changed files with 231 additions and 82 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.0rc2
version: 1.0.0rc4

View File

@ -1,3 +1,18 @@
## 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
- **selfservice**: [9b1c30a5](https://gitlab.com/nofusscomputing/projects/nodered_ldap_self_service/-/commit/9b1c30a5d4249b16a05078e4d6496961c0735194) - migrate external js to internal request [ [!11](https://gitlab.com/nofusscomputing/projects/nodered_ldap_self_service/-/merge_requests/11) ]
- **NodeRED**: [b4454afe](https://gitlab.com/nofusscomputing/projects/nodered_ldap_self_service/-/commit/b4454afe82ee0e99de98375548377204745a12f2) - add audit events to logging [ [!11](https://gitlab.com/nofusscomputing/projects/nodered_ldap_self_service/-/merge_requests/11) ]
- **docker**: [527d8ffb](https://gitlab.com/nofusscomputing/projects/nodered_ldap_self_service/-/commit/527d8ffb9696e13e326de4e3dfa434b2d1069128) - listen port updated to HTTP/80 [ [!11](https://gitlab.com/nofusscomputing/projects/nodered_ldap_self_service/-/merge_requests/11) ]
- **docker**: [90aa8d59](https://gitlab.com/nofusscomputing/projects/nodered_ldap_self_service/-/commit/90aa8d59bd00794dc085a07ef37a19c954e0208b) - remove specified data volumes [ [!11](https://gitlab.com/nofusscomputing/projects/nodered_ldap_self_service/-/merge_requests/11) ]
## 1.0.0rc2 (2023-08-19)
### Bug Fixes

View File

@ -53,6 +53,6 @@ USER node-red
RUN cd /data; \
npm install --unsafe-perm --no-update-notifier --no-fund --only=production passport passport-keycloak-oauth2-oidc;
HEALTHCHECK CMD curl http://localhost:1880/admin || exit 1
HEALTHCHECK CMD curl http://localhost:80/admin || exit 1
VOLUME [ "/data", "/usr/src/node-red" ]
EXPOSE 80

File diff suppressed because one or more lines are too long

View File

@ -141,7 +141,7 @@ module.exports = {
******************************************************************************/
/** the tcp port that the Node-RED web server is listening on */
uiPort: process.env.PORT || 1880,
uiPort: process.env.PORT || 80,
/** By default, the Node-RED UI accepts connections on all IPv4 interfaces.
* To listen on all IPv6 addresses, set uiHost to "::",
@ -298,7 +298,7 @@ module.exports = {
/** Whether or not to include metric events in the log output */
metrics: false,
/** Whether or not to include audit events in the log output */
audit: false
audit: true
}
},