CN107678775B - Environment initialization method of high-security software - Google Patents
Environment initialization method of high-security software Download PDFInfo
- Publication number
- CN107678775B CN107678775B CN201710935201.4A CN201710935201A CN107678775B CN 107678775 B CN107678775 B CN 107678775B CN 201710935201 A CN201710935201 A CN 201710935201A CN 107678775 B CN107678775 B CN 107678775B
- Authority
- CN
- China
- Prior art keywords
- software
- code
- project
- distribution system
- environment
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
- Storage Device Security (AREA)
Abstract
The invention provides an environment initialization method of high-security software, which is suitable for a software system, wherein the software system at least comprises a distribution system and a number taking system; by building a distribution system with an initialized project environment, the distribution system can read the code number, the project name and the stage code number of the software project in the number taking system and can automatically store the code number; setting a state serial number according to the repeatability of the software item code and the phase code, and storing the software state serial number; distributing information required by the project environment initialization to other systems except the distribution system in the software system, and uniformly configuring the environment of the project; the invention solves the problem of consistency of registered information in other systems in the software system, and controls the initialization entries of all systems and the transmission of information.
Description
Technical Field
The invention relates to a software system, in particular to an environment initialization method of high-security software.
Background
During the development of high-security software, software project codes need to be registered in a plurality of systems for storing relevant data. For example, the number of the data unit stored in each item needs to be stored in the number taking system, the software change record and the software defect record of each item need to be stored in the change and defect management system, the script configuration executed by the automation of the item is stored in the persistent integration system, all the data produced by each item is stored in the configuration management system, and the like.
In the development process of software, a branch development strategy is often present to meet the requirements of all parties, and the serial number in the number taking system has no branch, so that the system related to all software is required to support multi-branch parallel development.
Project registration in the systems is distributed among managers of various functions, the concept of branching is not embodied in all the systems, data sources created by environments are not unified and returned, flow control is not performed in the transmission process, the phenomenon that information in each system is not aligned frequently occurs, data retrieval is difficult, and technical bottleneck is caused to automatic analysis of process data in the future.
Disclosure of Invention
The invention aims to overcome the defects in the prior art, and provides an environment initialization method of high-security software, which solves the problem of consistency of registered information in other systems in a software system by adding a distribution system in the software system and controls initialization entries of all systems and information transmission. The technical scheme adopted by the invention is as follows:
an environment initialization method of high-security software is suitable for a software system, wherein the software system at least comprises a distribution system and a number taking system; the main improvement of the method is that,
by building a distribution system with an initialized project environment, the distribution system can read the code number, the project name and the stage code number of the software project in the number taking system and can automatically store the code number; setting a state serial number according to the repeatability of the software item code and the phase code, and storing the software state serial number; distributing information required by the project environment initialization to other systems except the distribution system in the software system, and uniformly configuring the environment of the project;
the information required for project environment initialization includes: software item code, phase code, status serial number.
Further, the environment initialization method of the high-security software specifically comprises the following steps:
step S1, establishing a project environment establishing request;
step S2, after the distribution system receives the request in step S1, the distribution system inquires all the software project codes stored in the database of the number-taking system from the number-taking system;
step S3, the number taking system returns all software project codes to the distribution system;
step S4, the operator judges whether the software item code number in the environment establishment request exists in the returned software item code number through the distribution system, if so, the distribution system inquires the information corresponding to the software item code number to the number taking system, and if not, the process is ended;
step S5, the number taking system returns the item name and the stage code number corresponding to the software item code number to the distribution system;
step S6, the number-taking system stores the software project code, and the corresponding project name, stage code and the software system code;
step S7, the number-taking system judges whether the software project number initialized before and the stage number exist, if not, the initial serial number of the software state is set, if yes, the existing serial number of the software state is added with 1 and stored as the new serial number of the software state;
step S8, the number-taking system sends the software project code number, the corresponding project name and the corresponding stage code number to the configuration management system; the configuration management system creates a corresponding configuration management environment;
step S9, the number-taking system sends the software project code number, the corresponding project name and the corresponding stage code number to the continuous integration system; the continuous integration system creates a corresponding continuous integration environment;
step S10, the number-taking system sends the software project code number, the corresponding project name and the corresponding stage code number to the change and defect management system; the change and defect management system creates a corresponding change and defect management environment.
The invention has the advantages that: the initialization process and data of each system project environment in the software system are unified, the software state serial numbers are added for adapting the condition of one number taking system to a plurality of systems, a unified index is established for the retrieval of software project data, and a foundation is laid for the automatic analysis of process data in the future.
Drawings
FIG. 1 is a flow chart of the present invention.
FIG. 2 is a distribution system interface diagram of the present invention.
Detailed Description
The invention is further illustrated by the following specific figures and examples.
The environment initialization method of the high-safety software is suitable for a software system, wherein the software system comprises a distribution system, a number taking system, a configuration management system, a continuous integration system and a change and defect management system; as shown in fig. 1;
the invention can read the software item code number, the item name and the stage code number in the number-taking system by building a distribution system initialized by the item environment, and can automatically store the software item code number, the item name and the stage code number; setting a state serial number according to the repeatability of the software item code and the phase code, and storing the software state serial number; information (software project code, phase code and state serial number) required for initializing project environment is distributed to other systems except the distribution system in the software system, and the environment configuration of the project is carried out uniformly.
The distribution flow of environment initialization is shown in fig. 1, and includes the following steps:
step S1, a project environment establishment request; the request is artificially established according to needs;
step S2, after the distribution system receives the request in step S1, the distribution system inquires all the software project codes stored in the database of the number-taking system from the number-taking system;
step S3, the number taking system returns all software project codes to the distribution system;
step S4, the operator judges whether the software item code number in the environment establishment request exists in the returned software item code number through the distribution system, if so, the distribution system inquires the information corresponding to the software item code number to the number taking system, and if not, the process is ended;
step S5, the number taking system returns the item name and the stage code number corresponding to the software item code number to the distribution system;
step S6, the number-taking system stores the software project code, and the corresponding project name, stage code and the software system code;
step S7, the number-taking system judges whether there are software item number initialized before (last program execution) and stage number, if not, sets the initial serial number of the software state, if yes, adds 1 to the existing serial number of the software state, and stores it as the new serial number of the software state;
step S8, the number-taking system sends the software project code number, the corresponding project name and the corresponding stage code number to the configuration management system; the configuration management system creates a corresponding configuration management environment;
step S9, the number-taking system sends the software project code number, the corresponding project name and the corresponding stage code number to the continuous integration system; the continuous integration system creates a corresponding continuous integration environment;
step S10, the number-taking system sends the software project code number, the corresponding project name and the corresponding stage code number to the change and defect management system; the change and defect management system creates a corresponding change and defect management environment.
The distribution system is connected with the script of the number taking system, and the core code is as follows:
the interface of the distribution system is shown in fig. 2, and the "item, phase, and state" in fig. 2 refer to the "software item code number, phase code number, and software state serial number" mentioned above, respectively.
Claims (1)
1. An environment initialization method of high-security software is suitable for a software system, wherein the software system at least comprises a distribution system and a number taking system; it is characterized in that the preparation method is characterized in that,
by building a distribution system with an initialized project environment, the distribution system can read the code number, the project name and the stage code number of the software project in the number taking system and can automatically store the code number; setting a state serial number according to the repeatability of the software item code and the phase code, and storing the software state serial number; distributing information required by the project environment initialization to other systems except the distribution system in the software system, and uniformly configuring the environment of the project;
the information required for project environment initialization includes: software item code, stage code, status serial number;
the method specifically comprises the following steps:
step S1, establishing a project environment establishing request;
step S2, after the distribution system receives the request in step S1, the distribution system inquires all the software project codes stored in the database of the number-taking system from the number-taking system;
step S3, the number taking system returns all software project codes to the distribution system;
step S4, the operator judges whether the software item code number in the environment establishment request exists in the returned software item code number through the distribution system, if so, the distribution system inquires the information corresponding to the software item code number to the number taking system, and if not, the process is ended;
step S5, the number taking system returns the item name and the stage code number corresponding to the software item code number to the distribution system;
step S6, the distribution system stores the software project code, the corresponding project name, the stage code and the affiliated system code;
step S7, the distribution system judges whether the software item code and the stage code initialized before exist, if not, the initial serial number of the software state is set, if yes, the existing serial number of the software state is added with 1 and stored as the new serial number of the software state;
step S8, the distribution system sends the software project code, the stage code and the software state serial number to the configuration management system; the configuration management system creates a corresponding configuration management environment;
step S9, the distribution system sends the software project code, the phase code and the software state serial number to the continuous integration system; the continuous integration system creates a corresponding continuous integration environment;
step S10, the distribution system sends the software item code, the stage code and the software state serial number to the change and defect management system; the change and defect management system creates a corresponding change and defect management environment.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710935201.4A CN107678775B (en) | 2017-10-10 | 2017-10-10 | Environment initialization method of high-security software |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710935201.4A CN107678775B (en) | 2017-10-10 | 2017-10-10 | Environment initialization method of high-security software |
Publications (2)
Publication Number | Publication Date |
---|---|
CN107678775A CN107678775A (en) | 2018-02-09 |
CN107678775B true CN107678775B (en) | 2021-02-09 |
Family
ID=61140037
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710935201.4A Active CN107678775B (en) | 2017-10-10 | 2017-10-10 | Environment initialization method of high-security software |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN107678775B (en) |
Family Cites Families (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101174208A (en) * | 2007-11-28 | 2008-05-07 | 山东浪潮齐鲁软件产业股份有限公司 | Method for implementing software assembly line platform |
CN101403965A (en) * | 2008-11-18 | 2009-04-08 | 四川赛文纳克软件有限公司 | Integration type iteration software development process control system and method |
US9390090B2 (en) * | 2010-04-30 | 2016-07-12 | International Business Machines Corporation | Concurrent long spanning edit sessions using change lists with explicit assumptions |
US20140019933A1 (en) * | 2012-07-11 | 2014-01-16 | International Business Machines Corporation | Selecting a development associate for work in a unified modeling language (uml) environment |
CN104331291A (en) * | 2014-11-04 | 2015-02-04 | 浪潮电子信息产业股份有限公司 | Simple configuration management system and method |
CN104376415B (en) * | 2014-11-17 | 2018-01-12 | 南通中远船务工程有限公司 | Cable volume management system |
CN105260297B (en) * | 2015-09-14 | 2017-12-05 | 上海斐讯数据通信技术有限公司 | A kind of test data management system and method |
CN105809259A (en) * | 2016-03-15 | 2016-07-27 | 西安电子工程研究所 | Product map automatic drawing method |
CN105893050B (en) * | 2016-04-05 | 2020-04-28 | 延锋伟世通电子科技(南京)有限公司 | Method for carrying out full-life-cycle management on software project based on PLMS, SVN and Jenkins |
CN106250142A (en) * | 2016-07-29 | 2016-12-21 | 四川天邑康和通信股份有限公司 | A kind of software management platform and Oftware updating method |
CN107194658A (en) * | 2017-04-25 | 2017-09-22 | 丹露成都网络技术有限公司 | The project iteration branch management method of micro services system |
-
2017
- 2017-10-10 CN CN201710935201.4A patent/CN107678775B/en active Active
Also Published As
Publication number | Publication date |
---|---|
CN107678775A (en) | 2018-02-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103814362B (en) | Processing method and system for distributed KVS system | |
CN100518181C (en) | Transparent transference of non-state conversation between servers | |
CN100545851C (en) | The remote system administration of utility command row environment | |
CN109542611A (en) | Database, that is, service system, database dispatching method, equipment and storage medium | |
CN105009110A (en) | Method for automated scaling of massive parallel processing (mpp) database | |
US10354343B2 (en) | Automated process control hardware engineering using schema-represented requirements | |
CN105760498A (en) | Method for realizing matching of XML data and relational database | |
CN107704597A (en) | Relevant database to Hive ETL script creation methods | |
US20170111207A1 (en) | Nfv system and method for linking vnfm | |
CN103607424A (en) | Server connection method and server system | |
CN113742033A (en) | Kubernetes cluster federal system and implementation method thereof | |
US10614051B2 (en) | Method for operating an engineering system for an industrial process automation system, and control program | |
CN106020847A (en) | Method and device for configuring SQL for persistent layer development framework | |
CN114422602B (en) | Micro-service calling method and device based on K8S cluster, electronic equipment and storage medium | |
CN110134533B (en) | System and method capable of scheduling data in batches | |
CN103425684A (en) | Method and device for database operation | |
CN107678775B (en) | Environment initialization method of high-security software | |
CN111752539A (en) | BI service cluster system and building method thereof | |
CN107193563A (en) | A kind of method of server stateless firmware version management | |
CN111142882A (en) | Service additional dependency management method for large-scale micro-service deployment | |
CN106250559A (en) | Method for applying asynchronous non-blocking of network IO to database middleware | |
JPH08237247A (en) | Network management system | |
CN116089530A (en) | Mass data transmission control method, device and equipment | |
CN110175115B (en) | Variable-based dynamic data operation and management system | |
CN103051686B (en) | A kind of method and system of distributed system dynamic application isolation |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |