CN115827051A - Software integration management system, method and server - Google Patents

Software integration management system, method and server Download PDF

Info

Publication number
CN115827051A
CN115827051A CN202211497497.3A CN202211497497A CN115827051A CN 115827051 A CN115827051 A CN 115827051A CN 202211497497 A CN202211497497 A CN 202211497497A CN 115827051 A CN115827051 A CN 115827051A
Authority
CN
China
Prior art keywords
target
software
file
management
project
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.)
Pending
Application number
CN202211497497.3A
Other languages
Chinese (zh)
Inventor
张映红
谭智明
钟双
詹威涛
蔡长铭
邹承志
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huizhou Desay SV Automotive Co Ltd
Original Assignee
Huizhou Desay SV Automotive Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Huizhou Desay SV Automotive Co Ltd filed Critical Huizhou Desay SV Automotive Co Ltd
Priority to CN202211497497.3A priority Critical patent/CN115827051A/en
Publication of CN115827051A publication Critical patent/CN115827051A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the application discloses a software integration management system, a method and a server, wherein the system comprises: the script management module is used for generating a target script file by combining a matched script template according to basic requirement information submitted by a front-end user relative to a target project; the configuration management module is used for generating a target configuration file according to the received basic requirement information of the target project and the matched configuration template; the integration management module is used for sending the target script file and the target configuration file to the automatic software integration server so that the automatic software integration server generates a software installation package of the target project through the target script file and the target configuration file and sends the software installation package to the installation package storage server for storing the installation package. The system generates the configuration file and the automatic integration script of the software integration project according to the basic requirement information, the configuration template and the script template, and generates the software installation package of the target project.

Description

