Commit Graph

30 Commits

Author SHA1 Message Date
zhenyus
2b76d1d969 feat(helm): add Helm charts for chat and freeleaps services with initial configurations
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-25 02:14:16 +08:00
zhenyus
b5bc7a09c6 fix(dependencies): disable caching for PIP installations and log a message
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-22 23:35:22 +08:00
zhenyus
8dd6b32935 fix(dependencies): correct pip cache directory path formatting in DependenciesResolver
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-22 23:27:55 +08:00
zhenyus
1975370dcf fix(dependencies): update cache paths for pip, npm, and yarn installations to use dynamic naming
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-22 23:24:43 +08:00
zhenyus
1ef15f4d97 fix(dependencies): update cache names to use configurations instead of component names for pip, npm, and pnpm
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-22 23:15:27 +08:00
zhenyus
e53b6b03b5 feat(dependencies): add requirementsFile validation and caching for pip installations; update timeout to 120 minutes; set image tags to 0.0.0; configure payment ingress
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-02-22 23:11:15 +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
孙振宇
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
孙振宇
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
孙振宇
69eaed1c6a feat(pipeline): implement SAST and linting executors with configuration handling
Signed-off-by: 孙振宇 <>
2025-02-05 16:29:52 +08:00
孙振宇
794af6779b refactor(executeFreeleapsPipeline): update build agent images to use docker.io and log environment variables in DependenciesResolver
Signed-off-by: 孙振宇 <>
2025-02-04 15:33:07 +08:00
孙振宇
8aaa271fe2 refactor(DependenciesResolver): add getNodeVersion method to log current Node.js version
Signed-off-by: 孙振宇 <>
2025-02-04 15:06:45 +08:00
孙振宇
8a53c8413d refactor(DependenciesResolver): update workspace reference to use env.workspace
Signed-off-by: 孙振宇 <>
2025-02-04 13:10:01 +08:00
孙振宇
2b8d69c163 refactor(DependenciesResolver): log workspace information and standardize workspace references
Signed-off-by: 孙振宇 <>
2025-02-04 13:02:40 +08:00
孙振宇
1723d23507 refactor(DependenciesResolver): remove unnecessary excludes from cache configuration
Signed-off-by: 孙振宇 <>
2025-02-04 12:57:33 +08:00
孙振宇
00063babb9 refactor(DependenciesResolver): pass workspace parameter to DependenciesResolver and update directory references
Signed-off-by: 孙振宇 <>
2025-02-04 12:48:46 +08:00
孙振宇
1fec9ad9d7 refactor(logging): update log statements to use consistent method calls for improved readability
Signed-off-by: 孙振宇 <>
2025-02-04 12:03:30 +08:00
孙振宇
ae77e64ac1 refactor(logging): enhance log messages to include plugin context for better clarity
Signed-off-by: 孙振宇 <>
2025-02-04 11:32:42 +08:00
孙振宇
376fa19c78 refactor(ChangedComponentsDetector, CommitMessageLinter, DependenciesResolver, executeFreeleapsPipeline): standardize workspace handling in directory operations
Signed-off-by: 孙振宇 <>
2025-02-04 10:29:49 +08:00
孙振宇
adfc71ea22 refactor(SourceFetcher, ServiceLanguage, DependenciesResolver): improve workspace handling, standardize language naming, and streamline dependency resolution
Signed-off-by: 孙振宇 <>
2025-02-04 10:23:25 +08:00
孙振宇
2d925213e3 refactor(DependenciesResolver): update logging to use steps.log.info for consistency
Signed-off-by: 孙振宇 <>
2025-01-22 16:25:04 +08:00
孙振宇
89191746ef refactor(DependenciesResolver): replace echo with log.info for improved logging
refactor(executeFreeleapsPipeline): update commit message linting condition for clarity

Signed-off-by: 孙振宇 <>
2025-01-22 16:22:38 +08:00
孙振宇
2d2cf27318 refactor(DependenciesResolver, EnvironmentVars, SourceFetcher, pipelineCall): standardize configuration property names to camelCase
Signed-off-by: 孙振宇 <>
2025-01-22 15:42:56 +08:00
孙振宇
93325d5405 feat(DependenciesResolver): add import for DependenciesManager enum
Signed-off-by: 孙振宇 <>
2025-01-21 17:38:01 +08:00
孙振宇
c83759c61c fix(DependenciesResolver): add missing closing brace for class definition
Signed-off-by: 孙振宇 <>
2025-01-21 17:36:32 +08:00
孙振宇
4d4e2da565 refactor(DependenciesResolver): add return type definitions for caching methods
Signed-off-by: 孙振宇 <>
2025-01-21 17:02:41 +08:00
孙振宇
52d7f78fa6 feat(pipeline): implement environment variable injection and dependencies resolution
Signed-off-by: 孙振宇 <>
2025-01-21 17:01:31 +08:00