Jongwoo Han

Results 49 issues of Jongwoo Han

## Description I added [Checkstyle](https://checkstyle.sourceforge.io) settings with [Google Style Guide](https://google.github.io/styleguide/javaguide.html). #596 ``` └── config └── eclipse-java-google-style.xml └── intellij-java-google-style.xml └── checkstyle └── checkstyle.xml └── suppressions.xml ``` ### Checkstyle [Checkstyle](https://checkstyle.sourceforge.io) is a...

chore

**Is your feature request related to a problem? Please describe.** Code conventions improve the readability of the software, allowing engineers to understand new code more quickly and thoroughly. For this...

chore

Signed-off-by: jongwooo Issue #601 ## Description Optimize a Docker image and upload it to Docker Hub. ## Reduce Docker image size > The original image is **398MB**, and the newly...

enhancement

Signed-off-by: jongwooo Issue #527 > Work in progress👀 ## Description Added LDAP-based authentication settings to configuration. ## What is LDAP? LDAP (Lightweight Directory Access Protocol) is an open and cross...

enhancement

Signed-off-by: jongwooo ## Details Updated workflows to cache dependencies using [actions/setup-node](https://github.com/actions/setup-node#caching-global-packages-data). `setup-node@v3` or newer has caching **built-in**. ### AS-IS ```yml - name: Checkout code uses: actions/checkout@v3 - name: Install dependencies...

문서에서 문법적으로 잘못된 부분을 찾아 바르게 수정하였습니다.

Signed-off-by: jongwooo Pull Request type ---- - [ ] Bugfix - [ ] Feature - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes...

## Description Changed workflows to cache dependencies using [actions/setup-node](https://github.com/actions/setup-node#caching-global-packages-data). `setup-node@v2` or newer has caching **built-in**. ### AS-IS ```yml - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v3 with: node-version: ${{...

**Describe the issue** In workflow, `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information, see: [https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)

Status: Help Wanted
P2
Type: Meta

**Describe the issue** In workflow, `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information, see: [https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)