Commit Graph

  • 296d49f95c refactor(executeFreeleapsPipeline): restructure generateComponentStages to improve error handling and encapsulate steps within a script block 孙振宇 2025-02-04 15:16:36 +0800
  • 891d594ff1 refactor(executeFreeleapsPipeline): streamline error handling in generateComponentStages function 孙振宇 2025-02-04 15:11:28 +0800
  • 8aaa271fe2 refactor(DependenciesResolver): add getNodeVersion method to log current Node.js version 孙振宇 2025-02-04 15:06:45 +0800
  • 2725cd823d refactor(executeFreeleapsPipeline): update build agent image to 'node:lts' and improve error handling in generateComponentStages function 孙振宇 2025-02-04 15:05:19 +0800
  • 43dbb2b7cd refactor(executeFreeleapsPipeline): update generateComponentStages to accept configurations and improve build agent image handling 孙振宇 2025-02-04 14:59:41 +0800
  • a3e3788ee1 refactor(executeFreeleapsPipeline): enhance stage definitions with podTemplate for build agent and dependencies resolver 孙振宇 2025-02-04 14:55:48 +0800
  • 9cb3ea18f6 refactor(executeFreeleapsPipeline): add steps blocks to generated stages for improved structure and execution 孙振宇 2025-02-04 14:50:08 +0800
  • d668944ef9 refactor(executeFreeleapsPipeline): remove unnecessary steps blocks in generateComponentStages function 孙振宇 2025-02-04 14:45:02 +0800
  • 32759dffb3 refactor(executeFreeleapsPipeline): fix formatting issue in generateComponentStages function 孙振宇 2025-02-04 14:43:16 +0800
  • bbe1c48b28 refactor(executeFreeleapsPipeline): adjust generateComponentStages to improve formatting of stage definitions 孙振宇 2025-02-04 14:42:41 +0800
  • 7411c2a8c2 refactor(executeFreeleapsPipeline): modify generateComponentStages to return an array of stages for improved structure 孙振宇 2025-02-04 14:41:42 +0800
  • 908735112a refactor(executeFreeleapsPipeline): extract component stages into a separate function for improved readability and structure 孙振宇 2025-02-04 14:38:58 +0800
  • 79c9c845b0 refactor(executeFreeleapsPipeline): rename 'steps' back to 'stages' for consistency in pipeline structure 孙振宇 2025-02-04 14:29:43 +0800
  • f8d099d274 refactor(executeFreeleapsPipeline): rename 'stages' back to 'steps' for consistency in pipeline structure 孙振宇 2025-02-04 14:09:49 +0800
  • b9d804b0c0 refactor(executeFreeleapsPipeline): move build agent image logic into steps block for improved structure 孙振宇 2025-02-04 13:53:11 +0800
  • 8d8cf33b1a refactor(executeFreeleapsPipeline): rename 'steps' to 'stages' for improved clarity in pipeline structure 孙振宇 2025-02-04 13:50:02 +0800
  • 1f25eb7b08 refactor(executeFreeleapsPipeline): move execution logic into script block for better structure 孙振宇 2025-02-04 13:25:47 +0800
  • a021dc59ca refactor(executeFreeleapsPipeline): replace cat command with sleep for improved container behavior 孙振宇 2025-02-04 13:22:34 +0800
  • 411504fa7d refactor(executeFreeleapsPipeline): format YAML structure for better readability 孙振宇 2025-02-04 13:19:31 +0800
  • 4e763f14af refactor(executeFreeleapsPipeline): add log statement for build agent image in execution stage 孙振宇 2025-02-04 13:16:26 +0800
  • dced64a280 refactor(executeFreeleapsPipeline): move log statement for build agent image to correct position 孙振宇 2025-02-04 13:14:02 +0800
  • 8a53c8413d refactor(DependenciesResolver): update workspace reference to use env.workspace 孙振宇 2025-02-04 13:10:01 +0800
  • ea5f2c3a0a refactor(executeFreeleapsPipeline): move sourceFetcher instantiation to relevant steps 孙振宇 2025-02-04 13:07:52 +0800
  • 3728822500 refactor(executeFreeleapsPipeline): remove duplicate fetch call for configurations 孙振宇 2025-02-04 13:05:02 +0800
  • 2b8d69c163 refactor(DependenciesResolver): log workspace information and standardize workspace references 孙振宇 2025-02-04 13:02:40 +0800
  • 1723d23507 refactor(DependenciesResolver): remove unnecessary excludes from cache configuration 孙振宇 2025-02-04 12:57:33 +0800
  • 0a1607c0c0 refactor(executeFreeleapsPipeline): update dependencies resolution to use component instead of configurations 孙振宇 2025-02-04 12:52:27 +0800
  • ecac540f1d refactor(Jenkinsfile): add trailing comma to npmPackageJsonFile for consistency 孙振宇 2025-02-04 12:50:00 +0800
  • 00063babb9 refactor(DependenciesResolver): pass workspace parameter to DependenciesResolver and update directory references 孙振宇 2025-02-04 12:48:46 +0800
  • 805b051c26 refactor(executeFreeleapsPipeline): clean up whitespace and formatting in the pipeline script 孙振宇 2025-02-04 12:40:44 +0800
  • 9bcd494018 refactor(executeFreeleapsPipeline): restore conditional execution for build and dependencies stages based on executeMode and changed components 孙振宇 2025-02-04 12:38:48 +0800
  • 37ccf1e6fd refactor(executeFreeleapsPipeline): comment out conditional execution for build and dependencies stages 孙振宇 2025-02-04 12:29:20 +0800
  • 60f7ab77d4 refactor(Jenkinsfile): update components definition syntax for consistency 孙振宇 2025-02-04 12:26:13 +0800
  • d1df2377cb refactor(executeFreeleapsPipeline): add conditional execution for components build stage based on executeMode and changed components 孙振宇 2025-02-04 12:18:24 +0800
  • d7ef1ee1f8 refactor(Jenkinsfile): update executeMode to 'fully' for clarity 孙振宇 2025-02-04 12:18:19 +0800
  • a46e87ac1c refactor(ChangedComponentsDetector): update shell command execution to use steps.sh for consistency 孙振宇 2025-02-04 12:15:40 +0800
  • aa7d449616 refactor(executeFreeleapsPipeline): improve code structure by adjusting stage block formatting 孙振宇 2025-02-04 12:13:41 +0800
  • bc29cf3514 refactor(executeFreeleapsPipeline): streamline commit message linting logic and improve conditional checks 孙振宇 2025-02-04 12:11:42 +0800
  • e574581d02 refactor(Jenkinsfile, executeFreeleapsPipeline): disable commit message linting and add fail-fast option for parallel execution 孙振宇 2025-02-04 12:08:52 +0800
  • 1fec9ad9d7 refactor(logging): update log statements to use consistent method calls for improved readability 孙振宇 2025-02-04 12:03:30 +0800
  • 4a2fe3b8a3 refactor(Jenkinsfile): clarify serviceGitRepoType comment for better understanding 孙振宇 2025-02-04 11:36:09 +0800
  • ae77e64ac1 refactor(logging): enhance log messages to include plugin context for better clarity 孙振宇 2025-02-04 11:32:42 +0800
  • 682bbc5ef3 refactor(CommitMessageLinter, SourceFetcher): update workspace path configuration for consistency 孙振宇 2025-02-04 11:22:48 +0800
  • d568c0e88c refactor(CommitMessageLinter): correct safe.directory path to use environment variable for workspace 孙振宇 2025-02-04 11:19:52 +0800
  • 54f242e65b refactor(CommitMessageLinter): update safe.directory configuration to use absolute workspace path 孙振宇 2025-02-04 11:18:05 +0800
  • e33ac09e2a refactor(CommitMessageLinter): ensure workspace is a trusted git repository for commit linting 孙振宇 2025-02-04 11:15:00 +0800
  • 36ecc84249 refactor(CommitMessageLinter, log): update commit lint rules handling and improve logging 孙振宇 2025-02-04 11:11:46 +0800
  • bd1aed3664 refactor(CommitMessageLinter, log): enhance logging with timestamps and improve log messages 孙振宇 2025-02-04 11:06:07 +0800
  • 67214e0120 refactor(SourceFetcher): update directory handling to use steps.dir for workspace 孙振宇 2025-02-04 11:02:16 +0800
  • 8c827fe1ad refactor(executeFreeleapsPipeline): update component handling to use component names 孙振宇 2025-02-04 11:00:33 +0800
  • d6e86827ac refactor(executeFreeleapsPipeline): update closure handling to initialize configurations as a Map 孙振宇 2025-02-04 10:54:41 +0800
  • 5a63bf8d33 refactor(executeFreeleapsPipeline): change function signature to accept configurations as a Closure 孙振宇 2025-02-04 10:51:49 +0800
  • faed86e4f8 refactor(executeFreeleapsPipeline): update function signature to accept configurations as a Map 孙振宇 2025-02-04 10:49:34 +0800
  • 37253e85b4 refactor(executeFreeleapsPipeline): update function signature to accept configurations directly 孙振宇 2025-02-04 10:40:41 +0800
  • c84c65ce87 refactor(executeFreeleapsPipeline): streamline component build and dependency resolution stages 孙振宇 2025-02-04 10:36:58 +0800
  • 376fa19c78 refactor(ChangedComponentsDetector, CommitMessageLinter, DependenciesResolver, executeFreeleapsPipeline): standardize workspace handling in directory operations 孙振宇 2025-02-04 10:29:49 +0800
  • adfc71ea22 refactor(SourceFetcher, ServiceLanguage, DependenciesResolver): improve workspace handling, standardize language naming, and streamline dependency resolution 孙振宇 2025-02-04 10:23:25 +0800
  • 2d925213e3 refactor(DependenciesResolver): update logging to use steps.log.info for consistency 孙振宇 2025-01-22 16:25:04 +0800
  • 89191746ef refactor(DependenciesResolver): replace echo with log.info for improved logging refactor(executeFreeleapsPipeline): update commit message linting condition for clarity 孙振宇 2025-01-22 16:22:38 +0800
  • 48983cb777 refactor(tests): add library import for first-class-pipeline 孙振宇 2025-01-22 16:16:54 +0800
  • 8c544961b0 refactor(executeFreeleapsPipeline): standardize logging and update dependencies manager naming 孙振宇 2025-01-22 16:15:31 +0800
  • a35a3ee8e1 refactor(executeFreeleapsPipeline): remove EnvironmentVars class and streamline variable injection 孙振宇 2025-01-22 16:10:48 +0800
  • 2412360de2 refactor(executeFreeleapsPipeline): add ServiceLanguage enum import for improved language handling 孙振宇 2025-01-22 16:07:46 +0800
  • ef65343ddb refactor(executeFreeleapsPipeline): update language case handling to use ServiceLanguage enum 孙振宇 2025-01-22 16:06:22 +0800
  • 36dc0819b6 refactor(executeFreeleapsPipeline): update buildAgentImage handling and use environment variable 孙振宇 2025-01-22 16:05:08 +0800
  • 6bed306f2b refactor(executeFreeleapsPipeline): update buildAgentImage reference to use configurations 孙振宇 2025-01-22 16:01:27 +0800
  • fb33de1847 refactor(SourceFetcher): remove echo statement from fetch method 孙振宇 2025-01-22 15:56:42 +0800
  • 4c6efe1c9d refactor(pipeline): rename executePipeline to executeFreeleapsPipeline and implement new pipeline structure 孙振宇 2025-01-22 15:53:25 +0800
  • 4666298ebe refactor(pipeline): replace pipelineCall with executePipeline and streamline configuration handling 孙振宇 2025-01-22 15:52:03 +0800
  • 2d2cf27318 refactor(DependenciesResolver, EnvironmentVars, SourceFetcher, pipelineCall): standardize configuration property names to camelCase 孙振宇 2025-01-22 15:42:56 +0800
  • 62fdc4c17a refactor(pipelineCall): simplify configuration handling and improve readability 孙振宇 2025-01-22 15:35:03 +0800
  • b9caf1d04e feat(SourceFetcher): log configurations in fetch method for debugging 孙振宇 2025-01-22 15:26:07 +0800
  • 77bb34e425 fix(Jenkinsfile): update SERVICE_GIT_REPO with correct repository URL 孙振宇 2025-01-22 15:25:01 +0800
  • fba93aac48 feat(pipeline): switch from Docker to Kubernetes for dependencies resolving stage 孙振宇 2025-01-21 17:40:42 +0800
  • 93325d5405 feat(DependenciesResolver): add import for DependenciesManager enum 孙振宇 2025-01-21 17:38:01 +0800
  • c83759c61c fix(DependenciesResolver): add missing closing brace for class definition 孙振宇 2025-01-21 17:36:32 +0800
  • 4d4e2da565 refactor(DependenciesResolver): add return type definitions for caching methods 孙振宇 2025-01-21 17:02:41 +0800
  • 52d7f78fa6 feat(pipeline): implement environment variable injection and dependencies resolution 孙振宇 2025-01-21 17:01:31 +0800
  • f88662b1e3 refactor(EnvironmentVars): streamline variable injection by removing redundant assignments 孙振宇 2025-01-20 10:51:32 +0800
  • 072ff4960a refactor(EnvironmentVars): log SERVICE_NAME during variable injection for debugging 孙振宇 2025-01-20 10:48:52 +0800
  • dee6917fe5 feat(pipelineCall): inject environment variables from configurations 孙振宇 2025-01-20 10:37:59 +0800
  • 1d374fb5da refactor(ServiceLanguage): use enum reference in parse method for clarity 孙振宇 2025-01-20 10:21:06 +0800
  • 82adc49e86 refactor(ServiceLanguage): change parse method to static for improved accessibility 孙振宇 2025-01-20 10:20:13 +0800
  • d5127b342b refactor(pipelineCall): remove unnecessary timestamps block for clarity 孙振宇 2025-01-20 10:13:10 +0800
  • 1b969d81a7 refactor(pipelineCall): replace 'scripts' block with 'script' for consistency 孙振宇 2025-01-20 10:12:26 +0800
  • 1896034cde fix(pipeline): change variable declarations from var to def for consistency 孙振宇 2025-01-17 17:16:56 +0800
  • d37849f18b refactor(ServiceLanguage): remove unnecessary CompileStatic annotation 孙振宇 2025-01-17 17:15:25 +0800
  • ed959561db chore(git): codes staging 孙振宇 2025-01-17 16:25:04 +0800
  • 3af74b7931 feat(dashboard): add nginx ingress dashboard 孙振宇 2025-01-16 17:36:07 +0800
  • b91d2192ba feat(k8s): add Jenkins certificate and Azure Blob Storage configuration 孙振宇 2025-01-16 17:00:31 +0800
  • 481b9ccf95 fix(k8s): update version number in freeleaps-cluster-authenticator 孙振宇 2025-01-15 03:39:05 +0800
  • 8d9344b037 fix(k8s): update help message to clarify environment options as optional 孙振宇 2025-01-15 03:35:20 +0800
  • 3a6e22c7ef fix(k8s): update usage message in freeleaps-cluster-authenticator to include environment variable syntax 孙振宇 2025-01-15 03:32:46 +0800
  • ce9826d098 feat(k8s): add version information to freeleaps-cluster-authenticator help message 孙振宇 2025-01-15 03:27:21 +0800
  • 293860028f fix(k8s): validate Mathmast username input and enhance error handling in kubectl config clearing 孙振宇 2025-01-15 03:24:48 +0800
  • 614f6b8683 feat(k8s): add reset-auth sub-command to freeleaps-cluster-authenticator for resetting kubectl authentication state 孙振宇 2025-01-14 17:25:18 +0800
  • 8598d92c01 feat(k8s): add shorthand options for sub-commands in freeleaps-cluster-authenticator help message 孙振宇 2025-01-14 17:21:09 +0800
  • 1cd0c6c792 feat(k8s): add AUTO_INSTALL_KUBELOGIN option to freeleaps-cluster-authenticator help message 孙振宇 2025-01-14 17:19:26 +0800
  • 02a06cc6f8 feat(k8s): enhance freeleaps-cluster-authenticator with sub-command support and detailed help message 孙振宇 2025-01-14 17:18:27 +0800
  • 940c0cc318 fix(k8s): update prerequisite messages in freeleaps-cluster-authenticator for consistency 孙振宇 2025-01-14 16:46:25 +0800