CN116225390A - Warehouse-in method, device, equipment and medium for software development files - Google Patents

Warehouse-in method, device, equipment and medium for software development files Download PDF

Info

Publication number
CN116225390A
CN116225390A CN202310226275.6A CN202310226275A CN116225390A CN 116225390 A CN116225390 A CN 116225390A CN 202310226275 A CN202310226275 A CN 202310226275A CN 116225390 A CN116225390 A CN 116225390A
Authority
CN
China
Prior art keywords
software development
warehousing
development file
target software
file
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
CN202310226275.6A
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.)
Agricultural Bank of China
Original Assignee
Agricultural Bank of China
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 Agricultural Bank of China filed Critical Agricultural Bank of China
Priority to CN202310226275.6A priority Critical patent/CN116225390A/en
Publication of CN116225390A publication Critical patent/CN116225390A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention discloses a method, a device, equipment and a medium for warehousing a software development file. Wherein the method comprises the following steps: acquiring attribute information of a target software development file; judging whether the target software development file meets a warehousing condition according to the attribute information; and if the target software development file meets the warehousing conditions, warehousing the target software development file, and setting a library identifier for the software development file. According to the technical scheme, the attribute information of the software development file is automatically checked, so that the phenomenon of inaccurate production software development file caused by negligence of human review can be reduced, and the accuracy of successful release of the development file is greatly improved.

Description