Software integration management system, method and server
Technical Field
The invention relates to the technical field of information processing, in particular to a software integrated management system, a software integrated management method and a server.
Background
With the more and more abundant software functions, the more and more huge software codes and the faster and more rapid update iteration are behind the software, so that the software compiling time is obviously prolonged, the times are obviously increased, the compiling workload is greatly increased, and the requirements on the software compiling quality and efficiency are higher and higher. Continuous Integration (CI) is a Continuous automated build, which includes software compilation, release, and automated testing, and Continuous Integration tools are also produced accordingly.
The current popular continuous integration tool is Jenkins, and for example, software integration engineering is created in Jenkins, and information such as personnel authority, source code management, software automatic integration and the like is set, so that software integration can be completed according to requirements by people, and a software installation package which can be upgraded by equipment such as a computer/a mobile phone can be output.
Currently, the practice of software auto-integration using Jenkins is to log in Jenkins through a web page, create an engineering therein, such as script writing, and set/input other related configurations, so that it can help and replace software integration or development engineers to complete software compilation. However, when the software of a project is large and complex, the complexity of the project configuration file and the script thereof is rapidly increased, and when the number of projects is greatly increased, the workload of creating the project configuration file and the script thereof is sharply increased.
Disclosure of Invention
The embodiment of the application provides a software integration management system, a software integration management method and a server, which realize the automatic generation of configuration files and automatic integration scripts of software integration projects.
In a first aspect, an embodiment of the present invention provides a software integration management system, including:
the script management module is used for generating a target script file by combining a matched script template according to basic requirement information submitted by a front-end user relative to a target project;
the configuration management module is used for generating a target configuration file according to the received basic requirement information of the target project and the matched configuration template;
and the integration management module is used for sending the target script file and the target configuration file to an automatic software integration server so that the automatic software integration server generates a software installation package of the target project through the target script file and the target configuration file and sends the software installation package to an installation package storage server for storing the installation package.
In a second aspect, an embodiment of the present invention provides a software integration management method, which is executed by each module included in the software integration management system provided in the foregoing first aspect of the embodiment of the present invention, and the method includes:
generating a target script file by combining a matched script template according to basic requirement information submitted by a front-end user relative to a target project through a script management module;
generating a target configuration file by combining a configuration management module with a matched configuration template according to the received basic requirement information of the target project;
and sending the target script file and the target configuration file to an automatic software integration server through an integration management module, so that the automatic software integration server generates a software installation package of the target project through the target script file and the target configuration file and sends the software installation package to an installation package storage server for storing the installation package.
In a third aspect, an embodiment of the present invention provides a server, where the server includes:
one or more processors;
storage means for storing one or more programs;
the one or more programs are executed by the one or more processors, so that the one or more processors implement the software integration management method provided by the embodiment of the disclosure.
The embodiment of the application discloses a software integration management system, a software integration management method and a server. The system comprises: the script management module is used for generating a target script file by combining a matched script template according to basic requirement information submitted by a front-end user relative to a target project; the configuration management module is used for generating a target configuration file according to the received basic requirement information of the target project and the matched configuration template; and the integration management module is used for sending the target script file and the target configuration file to an automatic software integration server so that the automatic software integration server generates a software installation package of the target project through the target script file and the target configuration file and sends the software installation package to an installation package storage server for storing the installation package. According to the technical scheme, the system generates the configuration file and the automatic integration script of the software integration project according to the basic requirement information, the configuration template and the script template, the software automatic integration server generates the software installation package of the target project according to the configuration file and the automatic integration script, manual creation of the software integration project and the automatic integration script is changed into automatic creation, and document submission of the project and software compiling information thereof is changed into online submission, and the system enables the software integration project and the automatic integration script to be automatically created, so that the efficiency is improved.
It should be understood that the statements in this section do not necessarily identify key or critical features of the embodiments of the present application, nor do they limit the scope of the present application. Other features of the present application will become apparent from the following description.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a software integration management system according to an embodiment of the present disclosure;
fig. 2 is an exemplary diagram of an application scenario of a software integration management system according to an embodiment of the present disclosure;
fig. 3 is a schematic flowchart of a software integration management method according to an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of a server according to an embodiment of the present disclosure.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Example one
Fig. 1 is a schematic structural diagram of a software integration management system according to an embodiment of the present disclosure, where the system is suitable for generating a configuration file and an automatic integration script of a software integration project according to a template, and generating a software installation package of a target project.
As shown in fig. 1, a software integrated management system 1 includes:
and the script management module 10 is configured to generate an object script file by combining the matched script template according to the basic requirement information submitted by the front-end user with respect to the object project.
And the configuration management module 11 is configured to generate a target configuration file according to the received basic requirement information of the target project and by combining the matched configuration template.
And the integration management module 12 is configured to send the target script file and the target configuration file to an automatic software integration server, so that the automatic software integration server generates a software installation package of the target project through the target script file and the target configuration file, and sends the software installation package to an installation package storage server for storing the installation package.
It should be noted that, the software integration management system 1 provided in the embodiment of the present invention may log in through any connection network terminal in the host installed in the browser and the same lan by using an authorized account, where functions of different users and user groups are different, and multiple users are allowed to log in and operate simultaneously without mutual influence.
Wherein the different users and user groups include front-end users and system managers. The front-end user can comprise a development user and an integration user, can perform operation of submitting requirements and only modifying the requirements submitted by the front-end user, and can only view the summary of the requirement flow and the status, the flow status of the personal requirements and the engineering configuration and script files of the corresponding target project. The system manager may include an administrator user and an integrated user as system management objects, where the integrated user may serve as a front-end user to use the system, or may serve as a system manager to manage the system. The administrator user is an administrator of the system, has the complete authority of the system, and is responsible for carrying out authority management and database maintenance on the system. The integrated user has all the authorities except the authority management, including importing, exporting, modifying, deleting and the like of the two templates, checking a requirement list and contents thereof submitted by a front-end user, examining and approving requirements and the like.
The software integrated management system 1 provided by the embodiment of the invention comprises a script management module 10, which is used for generating a target script file according to basic requirement information submitted by a front-end user relative to a target project and by combining a matched script template.
In this embodiment, the basic requirement information may include a series of requirement information such as the target item and its required personnel authority, code warehouse, and tools. The script template may be a template formed by fixing a series of operation instructions of compiling actions, such as creating a folder with a specified name on a specified path, downloading a code from a server, switching to a path where a source code compiling script is located, calling the source code compiling script and compiling by a compiling tool, and the like.
Specifically, a development user clicks a demand management button on a system management interface in a system, enters the demand management interface, creates and fills basic demand information relative to a target project and submits the basic demand information, the filled basic demand information is stored in a system database, a script management module 10 generates a target script file according to a script template and the basic demand information, an integration user in a system manager clicks the script management button from the system management interface, enters the script management interface, and can modify, delete, import or export the content of the generated target script file.
And the configuration management module 11 is configured to generate a target configuration file according to the received basic requirement information of the target project and by combining the matched configuration template.
In this embodiment, the configuration file is a set of setting and building requirements of an environment required for compiling by an automatic compilation project of the target project software when the target project software is compiled. The method can comprise the name of the automatic compilation project of the target project software, personnel permission setting, an operation node (namely a compilation server address for compiling), a source code warehouse and branches, a target script file path (containing the name), a software compilation product (comprising an installation package) and a dump address which need to be dumped, an automatic construction time point and period and the like. The configuration template is a template formed by solidifying standard parts in the configuration file.
Specifically, the configuration management module 11 receives the basic requirement information of the target item, then an integrated user in a system manager clicks a configuration management button from a system management interface, enters the configuration management module, generates a target configuration file according to the configuration module and the basic requirement information, and can also modify, delete, import or export the content of the generated target configuration file.
And the integration management module 12 is configured to send the target script file and the target configuration file to an automatic software integration server, so that the automatic software integration server generates a software installation package of the target project through the target script file and the target configuration file, and sends the software installation package to an installation package storage server for storing the installation package.
In this embodiment, fig. 2 is a diagram illustrating an application scenario of a software integration management system according to an embodiment of the present disclosure. As shown in fig. 2, the CI server is a software integration management device, a software integration management system is deployed, the Jenkins server is a software integration execution device, jenkins software is deployed for setting required for creating a project and performing project software compilation, and related software and hardware devices are scheduled according to the settings to complete project software integration and release. The storage server is a storage device and is used for storing and version managing project integration products, such as software upgrade installation packages and related release files. The compiling server is an integrated device, each compiling server is at least provided with a software compiling tool and a software code for compiling projects and generating a software upgrading installation package, the integration requirements of numerous projects and various types of software are met, the computer is a common terminal and is provided with a browser, and a user can log in the software integration management system through the computer. All devices in the system are connected and communicated through cloud (network).
Specifically, the target script file and the target configuration file are sent to a software automatic integration server, namely a Jenkins server, after being completed in the CI server. And the Jenkins server selects a corresponding compiling server for compiling according to the target script file and the target configuration file, and the compiling server calls the required code from the code server to compile to generate a software installation package of the target project and sends the software installation package to the installation package storage server for storing the software installation package.
According to the software integration management system provided by the embodiment of the invention, the configuration file and the automatic integration script of the software integration project are generated according to the basic requirement information, the configuration template and the script template, and the software installation package of the target project is generated.
As a first optional embodiment of this embodiment, on the basis of the above embodiment, as shown in fig. 1, a software integration management system 1 may further include:
the login response module 13 is used for providing a matched system management interface for the terminal of the user according to the account login information submitted by the user; the system management interface comprises an entry button for the user to operate each management module; and displaying the project associated information of the project related to the user and displaying the report information of classified distribution statistics.
In this embodiment, the account login information may include authority information owned by the user, and the authority information may be specific module entries that may be owned in the system management interface, and related item information and report information that may be used to view operations. And the system management interface comprises an entry button of each management module, project association information display and report information display of classified distribution statistics. Providing a matched system management interface to terminal equipment of a user according to account login information submitted by the user, wherein different types and numbers of module entry buttons in the system management interface are different due to different authority information in the account login information, and different displayed project association information and different report information of classified distribution statistics which can be checked are different due to different projects related to the user.
Illustratively, the authority information which can be implemented by the development user is only the requirement submitted and only the requirement submitted by the development user can be modified in the system management interface, and the system management interface only needs the management module entry and can view the summary of the required process and state, the process state of the individual requirement and the project configuration and script file of the corresponding target project. The account login information of the system administrator user has the complete authority of the system and has entries of all modules. The integrated user has all the authorities except the authority management module, and the integrated user can import, export, modify, delete and the like two templates, check a requirement list and contents thereof submitted by a front-end user, examine and approve requirements and the like.
In the technical scheme, the security of the system database can be improved by providing a matched system management interface for the terminal of the user by adopting different account login information. Only the system management interface which is really needed by the user and is needed for efficiently and simply completing the work can be provided, and the leakage of the key information of the company can be effectively prevented.
As a second optional embodiment of this embodiment, on the basis of the foregoing embodiment, the software integration management system 1 may further include:
the authority management module 14 provides authority management functions of user group creation, addition and deletion, and user authority activation or cancellation for a system manager through a presented authority management interface, and records an operation result after the system manager performs authority management operation.
In this embodiment, the right management interface may enter through a module entry in the system management interface, and provide a right management function to a system administrator user in the system administrator, where the function includes functions of creating, adding, and deleting a user group, and opening or canceling a user use right, and the system records an operation result of the system administrator user after performing a right management operation, and stores the recorded result in the system database.
In the technical scheme, the security of the system database can be improved by adopting the authority control strategy for the system. Only the authority which is really needed by the user and is needed for efficiently and simply completing the work can be given, and the leakage of the key information of the company can be effectively prevented.
As a third optional embodiment of this embodiment, on the basis of the above-mentioned embodiment, as shown in fig. 1, a software integration management system 1 may further include:
the template management module 15 is configured to display one or more of a configuration template list, a script template list, configuration template details and script template details to a system administrator through a presented template management interface, and is further configured to provide template adding, deleting, modifying and searching functions of the configuration template and/or the script template to the system administrator.
In this embodiment, the configuration template list and the script template list may be a list of all configuration templates and script templates in the presentation system. The detailed content of the configuration template can be the specific content of any configuration template, and likewise, the script template can be the specific content of any script template. The template management interface can be accessed through a module inlet in the system management interface, and provides template management functions for an integrated user in a system manager, wherein the template management functions comprise any one or more of a configuration template list, a script template list, configuration template detailed contents and script template detailed contents. The template management function may further include adding new content to the template of the configuration template and/or the script template, deleting and modifying the content therein, and simultaneously, querying the content of the template.
In the technical scheme, the project configuration file template and the script template which are integrated by the system preset are additionally modified, development and integration users can store the basic requirement information in the database only by filling the basic requirement information in the webpage end, the project configuration file, the script and the like are generated, and then the project configuration file is imported into Jenkins to complete project creation and configuration, so that the method is simple and rapid, the project creation efficiency is greatly improved, and the labor and the time are saved.
As a fourth optional embodiment of this embodiment, on the basis of the foregoing embodiment, the software integration management system 1 may further include:
and the requirement management module 16 is configured to display a requirement management function of the related item to a front-end user through a presented requirement management interface, and record an operation result of the front-end user after performing requirement management on the related item. Wherein, the operation result comprises the basic requirement information submitted by the front-end user relative to the related project. Wherein, the demand management function includes: the method comprises the following steps of creating requirements of related projects, editing information, checking and displaying recorded requirement information, and submitting or withdrawing the edited requirement information; further comprising: and (5) approval and editing of approval opinions of the submitted to-be-approved requirement information.
In this embodiment, the requirement management interface may enter through a module entry in the system management interface, and provide a requirement management function of the project for the development user, where the requirement management function includes basic requirement information that the development user can create with respect to the target project, and the basic requirement information may be edited. The basic requirement information of the related project can be viewed and displayed, and the edited basic requirement information can be submitted or withdrawn in the system. The demand management function further comprises: and providing the approval of the submitted required information to be approved and editing the approval opinions for the system manager by the integration user.
According to the technical scheme, the basic requirement information of examination and approval is filled in a webpage end by a developing and integrating user, the basic requirement information can be stored in a database after being submitted, then a project configuration file, a script and the like are generated by combining a template, and then the project configuration file is imported into Jenkins to complete project creation and configuration.
As a fifth optional embodiment of the present embodiment, on the basis of the above embodiment, the software integration management system 1 may further include:
and the database management module 17 is used for providing a system manager with a database connection state management function through a presented database management interface, and is also used for providing an adding, deleting, modifying and checking management function of data information corresponding to the related items for a front-end user.
In this embodiment, the database management interface may enter through a module entry in the system management interface, and provide a connection state management function of the project to the administrator user, where the connection state management function includes that the administrator may check the connection state of the database, and if the connection state of the database is disconnected, the database may be reconnected. And the system is also used for providing adding, deleting, modifying and inquiring management functions of the data information corresponding to the related items for the development users and the integration users in the front-end users.
In the technical scheme, the normal operation of the database can be better maintained through the management of the connection state of the database.
As a sixth optional embodiment of this embodiment, on the basis of the above embodiment, the software integration management system 1 may further include:
and the integration result management module 18 is used for managing and retrieving the software installation packages stored on the installation package storage server, and controlling the installation package storage server to delete the corresponding installation packages and the associated release files after detecting that the file deletion condition is met. Wherein, the file deleting conditions are edited and uploaded by related users of the corresponding items.
In this embodiment, as shown in fig. 2, the file deletion condition may be that the intermediate integrated version, such as sub-function release or software defect modification, is no longer needed due to the large-version software release that integrates a plurality of sub-functions and software defect repair in a staged manner, and the file deletion condition is edited and uploaded by the relevant user of the corresponding item. And after detecting that a certain installation package/installation packages of any project on the installation package storage server meet the file deletion condition edited and uploaded by related users, the integration result management system deletes the installation packages and the published files related to the corresponding projects of which the installation package storage server meets the condition.
In the technical scheme, the storage space is saved and the load of the installation package storage server is reduced by deleting the integrated files related to the corresponding items.
As a seventh optional embodiment of the present embodiment, on the basis of the above embodiment, the software integration management system 1 may further include:
and the integrated file management module 19 is configured to control the software automatic integration server to delete each integrated file associated with a corresponding project after detecting that an integrated file required for software integration of any project on the software automatic integration server meets a file deletion condition, where the file deletion condition is edited and uploaded by a related user of the corresponding project.
In this embodiment, the file deletion condition may be that the software does not need to be frequently integrated after the end of the project, and the file deletion condition is edited and uploaded by the relevant user of the corresponding project according to the actual situation. And after the software integration management system detects that an integration file required by software compiling of any project on the software automatic integration server meets the file deletion condition edited and uploaded by a related user, deleting each integration file associated with the corresponding project of which the software automatic integration server meets the condition.
In the technical scheme, the storage space is saved and the Jenkins server load is reduced by deleting the integrated files related to the corresponding items.
Example two
Fig. 3 is a flowchart illustrating a software integration management method according to an embodiment of the present disclosure, where the method is suitable for a situation where a configuration file of a software integration project, an automatic integration script, and a software installation package of a target project are generated according to a template and sent to an installation package storage server for storing the installation package.
As shown in fig. 3, a product information management method provided in the second embodiment of the present application may specifically include the following steps:
s201, generating a target script file by combining a matched script template according to basic requirement information submitted by a front-end user relative to a target project through the script management module 10.
In this embodiment, the basic requirement information may include a series of requirement information such as the target item and its required personnel authority, code warehouse, and tool. The script template may be a template formed by fixing a series of operation instructions of compiling actions, such as creating a folder with a specified name on a specified path, downloading a code from a server, switching to a path where a source code compiling script is located, calling the source code compiling script and compiling by a compiling tool, and the like.
Specifically, a front-end user clicks a demand management button on a system management interface in the system, enters the demand management interface, creates and fills basic demand information relative to a target project and submits the basic demand information, the script management module 10 receives the basic demand information submitted by the front-end user in the system, an integration user in a system manager clicks the script management button from the system management interface, enters the script management interface, generates a target script file according to a script template and the basic demand information, and can also modify, delete, import or export the content of the generated target script file.
S202, generating a target configuration file by combining the received basic requirement information of the target project with the matched configuration template through the configuration management module 11.
In this embodiment, the configuration file is a set of setting and building requirements of an environment required for compiling by an automatic compilation project of the target project software when the target project software is compiled. The method can comprise the name of the automatic compilation project of the target project software, personnel permission setting, an operation node (namely a compilation server address for compiling), a source code warehouse and branches, a target script file path (containing the name), a software compilation product (comprising an installation package) and a dump address which need to be dumped, an automatic construction time point and period and the like. The configuration template is a template formed by solidifying standard parts in the configuration file.
Specifically, the configuration management module 11 receives the basic requirement information of the target item, then an integrated user in a system manager clicks a configuration management button from a system management interface, enters the configuration management module, generates a target configuration file according to the configuration module and the basic requirement information, and can also modify, delete, import or export the content of the generated target configuration file.
And S203, sending the object script file and the object configuration file to an automatic software integration server through the integration management module 12, so that the automatic software integration server generates a software installation package of the object project through the object script file and the object configuration file, and sends the software installation package to an installation package storage server for storing the installation package.
Specifically, the target script file and the target configuration file are sent to a software automatic integration server, namely a Jenkins server, after being completed in the CI server. And the Jenkins server selects a corresponding compiling server to compile according to the target script file and the target configuration file, the compiling server calls a required code from the code server to compile to generate a software installation package of the target project, and the software installation package is stored in the storage server.
Compared with the prior art, the product information design is finished in a one-stop mode only by depending on the management platform and through various manufacturing tools integrated in the functional modules in the design process without switching manufacturing software, so that the simplification and the orderliness of the product information design process are ensured, and the design cost and the design period are effectively shortened; in addition, the management platform can also effectively audit file data generated by product information design, and the validity of file resources is ensured.
EXAMPLE III
Fig. 4 shows a schematic block diagram of a server 10 that may be used to implement an embodiment of the invention. Server is intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. The server may also represent various forms of mobile devices, such as personal digital assistants, cellular phones, smart phones, wearable devices (e.g., helmets, glasses, watches, etc.), and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the inventions described and/or claimed herein.
As shown in fig. 4, the server 10 includes at least one processor 11, and a memory communicatively connected to the at least one processor 11, such as a Read Only Memory (ROM) 12, a Random Access Memory (RAM) 13, and the like, wherein the memory stores a computer program executable by the at least one processor, and the processor 11 may perform various appropriate actions and processes according to the computer program stored in the Read Only Memory (ROM) 12 or the computer program loaded from the storage unit 18 into the Random Access Memory (RAM) 13. In the RAM 13, various programs and data necessary for the operation of the server 10 can also be stored. The processor 11, the ROM 12, and the RAM 13 are connected to each other via a bus 14. An input/output (I/O) interface 15 is also connected to bus 14.
A number of components in the server 10 are connected to the I/O interface 15, including: an input unit 16 such as a keyboard, a mouse, or the like; an output unit 17 such as various types of displays, speakers, and the like; a storage unit 18 such as a magnetic disk, an optical disk, or the like; and a communication unit 19 such as a network card, modem, wireless communication transceiver, etc. The communication unit 19 allows the server 10 to exchange information/data with other devices through a computer network such as the internet and/or various telecommunication networks.
Processor 11 may be a variety of general and/or special purpose processing components having processing and computing capabilities. Some examples of processor 11 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various specialized Artificial Intelligence (AI) computing chips, various processors running machine learning model algorithms, a Digital Signal Processor (DSP), and any suitable processor, controller, microcontroller, or the like. The processor 11 performs the various methods and processes described above, such as a software integration management method.
In some embodiments, the software integration management method may be implemented as a computer program tangibly embodied on a computer-readable storage medium, such as storage unit 18. In some embodiments, part or all of the computer program may be loaded and/or installed on the server 10 via the ROM 12 and/or the communication unit 19. When the computer program is loaded into the RAM 13 and executed by the processor 11, one or more steps of the software integration management method described above may be performed. Alternatively, in other embodiments, the processor 11 may be configured to perform the software integrated management method by any other suitable means (e.g., by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuitry, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), system on a chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs that are executable and/or interpretable on a programmable system including at least one programmable processor, which may be special or general purpose, receiving data and instructions from, and transmitting data and instructions to, a storage system, at least one input device, and at least one output device.
A computer program for implementing the methods of the present invention may be written in any combination of one or more programming languages. These computer programs may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the computer programs, when executed by the processor, cause the functions/acts specified in the flowchart and/or block diagram block or blocks to be performed. A computer program can execute entirely on a machine, partly on a machine, as a stand-alone software package partly on a machine and partly on a remote machine or entirely on a remote machine or server.
In the context of the present invention, a computer-readable storage medium may be a tangible medium that can contain, or store a computer program for use by or in connection with an instruction execution system, apparatus, or device. A computer readable storage medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. Alternatively, the computer readable storage medium may be a machine readable signal medium. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on a server having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and a pointing device (e.g., a mouse or a trackball) by which a user may provide input to the server. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user can be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic, speech, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a back-end component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), blockchain networks, and the internet.
The computing system may include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server can be a cloud server, also called a cloud computing server or a cloud host, and is a host product in a cloud computing service system, so that the defects of high management difficulty and weak service expansibility in the traditional physical host and VPS service are overcome.
It should be understood that various forms of the flows shown above may be used, with steps reordered, added, or deleted. For example, the steps described in the present application may be executed in parallel, sequentially, or in different orders, as long as the desired results of the technical solution of the present application can be achieved, and the present invention is not limited thereto.
The above-described embodiments should not be construed as limiting the scope of the present application. It should be understood by those skilled in the art that various modifications, combinations, sub-combinations and substitutions may be made in accordance with design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (11)

