-
Notifications
You must be signed in to change notification settings - Fork 0
chore: ci workflow 개선, 약간의 이미지 최적화 작업들, 부하테스트 #316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit sets up Nx Cloud for your Nx workspace, enabling distributed caching and the Nx Cloud GitHub integration for fast CI and improved developer experience. You can access your Nx Cloud workspace by going to https://cloud.nx.app/orgs/679e78e771fd2cb4bf200e5c/workspaces/679e791071fd2cb4bf200e60 **Note:** This commit attempts to maintain formatting of the nx.json file, however you may need to correct formatting by running an nx format command and committing the changes.
# Conflicts: # services/one-app/src/app/(main-service)/community/page.tsx # services/one-app/src/app/(main-service)/lost-found/page.tsx # services/one-app/src/component/SearchFormWithString.tsx (#ci-advancement)
cea3fad to
c3ec40e
Compare
acf2625 to
c0608c1
Compare
|
View your CI Pipeline Execution ↗ for commit 77a27af.
☁️ Nx Cloud last updated this comment at |
5a7b09d to
fd424f5
Compare
Member
Author
|
I found some libraries to be too heavy. And I know it's not worth it. We plan to correct this. |
createhb21
added a commit
that referenced
this pull request
Feb 4, 2025
* feat: next.js 폴더 구조 개선 (#308) (#309) * feat: next.js 폴더 구조 개선 (#308) * chore: script 명령어 관련 개선 (#308) * chore: nextjs ci failed issue fix (#308) * fix: type check issue fix (#308) * feat: next app router 15 기본 구조 잡는 작업 (#310) (#311) * feat: header & navMenu 추가 (#310) * feat: 기본 구조 작업 (#310) * chore: fix ci error (#310) * chore: deploy nextjs (#develop) * feat: prefetch & ssr pages (#310-prefetch) (#312) * chore: ci workflow 개선, 약간의 이미지 최적화 작업들, 부하테스트 (#316) * feat: prefetch & ssr pages (#310-prefetch) * chore: ci improves and next.js add sharp (#ci-advancement) * feat(nx-cloud): setup nx cloud workspace (#315) This commit sets up Nx Cloud for your Nx workspace, enabling distributed caching and the Nx Cloud GitHub integration for fast CI and improved developer experience. You can access your Nx Cloud workspace by going to https://cloud.nx.app/orgs/679e78e771fd2cb4bf200e5c/workspaces/679e791071fd2cb4bf200e60 **Note:** This commit attempts to maintain formatting of the nx.json file, however you may need to correct formatting by running an nx format command and committing the changes. * chore: add cancel-in-progress: true (#ci-advancement) * fix: ci-app.yml fix (#ci-advancement) * chore: conflicts (#ci-advancement) * chore: update ci for using nx (#ci-advancement) * chore: next.js project에도 bundle analyze와 부하 테스트트 스크립트 추가 (#ci-advancement) * chore: fix docker build issue - install sharp on workspace (#develop) * chore: Adjusting CI (#317) * chore: adjust ci (#ci-adjust) * chore: remove comment (#ci-adjust) * chore: ci working test (#ci-adjust) * chore: ci working test 2 (#ci-adjust) * feat(nx-cloud): setup nx cloud workspace (#318) This commit sets up Nx Cloud for your Nx workspace, enabling distributed caching and the Nx Cloud GitHub integration for fast CI and improved developer experience. You can access your Nx Cloud workspace by going to https://cloud.nx.app/orgs/67a199185e4612c72a76ed4c/workspaces/67a199375e4612c72a76ed4f **Note:** This commit attempts to maintain formatting of the nx.json file, however you may need to correct formatting by running an nx format command and committing the changes. * chore: ci working test 3 (#ci-adjust) * chore: ci working test 4 (#ci-adjust) * chore: ci affected test (#ci-adjust) * chore: ci affected test 2 (#ci-adjust) * chore: using nx ci token (#ci-adjust) * chore: test affected (#ci-adjust) * chore: test affected (#ci-adjust) * chore: test affected (#ci-adjust) * chore: test affected (#ci-adjust) * chore: test affected (#ci-adjust) --------- Co-authored-by: ahHachul <[email protected]> --------- Co-authored-by: ahHachul <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this PR? 🔍
CI advancement & Image Optimizations & analyze
CI advancement
Image Optimizations
as-is

to-be

Bundle analyze, Lighthouse, Stress Test
close #313