Warehouse-in method, device, equipment and medium for software development files
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a medium for warehousing a software development file.
Background
In the software development process, the product library bears the work of storing products in each stage in the DevOps process and retaining the attributes of the products in each stage, and the product library management has important significance on the quality of the products in the research and development process and the realization of the tested research and development mode.
In the current product library management, a developer distinguishes product attributes through a product naming mode and adapts to a product deployment environment for deployment according to a developer naming rule, but the phenomenon that a developer changes product naming exists when carelessness and the like occurs to the developer, so that the accuracy of distinguishing product attribute values only by product naming is not high, and the product cannot be used as an accurate basis for product production in a production environment; and the product attribute value demand is continuously increased, whether the product to be put into production meets the production requirement can not be judged only by naming the product, the quality of the product to be put into production can not be ensured, the product flow is checked by the manual flow, the workload is large, the repeated workload of developers can be increased, and the research and development efficiency is reduced.
Disclosure of Invention
The invention provides a method, a device, equipment and a medium for warehousing a software development file, which can reduce the phenomenon of inaccurate production software development file caused by careless evaluation by automatically checking attribute information of the software development file, and greatly improve the accuracy of successful release of the development file.
According to one aspect of the present invention, there is provided a method for warehousing software development files, including:
acquiring attribute information of a target software development file;
judging whether the target software development file meets a warehousing condition according to the attribute information;
and if the target software development file meets the warehousing conditions, warehousing the target software development file, and setting a library identifier for the software development file.
Optionally, the warehousing conditions include warehousing conditions of a plurality of development environments, and judging whether the target software development file meets the warehousing conditions according to the attribute information includes:
judging whether the target software development file simultaneously meets the warehousing conditions of the development environments according to the attribute information;
correspondingly, if the target software development file meets the warehousing condition, warehousing the target software development file, and setting a library identifier for the software development file, wherein the method comprises the following steps:
and if the target software development file simultaneously meets the warehousing conditions of the development environments, warehousing the target software development file, and setting a library identification for the software development file.
Optionally, the attribute information includes at least one attribute value of: single-side coverage rate, single-side passing rate, interface coverage rate and interface passing rate.
Optionally, determining whether the target software development file meets the warehousing condition according to the attribute information includes:
judging whether the attribute value in the attribute information exceeds a preset threshold value or not;
and if the attribute value in the attribute information exceeds a preset threshold value, the target software development file meets the warehousing condition.
Optionally, after the target software development file is subjected to the warehousing operation, the method further includes:
performing service function verification on the target software development file subjected to the warehousing operation;
and if the service function of the target software development file passes the verification, releasing the target software development file.
According to another aspect of the present invention, there is provided a warehousing apparatus for software development files, including:
the attribute information acquisition module is used for acquiring attribute information of the target software development file;
the condition judging module is used for judging whether the target software development file meets the warehousing condition according to the attribute information;
and the file warehousing module is used for warehousing the target software development file if the target software development file meets the warehousing conditions, and setting a library identifier for the software development file.
According to another aspect of the present invention, there is provided an electronic apparatus including:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein,,
the memory stores a computer program executable by the at least one processor, the computer program being executable by the at least one processor to enable the at least one processor to perform the warehousing method of the software development file according to any one of the embodiments of the present invention.
According to another aspect of the present invention, there is provided a computer readable storage medium storing computer instructions for causing a processor to execute a method for warehousing a software development file according to any one of the embodiments of the present invention.
According to the technical scheme, attribute information of the target software development file is obtained; judging whether the target software development file meets a warehousing condition according to the attribute information; and if the target software development file meets the warehousing conditions, warehousing the target software development file, and setting a library identifier for the software development file. According to the technical scheme, the attribute information of the software development file is automatically checked, so that the phenomenon of inaccurate production software development file caused by negligence of human review can be reduced, and the accuracy of successful release of the development file is greatly improved.
It should be understood that the description in this section is not intended to identify key or critical features of the embodiments of the invention or to delineate the scope of the invention. Other features of the present invention will become apparent from the description that follows.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a method for warehousing software development files according to a first embodiment of the present invention;
fig. 2 is a schematic structural diagram of a warehousing device for software development files according to a second embodiment of the invention;
fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the present invention, a technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in which it is apparent that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the present invention without making any inventive effort, shall fall within the scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and the claims of the present invention and the above figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the invention described herein may be implemented in sequences other than those illustrated or otherwise 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 1
Fig. 1 is a flowchart of a method for warehousing a software development file according to an embodiment of the present invention, where the method may be performed by a software development file warehousing device, and the software development file warehousing device may be implemented in hardware and/or software, and the software development file warehousing device may be configured in an electronic device with data processing capability. As shown in fig. 1, the method includes:
s110, acquiring attribute information of the target software development file.
A software development file may be understood as a binary file in the software development process. The software development files may also be called software products, and refer to binary files generated by compiling and packaging source codes, and different development languages correspond to binary files in different formats, and the binary files can be directly run on a server. The target software development file may be understood as a software development file that requires access to the artifact library. The newly constructed software development files in the embodiment can enter the product library only after quality detection. The product library can be understood as a construction product compiled by the source code, can be used for carrying out version control in cooperation with the source code version management library, provides high-quality and high-efficiency construction product management service for research and development personnel, and controls the quality of the construction product. The attribute information may be understood as attribute information of the target software development file; the information such as single-test coverage rate, single-test passing rate, interface test coverage rate and interface passing rate can be set according to actual requirements.
Further, the attribute information of the target software development file in this embodiment may be attribute information of each software development file generated by different automation steps after the product attribute is added by integrating the third party's running tool and the product library (artifact) tool; wherein the third party's pipeline tool may be a TFS, which may be used to schedule the tools. The automation platform in the embodiment can automatically add attribute information for the target software development file to be put in storage, so that whether the attribute information of the file meets the requirement of pre-deployment is automatically judged when the file is automatically deployed. Through the operation, the embodiment can enable the software development files to be warehoused to display the related attribute information, so that the user can clearly see the attribute information, and the user can clearly know the attribute information. In this embodiment, the automation platform may obtain attribute information of the target software development file.
In this embodiment, optionally, the attribute information includes at least one attribute value of: single-side coverage rate, single-side passing rate, interface coverage rate and interface passing rate.
The coverage rate of single test can be understood as a measure in software test, and describes the proportion and degree of source code tested in a program. Interface coverage may be understood as the ratio of the number of interfaces involved in the test to the total number of interfaces. The single test pass rate and the interface pass rate may be generated by a developer through an integration tool according to an automation step. The attribute information in this embodiment may include at least one of single-side coverage rate, single-side passing rate, interface coverage rate and interface passing rate, and may also include other attribute information, such as security attribute information, which may be set according to actual requirements. Test coverage in this embodiment is typically used to measure the sufficiency and integrity of a test on a certain system. Through the setting, the plurality of attribute information of the software development file can be obtained through the preset automation step, so that the subsequent quality judgment is convenient.
And S120, judging whether the target software development file meets the warehousing condition according to the attribute information.
Where the warehouse entry conditions are understood as conditions that enable entry into the product warehouse. The warehouse entry conditions in this embodiment may be set according to actual needs. The warehousing conditions may be different in different product libraries, i.e., different development environments. In this embodiment, whether the target software development file meets the warehousing condition can be determined according to the attribute information.
In this embodiment, optionally, determining, according to the attribute information, whether the target software development file meets a warehousing condition includes: judging whether the attribute value in the attribute information exceeds a preset threshold value or not; and if the attribute value in the attribute information exceeds a preset threshold value, the target software development file meets the warehousing condition.
The attribute value may be understood as a specific value obtained by testing in each attribute information. Illustratively, the attribute value for a single pass rate of a software development file based on testing may be 98%. The preset threshold may be a preset threshold. The attribute values in the different attribute information in this embodiment may be different. In this embodiment, whether the target software development file meets the warehousing condition may be determined by determining whether the attribute value in the attribute information exceeds a preset threshold. For example, the single test passing rate of a certain target software development file must be 100% or the interface coverage rate must be more than 95%, and only through such a warehouse entry condition can enter the current product library or promote the product library of the next stage.
In this embodiment, whether the attribute value in the attribute information exceeds the preset threshold value may be determined, and if the attribute value in the attribute information exceeds the preset threshold value, it is indicated that the target software development file satisfies the warehousing condition, and the product library may be warehoused. Through the setting, whether the attribute value of the target software development file meets the preset threshold value can be checked to judge whether the storage condition is met, so that the quality control of the software development file is realized, the production risk is avoided, and the research, development and delivery quality of the project is improved.
And S130, if the target software development file meets the warehousing conditions, warehousing the target software development file, and setting a library identifier for the software development file.
Where library identification may be understood as an identification of the library of articles. The identification of the product libraries of different development environments in this embodiment is different; illustratively, the hair environment artifact sets dev identification, the test environment artifact sets test identification, and so on. In this embodiment, if the target software development file meets the set warehousing condition, the target software development file may be subjected to a warehousing operation, and a corresponding product library identifier may be set for the software development file.
In this embodiment, optionally, the warehousing conditions include warehousing conditions of a plurality of development environments, and determining, according to the attribute information, whether the target software development file meets the warehousing conditions includes: judging whether the target software development file simultaneously meets the warehousing conditions of the development environments according to the attribute information; correspondingly, if the target software development file meets the warehousing condition, warehousing the target software development file, and setting a library identifier for the software development file, wherein the method comprises the following steps: and if the target software development file simultaneously meets the warehousing conditions of the development environments, warehousing the target software development file, and setting a library identification for the software development file.
Wherein the plurality of development environments may be a library of artifacts for a plurality of different development environments. By way of example, the development environment in this embodiment may include a library of products for a test environment, a library of products for a pre-production environment, a library of products for a production environment, and the like. In this embodiment, the product library for each development environment is different, and the storage environment is also different, which can be set according to the actual situation. In this embodiment, whether the target software development file simultaneously satisfies the storage conditions of a plurality of development environments may be determined according to the attribute information.
In this embodiment, if the target software development file simultaneously satisfies the warehousing conditions of multiple development files, the target software development file may be subjected to warehousing operation, and the identification of the corresponding product library is set for the software development file. Through the arrangement, after the automatic deployment of the automatic platform, verification of a new target software development file is performed, then attribute information of each software development file is associated, continuous verification and promotion are performed, and library identification of a product library is given to the software development file, and finally verification is completed to put into production, so that the software development file for production in a production environment is guaranteed to be of quality, and research, development and delivery quality is further improved.
According to the technical scheme, attribute information of the target software development file is obtained; judging whether the target software development file meets a warehousing condition according to the attribute information; and if the target software development file meets the warehousing conditions, warehousing the target software development file, and setting a library identifier for the software development file. According to the technical scheme, the attribute information of the software development file is automatically checked, so that the phenomenon of inaccurate production software development file caused by negligence of human review can be reduced, and the accuracy of successful project release is greatly improved.
In this embodiment, optionally, after the target software development file is subjected to the warehousing operation, the method further includes: performing service function verification on the target software development file subjected to the warehousing operation; and if the service function of the target software development file passes the verification, releasing the target software development file.
The service function verification may be understood as performing verification on whether the service function of the target software development file is normally used. Release can be understood as the operation of putting into production a software development file. In this embodiment, the service function of the target software development file after the warehousing operation is completed may be checked, and if the service function of the target software development file is checked, the target software development file may be issued. Through the arrangement, the service functions of the target software development file can be confirmed, the service functions of the software development file can be normally used through confirmation, and then release is carried out, so that the accuracy of success in project release is greatly improved.
According to the embodiment, the product attribute function is automatically added to the software development file, so that the problem that a developer easily experiences artificial cognition errors when distinguishing products through product naming is avoided, the problem of product errors can be reduced, the waste of manual inspection time of the developer is avoided, and the working efficiency of the developer is improved; by automatically checking the attribute value of the attribute information of the software development file, the phenomenon of inaccurate production caused by negligence of human review is reduced, the accuracy of successful production of the development file is greatly improved, and accurate basis is provided for the research and development departments, the testing departments and the demand departments to conduct measurement, namely the production.
Example two
Fig. 2 is a schematic structural diagram of a warehousing device for software development files according to a second embodiment of the invention. As shown in fig. 2, the apparatus includes:
an attribute information obtaining module 210, configured to obtain attribute information of a target software development file;
the condition judging module 220 is configured to judge whether the target software development file meets a warehousing condition according to the attribute information;
and the file storage module 230 is configured to store the target software development file and set a library identifier for the software development file if the target software development file meets a storage condition.
Optionally, the storage conditions include storage conditions of a plurality of development environments, and the condition judgment module 220 is configured to judge, according to the attribute information, whether the target software development file simultaneously meets the storage conditions of the plurality of development environments;
correspondingly, the file storage module 230 is configured to store the target software development file and set a library identifier for the software development file if the target software development file simultaneously meets the storage conditions of the multiple development environments.
Optionally, the attribute information includes at least one attribute value of: single-side coverage rate, single-side passing rate, interface coverage rate and interface passing rate.
Optionally, the condition determining module 220 is specifically configured to determine whether the attribute value in the attribute information exceeds a preset threshold;
and if the attribute value in the attribute information exceeds a preset threshold value, the target software development file meets the warehousing condition.
Optionally, the apparatus further includes: the function verification module is used for carrying out business function verification on the target software development file after the target software development file is subjected to the warehousing operation;
and if the service function of the target software development file passes the verification, releasing the target software development file.
The warehousing device for the software development files provided by the embodiment of the invention can execute the warehousing method for the software development files provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
Example III
Fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present invention. The electronic device 10 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. Electronic equipment may also represent various forms of mobile devices, such as personal digital processing, cellular telephones, smartphones, 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. 3, the electronic device 10 includes at least one processor 11, and a memory, such as a Read Only Memory (ROM) 12, a Random Access Memory (RAM) 13, etc., communicatively connected to the at least one processor 11, in which 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 required for the operation of the electronic device 10 may 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.
Various components in the electronic device 10 are connected to the I/O interface 15, including: an input unit 16 such as a keyboard, a mouse, etc.; 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 electronic device 10 to exchange information/data with other devices via a computer network, such as the internet, and/or various telecommunication networks.
The 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, digital Signal Processors (DSPs), and any suitable processor, controller, microcontroller, etc. The processor 11 performs the respective methods and processes described above, for example, a binning method of software development files.
In some embodiments, the warehousing method of the software development files 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 onto the electronic device 10 via the ROM 12 and/or the communication unit 19. When the computer program is loaded into RAM 13 and executed by processor 11, one or more steps of the warehousing method of software development files described above may be performed. Alternatively, in other embodiments, the processor 11 may be configured to perform the warehousing method of the software development files in any other suitable manner (e.g., by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuit systems, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems On 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, the one or more computer programs may be executed and/or interpreted on a programmable system including at least one programmable processor, which may be a special purpose or general-purpose programmable processor, that may receive data and instructions from, and transmit data and instructions to, a storage system, at least one input device, and at least one output device.
A computer program for carrying out 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 implemented. The computer program may execute entirely on the machine, partly on the machine, as a stand-alone software package, partly on the machine and partly on a remote machine or entirely on the 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. The 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 portable 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 an electronic device 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) through which a user can provide input to the electronic device. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user may 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 input, speech input, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a background 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 background, 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. The client and server are typically 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 hosts and VPS service are overcome.
It should be appreciated that various forms of the flows shown above may be used to reorder, add, or delete steps. For example, the steps described in the present invention may be performed in parallel, sequentially, or in a different order, so long as the desired results of the technical solution of the present invention are achieved, and the present invention is not limited herein.
The above embodiments do not limit the scope of the present invention. It will be apparent to those skilled in the art that various modifications, combinations, sub-combinations and alternatives are possible, depending on design requirements and other factors. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the scope of the present invention.