1. A software integration management system, comprising:
the script management module is used for generating a target script file by combining a matched script template according to basic requirement information submitted by a front-end user relative to a target project;
the configuration management module is used for generating a target configuration file according to the received basic requirement information of the target project and the matched configuration template;
and the integration management module is used for sending the target script file and the target configuration file to an automatic software integration server so that the automatic software integration server generates a software installation package of the target project through the target script file and the target configuration file and sends the software installation package to an installation package storage server for storing the installation package.
2. The system of claim 1, further comprising:
the login response module is used for providing a matched system management interface for the terminal of the user according to the account login information submitted by the user;
the system management interface comprises an entry button for the user to operate each management module; and displaying the project associated information of the project related to the user and displaying the report information of classified distribution statistics.
3. The system of claim 1, further comprising:
and the authority management module is used for providing authority management functions of user group creation, addition and deletion, and user permission opening or canceling for a system manager through a presented authority management interface, and recording an operation result after the system manager performs authority management operation.
4. The system of claim 1, further comprising:
the template management module is used for showing one or more of a configuration template list, a script template list, configuration template detailed contents and script template detailed contents to a system manager through a presented template management interface, and is also used for providing functions of adding, deleting, changing and searching the configuration template and/or the script template for the system manager.
5. The system of claim 1, further comprising:
and the requirement management module is used for showing the requirement management function of the related project to a front-end user through a presented requirement management interface and recording the operation result of the front-end user after requirement management is carried out on the related project.
Wherein, the operation result comprises the basic requirement information submitted by the front-end user relative to the related project.
6. The system of claim 5, wherein the demand management function comprises: the method comprises the following steps of creating requirements of related projects, editing information, checking and displaying recorded requirement information, and submitting or withdrawing the edited requirement information; further comprising: and (5) approval and editing of approval opinions of the submitted to-be-approved requirement information.
7. The system of claim 1, further comprising:
the database management module is used for providing a system manager with a database connection state management function through a presented database management interface and providing an adding, deleting, modifying and checking management function of data information corresponding to the related items for a front-end user.
8. The system of claim 1, further comprising:
and the integrated result management module is used for managing and retrieving the software installation package stored on the installation package storage server, and controlling the installation package storage server to delete the corresponding installation package and the associated release file after detecting that the file deletion condition is met.
Wherein, the file deleting conditions are edited and uploaded by related users of the corresponding items.
9. The system of claim 1, further comprising:
the integrated file management module is used for controlling the software automatic integration server to delete each integrated file related to the corresponding project after detecting that the integrated file required by any project on the software automatic integration server for software integration meets the file deletion condition,
wherein, the file deleting conditions are edited and uploaded by related users of the corresponding items.
10. A software integration management method is characterized by comprising the following steps:
generating a target script file by combining a matched script template according to basic requirement information submitted by a front-end user relative to a target project through a script management module;
generating a target configuration file by combining a configuration management module with a matched configuration template according to the received basic requirement information of the target project;
and sending the target script file and the target configuration file to an automatic software integration server through an integration management module, so that the automatic software integration server generates a software installation package of the target project through the target script file and the target configuration file and sends the software installation package to an installation package storage server for storing the installation package.
11. A server characterized by integrating the software integration management system according to any one of claims 1 to 9, comprising:
one or more processors;
storage means for storing one or more programs;
the one or more programs are executable by the one or more processors to cause the one or more processors to perform the software integration management method of claim 10.
CN202211497497.3A 2022-11-25 2022-11-25 Software integration management system, method and server Pending CN115827051A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211497497.3A CN115827051A (en) 2022-11-25 2022-11-25 Software integration management system, method and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211497497.3A CN115827051A (en) 2022-11-25 2022-11-25 Software integration management system, method and server

