Skip to content
Closed

test #613

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
3090130
build(deps): bump axios from 1.7.7 to 1.7.9
dependabot[bot] Dec 16, 2024
27b3938
Merge pull request #484 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Dec 16, 2024
d89bb74
build(deps): bump path-to-regexp and express
dependabot[bot] Dec 16, 2024
83f9554
Merge pull request #487 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Dec 19, 2024
e4d13f1
build(deps-dev): bump @types/jest from 29.5.13 to 29.5.14
dependabot[bot] Dec 23, 2024
81c15ac
Merge pull request #489 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Dec 23, 2024
a109597
build(deps-dev): bump typescript from 5.6.3 to 5.7.2
dependabot[bot] Dec 31, 2024
32e4a31
Merge pull request #491 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Dec 31, 2024
e48cbca
build(deps-dev): bump eslint-plugin-jest from 28.8.3 to 28.11.0
dependabot[bot] Jan 20, 2025
52ab7c6
fix: improve error handling in checkProposalExists function (#505)
Junjiequan Feb 27, 2025
176a461
chore: upgrade Node.js version to 22 in Dockerfiles and update engine…
janosbabik Feb 28, 2025
091e00e
Merge branch 'develop' into dependabot-npm_and_yarn-eslint-plugin-jes…
janosbabik Feb 28, 2025
ea28482
Merge pull request #497 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Feb 28, 2025
6c7f2ba
build(deps-dev): bump lint-staged from 15.2.10 to 15.4.3
dependabot[bot] Mar 3, 2025
9b6b4bf
Merge pull request #507 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Mar 3, 2025
1dd5899
build(deps-dev): bump @types/node from 22.9.0 to 22.13.9
dependabot[bot] Mar 3, 2025
538d933
Merge pull request #509 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Mar 3, 2025
621ae8c
refactor: replace email with oidcSub in One Identity integration (#510)
janosbabik Mar 6, 2025
8878ec2
build(deps-dev): bump eslint-plugin-prettier from 5.2.1 to 5.2.3
dependabot[bot] Mar 11, 2025
c3d8f8d
Merge pull request #511 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Mar 11, 2025
7f39774
build(deps): bump axios from 1.7.9 to 1.8.2
dependabot[bot] Mar 11, 2025
346d7ba
Merge pull request #514 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Mar 11, 2025
7a0483e
build(deps): bump pg and @types/pg
dependabot[bot] Mar 11, 2025
ff36dc7
Merge pull request #512 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Mar 11, 2025
9295086
build(deps): bump pg from 8.13.3 to 8.14.1
dependabot[bot] Mar 17, 2025
4258147
Merge pull request #517 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Mar 17, 2025
9d3f5da
build(deps): bump @babel/runtime from 7.21.0 to 7.26.10
dependabot[bot] Mar 17, 2025
24890c7
Merge pull request #520 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Mar 17, 2025
0c14842
build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6
dependabot[bot] Mar 17, 2025
5aeab88
Merge pull request #519 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Mar 17, 2025
c86f5c9
feat: Add OneIdentity integration for visitor access management (#515)
janosbabik Mar 24, 2025
a4b1faf
build(deps-dev): bump ts-jest from 29.2.6 to 29.3.0
dependabot[bot] Mar 25, 2025
1528ee4
Merge pull request #523 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Mar 25, 2025
9e844af
refactor: remove event types and simplify event handling (#529)
janosbabik Apr 4, 2025
78044fe
build(deps): bump base-x from 4.0.0 to 4.0.1
dependabot[bot] Apr 30, 2025
0d4dd25
Merge pull request #543 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Apr 30, 2025
b5a5337
Merge pull request #558 from UserOfficeProject/SWAP-4738-connector-re…
Junjiequan Jun 17, 2025
9dc01d0
feat: Improve One Identity Sync: Link visitors to the proposal in OIM…
janosbabik Jun 24, 2025
839a345
feat: Add metadata field to proposal DTOs and implement instruments o…
Junjiequan Jul 17, 2025
c5861bb
build(deps): bump axios from 1.8.2 to 1.12.0
dependabot[bot] Sep 13, 2025
3d9ea7c
Merge pull request #599 from UserOfficeProject/dependabot-npm_and_yar…
github-actions[bot] Sep 13, 2025
b36b469
providing visa to data access users and visitors (#605)
yoganandaness Oct 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged --shell
#!/bin/sh
npx --no-install lint-staged
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine AS build-stage
FROM node:22-alpine AS build-stage

USER node

Expand All @@ -14,7 +14,7 @@ COPY --chown=node:node . .

RUN npm run build

FROM node:18-alpine
FROM node:22-alpine

USER node

Expand Down
11 changes: 11 additions & 0 deletions Dockerfile.connector.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM node:22-alpine

USER node

RUN mkdir -p /home/node/app

WORKDIR /home/node/app

COPY --chown=node:node package*.json ./

RUN npm ci --loglevel error --no-fund
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The connector connects other services through the message queue.

# Requirements
This service requires node =>18.0.0
This service requires node >=22.0.0

## Getting started

Expand Down
Loading