| Automated Testing | A software testing technique that uses automated testing tools to run applications under preset conditions to verify whether it operates properly and meets requirements before being released to the production environment. |
| Automated Testing | A software testing technique that uses automated testing tools to run applications under preset conditions to verify whether it operates properly and meets requirements before being released to the production environment. |
| Black Box Testing | A software testing method that tests the functionality of an application with no prior knowledge of internal code structures or implementation details. The main focus is on providing input and observing output of a software application. |
| Black Box Testing | A software testing method that tests the functionality of an application with no prior knowledge of internal code structures or implementation details. The main focus is on providing input and observing output of a software application. |
| Branch | A branch is a version of a project’s working tree. You create a branch for each set of related changes you make. This keeps each set of changes separate from each other, allowing changes to be made in parallel without affecting each other. |
| Branch | A branch is a version of a project’s working tree. You create a branch for each set of related changes you make. This keeps each set of changes separate from each other, allowing changes to be made in parallel without affecting each other. |
| 构建 | 软件构建是通过编译源代码生成的一组可供用户使用的可执行代码。 |
| 构建 | 软件构建是通过编译源代码生成的一组可供用户使用的可执行代码。 |
| Build | A software build is to generate a set of executable codes that can be used by users by compiling source codes. |
| Build | A software build is to generate a set of executable codes that can be used by users by compiling source codes. |
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
| 功能测试 | 使用可执行规范,对产品的各个功能进行测试,以验证产品是否符合用户要求。 |
| 功能测试 | 使用可执行规范,对产品的各个功能进行测试,以验证产品是否符合用户要求。 |
| Functional Testing | A software testing method where the functions of applications are tested against preset specifications using black box testing techniques. |
| Functional Testing | A software testing method where the functions of applications are tested against preset specifications using black box testing techniques. |
| Git | A distributed code version control system. Every developer using Git has access to a full copy of the project's code and change history for collaboration within the team. |
| Git | A distributed code version control system. Every developer using Git has access to a full copy of the project's code and change history for collaboration within the team. |
| Location Fingerprint | A finding’s location fingerprint is a text value that’s unique for each location on the attack surface. Each security product defines this according to its type of attack surface. |
| Location Fingerprint | A finding’s location fingerprint is a text value that’s unique for each location on the attack surface. Each security product defines this according to its type of attack surface. |
| Merge | The act of merging the changes of a branch or a commit into the current branch, thereby merging two or more development histories together. |
| Merge | The act of merging the changes of a branch or a commit into the current branch, thereby merging two or more development histories together. |
| Minimum Viable Product | It's a product that has just enough functionality to meet the needs of early users and provide feedback for future development. |
| Minimum Viable Product | It's a product that has just enough functionality to meet the needs of early users and provide feedback for future development. |
| 多节点站点 | 极狐GitLab 的一种特定配置,使用多个节点。 |
| 多节点站点 | 极狐GitLab 的一种特定配置,使用多个节点。 |
| Multi-node site | A specific configuration of JiHu GitLab that uses more than one node. |
| Multi-node site | A specific configuration of JiHu GitLab that uses more than one node. |
| Namespace | A namespace provides one place to organize your related projects. Projects in one namespace are separate from projects in other namespaces, which means you can use the same name for projects in different namespaces. There are two types of namespaces: personal namespace and group/subgroup namespace. |
| Namespace | A namespace provides one place to organize your related projects. Projects in one namespace are separate from projects in other namespaces, which means you can use the same name for projects in different namespaces. There are two types of namespaces: personal namespace and group/subgroup namespace. |
| Node | An individual server that runs JiHu GitLab either with a specific role or as a whole (for example a Rails application node). In a cloud context, this can be a specific machine type. |
| Node | An individual server that runs JiHu GitLab either with a specific role or as a whole (for example a Rails application node). In a cloud context, this can be a specific machine type. |
| Non-functional Requirement | Non-functional requirements describe software properties needed to meet user business requirements other than functional requirements including usability, security, scalability, reliability, interoperability, robustness, and maintainability. |
| Non-functional Requirement | Non-functional requirements describe software properties needed to meet user business requirements other than functional requirements including usability, security, scalability, reliability, interoperability, robustness, and maintainability. |
| 开源软件 | 一种原始源代码免费供人们使用、共享和修改的软件。 |
| 开源软件 | 一种原始源代码免费供人们使用、共享和修改的软件。 |
...
@@ -170,14 +170,14 @@
...
@@ -170,14 +170,14 @@
| 主要标识符 | 发现的主要标识符是每个发现的唯一值。发现的第一个标识符的外部类型和外部 ID 结合起来创建值。 |
| 主要标识符 | 发现的主要标识符是每个发现的唯一值。发现的第一个标识符的外部类型和外部 ID 结合起来创建值。 |
| Primary Identifier | A finding’s primary identifier is a value that is unique to each finding. The external type and external ID of the finding’s first identifier combine to create the value. |
| Primary Identifier | A finding’s primary identifier is a value that is unique to each finding. The external type and external ID of the finding’s first identifier combine to create the value. |
| Product Owner | The role in a Scrum team responsible for managing and optimizing product functionalities, maximizing product values, and delivering products that best meet user requirements. |
| Product Owner | The role in a Scrum team responsible for managing and optimizing product functionalities, maximizing product values, and delivering products that best meet user requirements. |
| 生产环境 | 生产环境是将最新版本的软件、产品或更新实时推送给目标用户的地方。 |
| 生产环境 | 生产环境是将最新版本的软件、产品或更新实时推送给目标用户的地方。 |
| Production Environment | A production environment is where the latest versions of software, products, or updates are pushed to target users in real time. |
| Production Environment | A production environment is where the latest versions of software, products, or updates are pushed to target users in real time. |
| Project | Projects can be created to host your codebase, track issues, plan work, collaborate on code, and continuously build, test, and use built-in CI/CD to deploy your application. Projects can be available publicly, internally, or privately. JiHu GitLab does not limit the number of private projects you can create. |
| Project | Projects can be created to host your codebase, track issues, plan work, collaborate on code, and continuously build, test, and use built-in CI/CD to deploy your application. Projects can be available publicly, internally, or privately. JiHu GitLab does not limit the number of private projects you can create. |
| 升级 | 将站点的角色从次要站点更改为主要站点的行为。 |
| 提升 | 将站点的角色从次要站点更改为主要站点的行为。 |
| Promoting | The act of changing the role of a site from secondary to primary. |
| Promoting | The act of changing the role of a site from secondary to primary. |
| 拉取 | 是从远程仓库获取最新版本的代码到本地的操作。 |
| 拉取 | 是从远程仓库获取最新版本的代码到本地的操作。 |
| Pull | The operation of getting the latest version of the code from the remote repository to the local. |
| Pull | The operation of getting the latest version of the code from the remote repository to the local. |
| Refactor | The process of systematically improving code without changing its original functionality. The goal of refactoring is to improve the internal code by making many small changes without changing external code behaviors |
| Refactor | The process of systematically improving code without changing its original functionality. The goal of refactoring is to improve the internal code by making many small changes without changing external code behaviors |
| 参考架构 | 极狐GitLab 为多个用户指定的配置,可能包括多个节点和多个站点。 |
| 参考架构 | 极狐GitLab 为多个用户指定的配置,可能包括多个节点和多个站点。 |
| Reference Architecture | A specified configuration of JiHu GitLab for a number of users, possibly including multiple nodes and multiple sites. |
| Reference Architecture | A specified configuration of JiHu GitLab for a number of users, possibly including multiple nodes and multiple sites. |
| Regression Testing | A software testing method used to verify that code changes in software have no effect on the existing functionality of the product. All or part of the same previous functional tests are generally repeated to verify the impact of the change. |
| Regression Testing | A software testing method used to verify that code changes in software have no effect on the existing functionality of the product. All or part of the same previous functional tests are generally repeated to verify the impact of the change. |
| Scrum | Scrum is a framework for implementing rules, roles, events, and artifacts for agile projects. It is an iterative approach, consisting of sprints that typically last only one to four weeks, ensuring that teams deliver product releases on a regular basis. |
| Scrum | Scrum is a framework for implementing rules, roles, events, and artifacts for agile projects. It is an iterative approach, consisting of sprints that typically last only one to four weeks, ensuring that teams deliver product releases on a regular basis. |
| 次要站点 | 复制主站点数据的极狐GitLab 站点。可以有一个或多个次要站点。 |
| 次要站点 | 复制主站点数据的极狐GitLab 站点。可以有一个或多个次要站点。 |
| Secondary Site | A JiHu GitLab site that is configured to replicate the data of a primary site. There can be one or more secondary sites. |
| Secondary Site | A JiHu GitLab site that is configured to replicate the data of a primary site. There can be one or more secondary sites. |
| Secure Dashboard | Provides an overview of all the vulnerabilities for a project, group, or JiHu GitLab instance. Vulnerabilities are only created from findings discovered on the project’s default branch. |
| Secure Dashboard | Provides an overview of all the vulnerabilities for a project, group, or JiHu GitLab instance. Vulnerabilities are only created from findings discovered on the project’s default branch. |
| Secure Product | A group of features related to a specific area of application security with first-class support by JiHu GitLab. Products include Container Scanning, Dependency Scanning, Dynamic Application Security Testing (DAST), Secret Detection, Static Application Security Testing (SAST), and Fuzz Testing. Each of these products typically includes one or more analyzers. |
| Secure Product | A group of features related to a specific area of application security with first-class support by JiHu GitLab. Products include Container Scanning, Dependency Scanning, Dynamic Application Security Testing (DAST), Secret Detection, Static Application Security Testing (SAST), and Fuzz Testing. Each of these products typically includes one or more analyzers. |
| Secure Report Format | A standard report format that Secure products comply with when creating JSON reports. The format is described by a JSON schema. |
| Secure Report Format | A standard report format that Secure products comply with when creating JSON reports. The format is described by a JSON schema. |
| Shard | A shard is a horizontal partition that splits a large database into smaller components for faster and easier management. Automatic sharding or data sharding is required when the dataset is too large to be stored in a single database. |
| Shard | A shard is a horizontal partition that splits a large database into smaller components for faster and easier management. Automatic sharding or data sharding is required when the dataset is too large to be stored in a single database. |
| 单节点站点 | 极狐GitLab 的一种特定配置,仅使用一个节点。 |
| 单节点站点 | 极狐GitLab 的一种特定配置,仅使用一个节点。 |
| Single-node site | A specific configuration of JiHu GitLab that uses exactly one node. |
| Single-node site | A specific configuration of JiHu GitLab that uses exactly one node. |
| 站点 | 运行单个极狐GitLab 应用程序的一个或一组节点。站点可以是单节点或多节点。 |
| 站点 | 运行单个极狐GitLab 应用程序的一个或一组节点。站点可以是单节点或多节点。 |
| Site | One or a collection of nodes running a single JiHu GitLab application. A site can be single-node or multi-node. |
| Site | One or a collection of nodes running a single JiHu GitLab application. A site can be single-node or multi-node. |
| Smoke Testing | An initial check of software after code builds and before releases to determine if the deployed software build is stable. It can uncover fundamental problems in an application before critical testing is implemented. |
| Smoke Testing | An initial check of software after code builds and before releases to determine if the deployed software build is stable. It can uncover fundamental problems in an application before critical testing is implemented. |
| 代码片段 | 代码片段可以使您存储并与其他用户共享代码和文本。您可以在代码片段中评论、克隆并使用版本控制,您可以使用代码片段 API 维护您的代码片段。代码片段分为两种类型:个人代码片段和项目代码片段。 |
| 代码片段 | 代码片段可以使您存储并与其他用户共享代码和文本。您可以在代码片段中评论、克隆并使用版本控制,您可以使用代码片段 API 维护您的代码片段。代码片段分为两种类型:个人代码片段和项目代码片段。 |
| Snippet | You can use JiHu GitLab snippets to store and share bits of code and text with other users. You can comment on, clone, and use version control in snippets. They can contain multiple files. They also support syntax highlighting, embedding, downloading, and you can maintain your snippets with the snippets API. |
| Snippet | You can use JiHu GitLab snippets to store and share bits of code and text with other users. You can comment on, clone, and use version control in snippets. They can contain multiple files. They also support syntax highlighting, embedding, downloading, and you can maintain your snippets with the snippets API. |
| Software as a Service | Software as a Service (SaaS) provides software services over networks. Software providers deploy their software on servers, and customers subscribe to use software services on demand through the Internet. |
| Software as a Service | Software as a Service (SaaS) provides software services over networks. Software providers deploy their software on servers, and customers subscribe to use software services on demand through the Internet. |