Commit Graph

167 Commits

Author SHA1 Message Date
zhenyus
0e256f8708 chore(git): code staging
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-17 14:02:49 +08:00
zhenyus
203aa95f61 feat(helm): add common Helm chart and templates for service development
fix(pipeline): update image names for frontend and backend in Jenkinsfile

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-11 12:11:41 +08:00
孙振宇
7ca0db9d0e fix(pipeline): simplify execution of generated stages by iterating directly over components
Signed-off-by: 孙振宇 <>
2025-02-10 07:39:27 +08:00
孙振宇
35549617ce fix(pipeline): replace parallel execution with sequential logging for component stages
Signed-off-by: 孙振宇 <>
2025-02-10 07:35:11 +08:00
孙振宇
36f4604e6a fix(pipeline): update environment variable naming for component-specific images in stage generation
Signed-off-by: 孙振宇 <>
2025-02-10 07:17:11 +08:00
孙振宇
ef9c74a43e fix(pipeline): correct stage closure syntax in component stage generation
Signed-off-by: 孙振宇 <>
2025-02-10 07:03:47 +08:00
孙振宇
b906867e36 fix(pipeline): add logging for stashing root directory in pipeline execution
Signed-off-by: 孙振宇 <>
2025-02-10 06:43:57 +08:00
孙振宇
f05e032387 fix(pipeline): update artifact listing command to target specific artifacts and adjust stash includes pattern
Signed-off-by: 孙振宇 <>
2025-02-10 06:43:33 +08:00
孙振宇
205c8446b4 fix(pipeline): update shell command syntax for artifact listing in stashing process
Signed-off-by: 孙振宇 <>
2025-02-10 06:07:36 +08:00
孙振宇
f9a98bead9 fix(pipeline): log artifact list during stashing for better visibility
Signed-off-by: 孙振宇 <>
2025-02-10 06:00:20 +08:00
孙振宇
2edda6bf8e fix(pipeline): update stash includes pattern to correctly include all files in subdirectories
Signed-off-by: 孙振宇 <>
2025-02-10 05:46:31 +08:00
孙振宇
efc8b19fc1 fix(pipeline): update stash includes pattern to correctly include all files in the root directory
Signed-off-by: 孙振宇 <>
2025-02-10 05:35:41 +08:00
孙振宇
87f68cbd95 fix(pipeline): refactor stage generation to use closures for improved parallel execution
Signed-off-by: 孙振宇 <>
2025-02-10 05:19:12 +08:00
孙振宇
5939235d41 fix(pipeline): add network driver option and set build timeout for buildx
Signed-off-by: 孙振宇 <>
2025-02-10 05:04:59 +08:00
孙振宇
ae353ab394 fix(pipeline): set builder log level to plain for improved build output
Signed-off-by: 孙振宇 <>
2025-02-10 04:18:58 +08:00
孙振宇
0ff368f502 fix(pipeline): update buildx create command to specify platforms for multi-arch images
Signed-off-by: 孙振宇 <>
2025-02-10 04:00:49 +08:00
孙振宇
6bf7687dd5 fix(pipeline): refactor cleanup hook for buildx builder in ImageBuilder class
Signed-off-by: 孙振宇 <>
2025-02-10 03:44:16 +08:00
孙振宇
5e78e00d69 fix(pipeline): remove unused buildId parameter from ImageBuilder constructor
Signed-off-by: 孙振宇 <>
2025-02-10 03:03:18 +08:00
孙振宇
7af2883fcc feat(pipeline): enhance ImageBuilder with manifest setting and multi-architecture support
Signed-off-by: 孙振宇 <>
2025-02-10 02:56:27 +08:00
孙振宇
fd3e1545b3 feat(pipeline): add ProjectInitializer pipeline and update README for builtin pipelines
Signed-off-by: 孙振宇 <>
2025-02-10 02:01:34 +08:00
孙振宇
1335c9ec8d fix(pipeline): update npm install command to include --no-audit and adjust Docker socket volume mount configuration
Signed-off-by: 孙振宇 <>
2025-02-10 01:54:12 +08:00
孙振宇
719b040ae5 fix(pipeline): add volume mount for Docker socket in executeFreeleapsPipeline
Signed-off-by: 孙振宇 <>
2025-02-10 01:42:42 +08:00
孙振宇
fe846ab937 fix(pipeline): update Docker login commands to use environment variables for credentials
Signed-off-by: 孙振宇 <>
2025-02-10 01:33:26 +08:00
孙振宇
a02715efa7 fix(pipeline): update steps.withCredentials to use steps.usernamePassword for authentication
Signed-off-by: 孙振宇 <>
2025-02-10 01:26:11 +08:00
孙振宇
a92eb07a9b fix(pipeline): update registryCredentialsId to use Docker Hub secret
Signed-off-by: 孙振宇 <>
2025-02-08 12:30:52 +08:00
孙振宇
fbf00a1046 fix(pipeline): add registryCredentialsId parameter to ImageBuilder and update related references
Signed-off-by: 孙振宇 <>
2025-02-08 12:07:41 +08:00
孙振宇
cf209c4cc3 fix(pipeline): remove redundant 'steps.' prefix from log statement in executeFreeleapsPipeline
Signed-off-by: 孙振宇 <>
2025-02-08 11:47:29 +08:00
孙振宇
818e4670b8 fix(pipeline): refine buildArtifacts handling to support directory and file stashing
Signed-off-by: 孙振宇 <>
2025-02-08 11:38:50 +08:00
孙振宇
b0a0285029 fix(pipeline): update buildArtifacts paths to include all subdirectories
Signed-off-by: 孙振宇 <>
2025-02-08 11:28:10 +08:00
孙振宇
7f7b125705 fix(releaserc): update release message format to include next release version
Signed-off-by: 孙振宇 <>
2025-02-08 11:10:17 +08:00
孙振宇
c4037aa015 fix(pipeline): add prepareCmd to exec plugin in releaserc.json for version output
Signed-off-by: 孙振宇 <>
2025-02-08 11:09:26 +08:00
孙振宇
1a52986b5b fix(pipeline): update releaserc file name and simplify semantic-release command in SemanticReleasingExecutor
Signed-off-by: 孙振宇 <>
2025-02-08 11:02:02 +08:00
孙振宇
d5d31f7d26 fix(pipeline): specify configuration file for semantic-release execution in SemanticReleasingExecutor
Signed-off-by: 孙振宇 <>
2025-02-08 10:56:49 +08:00
孙振宇
efa16c9614 fix(pipeline): add safe.directory configuration for Git in SemanticReleasingExecutor
Signed-off-by: 孙振宇 <>
2025-02-08 10:49:13 +08:00
孙振宇
39e4f570d1 fix(pipeline): correct usage of usernamePassword method in SemanticReleasingExecutor
Signed-off-by: 孙振宇 <>
2025-02-08 10:43:26 +08:00
孙振宇
4ddf5df588 fix(pipeline): update credentials handling in SemanticReleasingExecutor to use usernamePassword method
Signed-off-by: 孙振宇 <>
2025-02-08 10:39:21 +08:00
孙振宇
87b8cbb377 fix(pipeline): update SemanticReleasingExecutor to accept Git credentials ID as a parameter
Signed-off-by: 孙振宇 <>
2025-02-08 10:33:02 +08:00
孙振宇
88e315647d feat(pipeline): pass service Git credentials ID to SemanticReleasingExecutor
Signed-off-by: 孙振宇 <>
2025-02-08 10:25:39 +08:00
孙振宇
d8f04dda6d feat(pipeline): add credentials support for semantic release in SemanticReleasingExecutor
Signed-off-by: 孙振宇 <>
2025-02-08 10:20:52 +08:00
孙振宇
80dd57433c feat(pipeline): add installation of semantic-release requirements in SemanticReleasingExecutor
Signed-off-by: 孙振宇 <>
2025-02-07 18:34:00 +08:00
孙振宇
0b54a77d9e feat(pipeline): add semantic-release plugin and update container image for semantic releasing stage
Signed-off-by: 孙振宇 <>
2025-02-07 18:26:19 +08:00
孙振宇
7a11900023 fix(pipeline): update semantic release logging and remove unnecessary conditions in executeFreeleapsPipeline
Signed-off-by: 孙振宇 <>
2025-02-07 18:18:14 +08:00
孙振宇
2498387200 fix(pipeline): remove redundant semanticReleaseBranch validation in executeFreeleapsPipeline
Signed-off-by: 孙振宇 <>
2025-02-07 18:14:49 +08:00
孙振宇
8879bb94a0 fix(pipeline): disable linting and SAST scanning in Jenkinsfile for specific components
Signed-off-by: 孙振宇 <>
2025-02-07 18:11:33 +08:00
孙振宇
7b3c9548ea feat(lint): add TypeScript ESLint plugins to Jenkinsfile for improved linting support
Signed-off-by: 孙振宇 <>
2025-02-07 18:06:20 +08:00
孙振宇
99f6534370 feat(pipeline): enhance dependency resolution with caching support in executeFreeleapsPipeline
Signed-off-by: 孙振宇 <>
2025-02-07 17:42:01 +08:00
孙振宇
7ed8ecb671 feat(lint): add component property to CodeLintExecutor for enhanced configuration
Signed-off-by: 孙振宇 <>
2025-02-07 17:35:52 +08:00
孙振宇
f9a0b7893a feat(lint): enhance ESLint integration by adding version and plugin support
Signed-off-by: 孙振宇 <>
2025-02-07 17:31:27 +08:00
孙振宇
ab424b3d65 fix(caching): optimize npm and yarn installation commands to prefer offline cache usage
Signed-off-by: 孙振宇 <>
2025-02-07 17:19:14 +08:00
孙振宇
81b3095925 fix(caching): remove redundant logging and streamline cache existence checks for npm and yarn installations
Signed-off-by: 孙振宇 <>
2025-02-07 17:14:11 +08:00