Publications (1)

Publication Number Publication Date
CN115827051A true CN115827051A (en) 2023-03-21

Family

ID=85531939

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211497497.3A Pending CN115827051A (en) 2022-11-25 2022-11-25 Software integration management system, method and server

Country Status (1)

Country Link
CN (1) CN115827051A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117519781A (en) * 2024-01-04 2024-02-06 上海柯林布瑞信息技术有限公司 Script-based project configuration file generation method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117519781A (en) * 2024-01-04 2024-02-06 上海柯林布瑞信息技术有限公司 Script-based project configuration file generation method and device
CN117519781B (en) * 2024-01-04 2024-03-29 上海柯林布瑞信息技术有限公司 Script-based project configuration file generation method and device

Similar Documents

Publication Publication Date Title
US10289409B2 (en) Systems, methods, and apparatus for migrating code to a target environment
CN112184177B (en) Project supervision method, equipment and storage medium
KR102237877B1 (en) Intelligent software auto development system with real-time collaboration support and method thereof
CN111506444A (en) Form approval method and device, storage medium and electronic equipment
US9589242B2 (en) Integrating custom policy rules with policy validation process
CN111124917B (en) Method, device, equipment and storage medium for managing and controlling public test cases
CN109032590B (en) Configuration method, device, terminal and storage medium of visual development environment
US11681961B2 (en) Flexible work breakdown structure
CN105930344B (en) A kind of database application system quick development platform based on product development process
CN113014424B (en) Cloud platform management method and device, electronic equipment and storage medium
WO2024060725A1 (en) Aircraft tool change method and apparatus, device, and storage medium
CN115827051A (en) Software integration management system, method and server
CN114385243B (en) Method and device for automatically issuing instructions for controlling layout engine
CN115438987A (en) Delivery pipeline-based emergency processing method, device, equipment and medium
CN112765102B (en) File system management method and device
CN114756224A (en) Activity execution method and device
CN104765602B (en) The Quantitatively Selecting method of nonfunction requirement implementation strategy
CN114546425A (en) Model deployment method and device, electronic equipment and storage medium
CN110737426A (en) Program block creating method, program block creating device, computer equipment and storage medium
CN103500097A (en) Method for developing secondary development platform
CN117311675B (en) Service configuration method and device related to distributed system and electronic equipment
CN113626409B (en) Test data processing method, device, equipment and storage medium
KR102602534B1 (en) Test automation system and method for testing system-on-chip design validation
CN111198675B (en) Management and control method and system
Silva et al. Lm2f: a life-cycle model maintenance framework for co-evolving enterprise architecture meta-models and models

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