Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/axonivy-market/portal int…
Browse files Browse the repository at this point in the history
…o IVYPORTAL-18050-Create-cache-mechanism-for-dashboard-converter-to-enhance-performance-ver2
  • Loading branch information
nhthinh-axonivy committed Dec 30, 2024
2 parents 60637b2 + 517c6e9 commit aff12e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @axonivy-market/team-wawa
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public void screenshotNotification() throws IOException{
ScreenshotUtils.executeDecorateJs("highlightNotificationIcon()");
ScreenshotUtils.captureHalfRightPageScreenShot(ScreenshotUtils.NOTIFICATION_FOLDER + "notification-panel");

ScreenshotUtils.resizeBrowser(new Dimension(1400, 1000));
notificationPanel.openNotificationFullPage();
ScreenshotUtils.capturePageScreenshot(ScreenshotUtils.NOTIFICATION_FOLDER + "notification-full-page");
}
Expand Down
3 changes: 2 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ FROM maven:3.9.8-eclipse-temurin-21
# Create a group and user with the specified IDs
RUN apt-get update && apt-get install -y --no-install-recommends \
passwd adduser\
&& addgroup --gid 1001 build && adduser --uid 1001 --gid 1001 --disabled-password --gecos "" build
&& apt-get install -y openssh-client\
&& addgroup --gid 1001 build && adduser --uid 1001 --gid 1001 --disabled-password --gecos "" build

0 comments on commit aff12e5

Please sign in to comment.