Claims (10)

1. The method for warehousing the software development file is characterized by comprising the following steps of:
acquiring attribute information of a target software development file;
judging whether the target software development file meets a warehousing condition according to the attribute information;
and if the target software development file meets the warehousing conditions, warehousing the target software development file, and setting a library identifier for the software development file.
2. The method of claim 1, wherein the warehousing conditions include warehousing conditions of a plurality of development environments, and determining whether the target software development file satisfies the warehousing conditions according to the attribute information comprises:
judging whether the target software development file simultaneously meets the warehousing conditions of the development environments according to the attribute information;
correspondingly, if the target software development file meets the warehousing condition, warehousing the target software development file, and setting a library identifier for the software development file, wherein the method comprises the following steps:
and if the target software development file simultaneously meets the warehousing conditions of the development environments, warehousing the target software development file, and setting a library identification for the software development file.
3. The method according to claim 1 or 2, wherein the attribute information comprises at least one of the following attribute values: single-side coverage rate, single-side passing rate, interface coverage rate and interface passing rate.
4. The method of claim 3, wherein determining whether the target software development file satisfies a warehousing condition according to the attribute information, comprises:
judging whether the attribute value in the attribute information exceeds a preset threshold value or not;
and if the attribute value in the attribute information exceeds a preset threshold value, the target software development file meets the warehousing condition.
5. The method of claim 1, further comprising, after the warehousing of the target software development file:
performing service function verification on the target software development file subjected to the warehousing operation;
and if the service function of the target software development file passes the verification, releasing the target software development file.
6. A warehousing device for software development files, comprising:
the attribute information acquisition module is used for acquiring attribute information of the target software development file;
the condition judging module is used for judging whether the target software development file meets the warehousing condition according to the attribute information;
and the file warehousing module is used for warehousing the target software development file if the target software development file meets the warehousing conditions, and setting a library identifier for the software development file.
7. The apparatus of claim 6, wherein the warehousing conditions include warehousing conditions of a plurality of development environments, and the condition judgment module is configured to judge whether the target software development file simultaneously satisfies the warehousing conditions of the plurality of development environments according to the attribute information;
correspondingly, the file warehousing module is used for warehousing the target software development file if the target software development file simultaneously meets the warehousing conditions of the development environments, and setting a library identifier for the software development file.
8. The apparatus according to claim 6 or 7, wherein the attribute information comprises at least one of the following attribute values: single-side coverage rate, single-side passing rate, interface coverage rate and interface passing rate.
9. An electronic device, the electronic device comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein,,
the memory stores a computer program executable by the at least one processor to enable the at least one processor to perform the warehousing method of the software development file of any one of claims 1-5.
10. A computer readable storage medium storing computer instructions for causing a processor to execute the method of warehousing the software development file of any one of claims 1-5.
CN202310226275.6A 2023-03-03 2023-03-03 Warehouse-in method, device, equipment and medium for software development files Pending CN116225390A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310226275.6A CN116225390A (en) 2023-03-03 2023-03-03 Warehouse-in method, device, equipment and medium for software development files

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310226275.6A CN116225390A (en) 2023-03-03 2023-03-03 Warehouse-in method, device, equipment and medium for software development files

