Commit Graph

93 Commits

Author SHA1 Message Date
zhenyus
70b3b46083 fix(semantic-release): add additional branch filter for rules
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-18 05:12:01 +08:00
zhenyus
d06a129f62 fix(semantic-release): add additional branch filter for rules
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-18 05:03:57 +08:00
zhenyus
d8d19fddd5 fix(semantic-release): add additional branch filter for rules
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-18 04:38:09 +08:00
zhenyus
6c79018093 fix(semantic-release): add additional branch filter for rules
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-18 04:21:53 +08:00
zhenyus
ba85afaa0e fix(argo): invalid env ref for ArgoApplicationVersionUpdater
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-18 03:25:33 +08:00
zhenyus
68de66857c fix(argo): invalid env ref for ArgoApplicationVersionUpdater
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-18 03:15:14 +08:00
zhenyus
cec7ab0ef2 fix(argo): invalid env ref for ArgoApplicationVersionUpdater
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-18 03:04:42 +08:00
zhenyus
59adcf36cf ci(manifests): add prod manifests for magicleaps
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-18 02:54:19 +08:00
zhenyus
3ff3da08d4 ci(manifests): add prod manifests for magicleaps
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-18 02:33:12 +08:00
zhenyus
f009be0b03 ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-18 02:18:04 +08:00
zhenyus
c8126d1333 ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-18 02:05:28 +08:00
zhenyus
9f18fa2f9a ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-18 01:52:37 +08:00
zhenyus
bd785eb2c2 ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-18 01:31:47 +08:00
zhenyus
358d8c5109 ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-18 01:19:54 +08:00
zhenyus
b87938b01d ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-18 00:56:16 +08:00
zhenyus
c5b327f9ba ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-17 22:13:52 +08:00
zhenyus
f439f1af52 ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-17 21:01:03 +08:00
zhenyus
1d38e6a4c6 ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-17 20:19:28 +08:00
zhenyus
93248e7be1 ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-17 19:27:05 +08:00
zhenyus
d3c15adf20 ci(magicleaps): switch magicleaps alpha ci to develop branch
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-17 19:14:27 +08:00
zhenyus
f34f9838a5 chore(git): code staging
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-17 18:14:40 +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
孙振宇
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
孙振宇
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
孙振宇
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
孙振宇
fbf00a1046 fix(pipeline): add registryCredentialsId parameter to ImageBuilder and update related references
Signed-off-by: 孙振宇 <>
2025-02-08 12:07:41 +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
孙振宇
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
孙振宇
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
孙振宇
d6e3008c6e fix(caching): add logging for cache restoration in npm and yarn installations
Signed-off-by: 孙振宇 <>
2025-02-07 17:13:33 +08:00
孙振宇
6810be5cd8 fix(lint): improve caching logic for npm and yarn installations and ensure ESLint config is a JS file
Signed-off-by: 孙振宇 <>
2025-02-07 17:10:18 +08:00
孙振宇
39cb4fc56a refactor(lint): migrate ESLint configuration from JSON to JS format and update related references
Signed-off-by: 孙振宇 <>
2025-02-07 17:02:11 +08:00
孙振宇
f9d10df52d fix(lint): enhance ESLint configuration handling and improve caching for npm and yarn
Signed-off-by: 孙振宇 <>
2025-02-07 16:53:17 +08:00
孙振宇
bdb5d7e1a5 refactor(lint): replace ESLint configuration with a new JSON format
Signed-off-by: 孙振宇 <>
2025-02-07 16:40:46 +08:00
孙振宇
c6c47d8785 fix(lint): change npm install command to install eslint dependencies globally
Signed-off-by: 孙振宇 <>
2025-02-07 16:30:27 +08:00