-
-
Notifications
You must be signed in to change notification settings - Fork 943
Home page #48
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
Open
obeep06
wants to merge
22
commits into
jhipster:main
Choose a base branch
from
YK0317:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Home page #48
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
- Add colorful bordered banner design - Include assignment team identification (UECS2363) - Display CI/CD status and architecture info - Improve visual hierarchy with emojis and structured layout - Maintain Spring Boot version and profile information
Home page added a short sentence and a link to jhipster documents
feat(footer): add app name, year, and release notes link to footer
Resources drop down menu on a navigation bar
feat: enhance startup banner with modern design and assignment branding
- Add DOCKER_GUIDE.md with complete Docker workflow for Windows - Document testing, building, and deployment processes - Include Windows-specific command adaptations for Maven wrapper - Provide troubleshooting section and verification commands - Add multiple deployment options (quick deploy, manual, registry) - Include health checks and container management instructions
Add comprehensive Docker setup and deployment guide
…uide Revert "Add comprehensive Docker setup and deployment guide"
Features added: - Complete GitHub Actions CI/CD workflows - Multi-stage pipeline: test, build, security scan, deploy - Quick CI for fast feedback on feature branches - Production deployment pipeline with staging - Docker image building and container registry push - E2E testing with Cypress automation - Security scanning with OWASP dependency check - Code quality gates with SonarQube integration - Automated deployment scripts (PowerShell and Batch) - Comprehensive CI/CD documentation Configuration files: - .github/workflows/ci-cd.yml (main pipeline) - .github/workflows/quick-ci.yml (fast feedback) - .github/workflows/deploy.yml (production deployment) - Custom Docker configurations and deployment scripts - CI environment configuration Ready for: - Automated testing on every push/PR - Continuous deployment to staging and production - Code quality monitoring and security scanning - Container-based deployments with health checks
- Add comprehensive CI/CD pipeline for JHipster application - Includes Java 17 and Node.js 18 setup - Implements build, test, and deploy stages - Features Docker integration with Jib plugin - Includes test reporting and health verification - Supports both main branch pushes and pull requests
…d Docker setup - Add GitHub Actions workflows (ci.yml, ci-cd.yml, deploy.yml, quick-ci.yml) - Add Docker configuration with multi-stage builds - Add deployment scripts for Windows (PowerShell and Batch) - Add CI configuration and documentation - Update package.json with new scripts - Add custom Docker Compose configuration
…ava@v4, setup-node@v4
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.
Home page added a short sentence and a link to jhipster documents.