Publications (1)

Publication Number Publication Date
CN116225390A true CN116225390A (en) 2023-06-06

Family

ID=86587162

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310226275.6A Pending CN116225390A (en) 2023-03-03 2023-03-03 Warehouse-in method, device, equipment and medium for software development files

Country Status (1)

Country Link
CN (1) CN116225390A (en)

Similar Documents

Publication Publication Date Title
CN114415691A (en) Robot scheduling method, scheduling platform and system
CN117724980A (en) Method and device for testing software framework performance, electronic equipment and storage medium
CN115576827A (en) Performance test method, device, equipment and storage medium of business process software
CN115437961A (en) Data processing method and device, electronic equipment and storage medium
CN116467161A (en) Application testing method and device, electronic equipment and storage medium
CN115826955A (en) Application publishing method, system, electronic device and storage medium
CN116225390A (en) Warehouse-in method, device, equipment and medium for software development files
CN115687406A (en) Sampling method, device and equipment of call chain data and storage medium
CN115576831A (en) Test case recommendation method, device, equipment and storage medium
CN114741291A (en) Method, device, equipment and medium for automatically submitting vulnerability information
CN116401113B (en) Environment verification method, device and medium for heterogeneous many-core architecture acceleration card
CN115098405B (en) Software product evaluation method and device, electronic equipment and storage medium
CN115794646A (en) Software testing method and device, electronic equipment and storage medium
CN116303019A (en) Test tracing method, device, equipment and medium
CN116932033A (en) Component packaging method and device, electronic equipment and storage medium
CN117648252A (en) Function test method and device for software application, electronic equipment and storage medium
CN117472751A (en) Vehicle system function analysis method, device, equipment and medium
CN116737121A (en) Software development management method, device, system, equipment and storage medium
CN115456558A (en) Method and device for online project service, electronic equipment and storage medium
CN115543748A (en) Signal testing method, device, equipment and storage medium
CN115374012A (en) Automatic regression testing method and device, electronic equipment and storage medium
CN114416535A (en) Unstable test case processing method, device, equipment and storage medium
CN116185818A (en) Code testing method and device, electronic equipment and storage medium
CN117609993A (en) Index analysis method, device, equipment and storage medium
CN117609086A (en) Method and device for determining test content, electronic equipment and storage medium

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