CN111142931A - Baseline information determination method and device, server and storage medium - Google Patents

Baseline information determination method and device, server and storage medium Download PDF

Info

Publication number
CN111142931A
CN111142931A CN202010001423.0A CN202010001423A CN111142931A CN 111142931 A CN111142931 A CN 111142931A CN 202010001423 A CN202010001423 A CN 202010001423A CN 111142931 A CN111142931 A CN 111142931A
Authority
CN
China
Prior art keywords
version information
information
version
baseline
tree
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.)
Granted
Application number
CN202010001423.0A
Other languages
Chinese (zh)
Other versions
CN111142931B (en
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202010001423.0A priority Critical patent/CN111142931B/en
Publication of CN111142931A publication Critical patent/CN111142931A/en
Application granted granted Critical
Publication of CN111142931B publication Critical patent/CN111142931B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the application provides a baseline information determining method, a baseline information determining device, a server and a storage medium, wherein a target element to be subjected to baseline information determination indicated by a baseline information determining request is obtained by receiving the baseline information determining request; capturing element version information of each target element from the element version information of each element of the application program; performing version tree construction on the captured version information of each element by using the version information type carried by the element version information to generate a version tree of the target element, wherein one node in the version tree corresponds to one element version information; the method for determining the baseline information of the target element according to the element version information corresponding to each leaf node of the version tree can improve the accuracy of the determination result of the baseline information of the elements in the application program.

Description

Baseline information determination method and device, server and storage medium
Technical Field
The present invention relates to the field of computer software technologies, and in particular, to a method and an apparatus for determining baseline information, a server, and a storage medium.
Background
With the development of business, the application program becomes more and more complex, and more parallel development tasks are provided, and accordingly, more and more element versions in the application program and more difficult baseline analysis are provided. The existing baseline analysis tool can only find out element version information from historical snapshot data according to element names, and a large amount of invalid version information exists in the element version information, so that the determination of baseline information of elements in an application program by developers is seriously disturbed.
Disclosure of Invention
In view of the above, the present application provides a method, an apparatus, a server and a storage medium for determining baseline information, so as to improve the accuracy of the determination result of the baseline information of elements in an application program. The technical scheme is as follows:
a baseline information determination method, comprising:
receiving a baseline information determination request, and acquiring a target element to be subjected to baseline information determination, which is indicated by the baseline information determination request;
capturing element version information of the target element from element version information of elements of an application program;
performing version tree construction on each captured element version information by using the version information type carried by the element version information to generate a version tree of the target element, wherein one node in the version tree corresponds to one element version information;
and determining the baseline information of the target element according to the element version information corresponding to each leaf node of the version tree.
Preferably, the determining the baseline information of the target element according to the element version information corresponding to each leaf node of the version tree includes:
determining element version information corresponding to each leaf node in each leaf node of the version tree;
and selecting the element version information with the latest generation time from the determined element version information as the baseline information of the target element.
Preferably, the creating a version tree of the target element by using the version information type carried by the element version information to perform version tree construction on each captured element version information includes:
determining element version information with the earliest generation time from the grabbed element version information as a root node;
constructing a node spanning version tree corresponding to the captured element version information by using version information types carried by the captured element version information according to the sequence of the generation time from morning to evening;
when the version information type carried by the element version information represents element change, constructing a node corresponding to the element version information on the basis of a node corresponding to the changed element version information; and when the version information type carried by the element version information represents element versions to be combined, constructing a node corresponding to the element version information on the basis of a node corresponding to each combined element version information.
Preferably, the version information type carried by the element version information is a branch type, a merge type, a rename type, a migration type, an update type or a rollback type.
Preferably, the number of target elements to be subjected to baseline information determination indicated by the baseline information determination request is at least one.
Preferably, the capturing of the element version information of the target element from the element version information of each element of the application program includes:
and capturing each element version information of the target element from a TFS server, wherein the TFS server stores all element version information of each element in the application program.
A baseline information determination apparatus, comprising:
a baseline information determination request receiving unit, configured to receive a baseline information determination request, and acquire a target element to be subjected to baseline information determination, indicated by the baseline information determination request;
an element version information capturing unit configured to capture element version information of each of the target elements from element version information of each of the elements of the application;
the version tree construction unit is used for constructing a version tree of the target element by using the version information type carried by the element version information to the captured element version information, wherein one node in the version tree corresponds to one element version information;
and the baseline information determining unit is used for determining the baseline information of the target element according to the element version information corresponding to each leaf node of the version tree.
Preferably, the baseline information determining unit includes:
the element version information determining unit is used for determining element version information corresponding to each leaf node in each leaf node of the version tree;
and a baseline information determining subunit, configured to select, from the determined respective element version information, the element version information whose generation time is the latest, as the baseline information of the target element.
A server, at least one memory and at least one processor; the memory stores a program, and the processor calls the program stored in the memory, the program being used to implement the baseline information determination method.
A computer-readable storage medium having stored therein computer-executable instructions for performing the baseline information determination method.
The embodiment of the application provides a baseline information determining method, a baseline information determining device, a server and a storage medium, wherein a target element to be subjected to baseline information determination indicated by a baseline information determining request is obtained by receiving the baseline information determining request; capturing element version information of each target element from the element version information of each element of the application program; performing version tree construction on the captured version information of each element by using the version information type carried by the element version information to generate a version tree of the target element, wherein one node in the version tree corresponds to one element version information; the method for determining the baseline information of the target element according to the element version information corresponding to each leaf node of the version tree can improve the accuracy of the determination result of the baseline information of the elements in the application program.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a baseline information determination system according to an embodiment of the present application;
fig. 2 is a flowchart of a method for determining baseline information according to an embodiment of the present disclosure;
fig. 3 is a flowchart of a method for creating a version tree of a target element by performing a version tree construction on captured version information of each element according to a version information type carried by the version information of the element according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of a baseline information determining apparatus according to an embodiment of the present application;
fig. 5 is a block diagram of a hardware structure of a server to which a baseline information determination method provided in the embodiment of the present application is applied.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the 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 invention.
Example (b):
the embodiment of the application provides a baseline information determining method, a baseline information determining device, a server and a storage medium, and aims to solve the problem that baseline taking of element development in an application program is not accurate in a complex scene.
The complex scene mainly comprises: the multiple element development batches and high parallelism cause frequent merging, migration and renaming tasks and a large amount of scenes of invalid historical record information exist.
According to the baseline information determining method, the information of each element version of the elements can be summarized, classified and recorded, and the baseline information of the elements can be analyzed comprehensively and accurately, so that the purposes of improving development quality and working efficiency and reducing baseline information determining cost are achieved.
The element version information of the elements in the application may be stored in the TFS server, and the TFS: the Team Foundation Server is a distributed file system with high extensibility, high availability, high performance and facing to the Internet service.
Fig. 1 is a schematic structural diagram of a baseline information determination system according to an embodiment of the present application. The baseline information determination system as shown in fig. 1 includes: a terminal, a baseline analysis server and a TFS server. Specifically, the baseline information determining method provided by the embodiment of the present application is applied to a baseline analysis server of a baseline information determining system. Fig. 2 is a flowchart of a method for determining baseline information according to an embodiment of the present disclosure.
As shown in fig. 2, the method includes:
s201, receiving a baseline information determination request, and acquiring a target element to be subjected to baseline information determination indicated by the baseline information determination request;
with reference to fig. 1, a user may send a baseline information determination request to a baseline analysis server through a terminal, where the baseline information determination request carries an element that requests baseline information determination, and the element is referred to as a target element for convenience of distinction.
S202, capturing element version information of a target element from the element version information of each element of the application program;
in the embodiment of the application, all element version information of each element of the application program is stored in the TSF server, and after receiving a baseline information determination request sent by a terminal, a baseline analysis server can determine a target element in the application program to be subjected to baseline information determination, which is indicated by the baseline information determination request; and captures all element version information of the target element from the TFS server.
S203, performing version tree construction on the captured version information of each element by using the version information type carried by the version information of the element to generate a version tree of the target element, wherein one node in the version tree corresponds to one element version information;
in the embodiment of the application, the baseline analysis server is preset with a version tree generation rule, and the version tree of the target element can be constructed by using all the captured element version information of the target element by calling the version tree generation rule.
As a preferred implementation manner of the embodiment of the present application, the version tree generation rule includes: 1. the version tree is divided into a trunk part, branches and a tail end part; 2. the initial element version information of the element is a main part, when the version information of the element is changed, a new branch is generated, and the main part can be provided with a plurality of branches; 3. when the version information of the element of the branch is changed, a new branch is continuously generated on the branch node, and if the version information is not changed, the branch is the tail end. Correspondingly, when the baseline information of the element is selected, the baseline information of the element is selected from the element version information at the tail end in the version tree.
And S204, determining the baseline information of the target element according to the element version information corresponding to each leaf node of the version tree.
In the embodiment of the present application, it is preferable that the element version information corresponding to the leaf node of the version tree is element version information at the end of the version tree, and when there are a plurality of leaf nodes of the version tree, the element version information at the end of the version tree is a plurality of element version information, and the baseline analysis server selects one element version information from each element version information at the end of the version tree as the baseline information of the element.
With reference to fig. 1, after determining the baseline information of the elements, the baseline analysis server may return the baseline information of the elements to the terminal for use by the terminal user. Specifically, the user sends a baseline information determination request to the baseline analysis server through the client on the terminal, and correspondingly, the baseline analysis server returns the baseline information of the elements to the client on the terminal.
In the embodiment of the present application, the baseline information determination request may indicate a plurality of target elements, and accordingly, the baseline information determination method provided in the embodiment of the present application may implement determination of the baseline information of each target element in batch.
In the embodiment of the application, the element version information carries a version information type, and the version information type may be a branch type, a merge type, a rename type, a migration type, an update type or a rollback type. .
After the element is branched, the element version information carrying the branch type may be stored in the TFS server (as a preferred implementation of the embodiment of the present application, one element version information carrying the branch type may be stored in the TFS server for each branch into which the element is divided); after the elements are merged, the version information of the elements carrying the merged type can be stored in a TFS server; after the elements are renamed, the version information of the elements carrying the renamed types can be stored in a TFS server; after the elements are migrated, element version information carrying migration types can be stored in a TFS server; the element version information carrying the updating type can be stored in the TFS server after the element is updated; after the element is rolled back, the version information of the element carrying the roll back type can be stored in the TFS server.
As a preferred implementation manner of the embodiment of the present application, when the version information type is a branch type, a rename type, a migration type, an update type, or a rollback type, it may be considered that the representation element of the version information type is changed; when the version information type is a merging type, the version information type can be considered to represent element version merging.
Fig. 3 is a flowchart of a method for generating a version tree of a target element by performing version tree construction on captured version information of each element according to a version information type carried by the version information of the element according to an embodiment of the present application.
As shown in fig. 3, the method includes:
s301, determining the element version information with the earliest generation time from the captured element version information as a root node;
in the embodiment of the application, one element version information corresponds to one element version, and the element version information comprises changed element version information, element version information generation time and version information type. Here, the element version information generation time may be considered as the generation time of the element version corresponding to the element version information. When the version information type carried by the element version information is a merge type, the merged element version information can be regarded as modified element version information.
After capturing the element version information of the target element, the baseline analysis server may obtain the element version information with the earliest generation time of the element version information from the element version information, regard the obtained element version information as the initial element version information of the target element, and use the initial element version information as a root node.
S302, constructing a node generation version tree corresponding to the captured element version information by using the version information types carried by the captured element version information according to the sequence of generation time from morning to evening.
According to the method and the device, the element version information of the grabbed target elements is sequenced from morning to evening according to the generation time of the carried element version information, and the nodes corresponding to the grabbed element version information are sequentially constructed according to the sequencing sequence of the element version information.
As a preferred implementation of the embodiment of the present application, a node corresponding to the element version information may be constructed according to a version tree generation rule, and the method may be as follows: when the version information type carried by the element version information represents element change, constructing a node corresponding to the element version information on the basis of a node corresponding to the changed element version information; when the version information type carried by the element version information represents element version combination, a node corresponding to the element version information is constructed on the basis of a node corresponding to each combined element version information.
When the version information type carried by the element version information represents element change, constructing a node corresponding to the element version information on the basis of a node corresponding to the changed element version information; for example, when the version information type carried by the element version information 2 indicates that the element is changed, the changed element version information carried by the element version information 2 is determined, and when the changed element version information is the element version information 1, the node 1 corresponding to the element version information 1 is determined, a new branch is generated at the node 1, and the node 2 of the new branch corresponds to the element version information 2.
When the version information type carried by the element version information represents element versions to be combined, constructing a node corresponding to the element version information on the basis of a node corresponding to each combined element version information; for example, if the version information type carried by the element version information 6 represents that the element versions are merged, the modified element version information carried by the element version information 6, that is, the merged element version information carried by the element version information 6 is determined, if the merged element version information is the element version information 3, the element version 4 and the element version 5, the node corresponding to the element version information 3 is the node 3, the node corresponding to the element version information 4 is the node 4, and the node corresponding to the element version information 5 is the node 5; a node 6 corresponding to the element version information 6 is newly created on the basis of the nodes 3, 4 and 5, the node 3 is connected to the node 6, the node 4 is connected to the node 6, and the node 5 is connected to the node 6, and the node 6 is a parent node of the nodes 3, 4 and 5.
In the embodiment of the application, the version tree generation rule is abstracted, then element version information of all branches, combination, renaming, migration, updating and rollback of the target element to be analyzed is taken out from the TFS server, and then in the baseline analysis server, the version tree information of the target element is generated through the version tree generation rule so as to extract the tail end information of the version tree and determine the baseline information of the target element.
The baseline information determining method provided by the embodiment of the application provides a version tree concept, comprises main, branch and tail end information, and can effectively shield invalid information by only taking the baseline information of elements according to the version information of the elements at the tail end of the version tree; in the present application, the element version information is not regarded as discrete information points, but the element version information is concatenated to form an information stream, and the element version information is associated with each other, so that all the version information of the element is handled as a whole.
In view of the use benefit, the base line information determining method provided by the application can clearly display the panorama of the discrete version information of each element through the tree structure, and effectively avoids the project risk brought by analyzing invalid data. Secondly, the baseline information is automatically measured in batches for the online batch version, so that a developer can avoid reworking caused by the fact that the element baseline information is not obtained due to insufficient experience and skill of the developer, the cost is effectively controlled, and the working efficiency and the working quality are improved. And thirdly, the baseline information is combined with the development, the baseline information is taken in batch, and a corresponding baseline is generated in the TFS server, so that the analysis time is greatly saved.
Fig. 4 is a schematic structural diagram of a baseline information determining apparatus according to an embodiment of the present application.
As shown in fig. 4, the apparatus includes:
a baseline information determination request receiving unit 41, configured to receive a baseline information determination request, and acquire a target element to be subjected to baseline information determination, which is indicated by the baseline information determination request;
an element version information extracting unit 42 for extracting each element version information of the target element from the element version information of each element of the application;
the version tree construction unit 43 is configured to perform version tree construction on the captured version information of each element by using the version information type carried by the element version information to generate a version tree of the target element, where one node in the version tree corresponds to one element version information;
and a baseline information determining unit 44, configured to determine baseline information of the target element according to the element version information corresponding to each leaf node of the version tree.
In this embodiment, preferably, the baseline information determining unit includes:
the element version information determining unit is used for determining element version information corresponding to each leaf node in each leaf node of the version tree;
and a baseline information determining subunit, configured to select, from the determined element version information, the element version information with the latest generation time as baseline information of the target element.
In this embodiment, preferably, the version tree construction unit includes:
a root node determination unit configured to determine, as a root node, element version information whose generation time is the earliest from among the grasped pieces of element version information;
the version tree construction subunit is used for constructing a node generation version tree corresponding to the captured element version information by using the version information types carried by the captured element version information according to the sequence of the generation time from morning to evening;
when the version information type carried by the element version information represents element change, constructing a node corresponding to the element version information on the basis of a node corresponding to the changed element version information; and when the version information type carried by the element version information represents element versions to be combined, constructing a node corresponding to the element version information on the basis of a node corresponding to each combined element version information.
In this embodiment of the application, preferably, the version information type carried by the element version information is a branch type, a merge type, a rename type, a migration type, an update type, or a rollback type.
In the embodiment of the present application, it is preferable that the number of target elements to be subjected to baseline information determination indicated by the baseline information determination request is at least one.
In the embodiment of the present application, preferably, the element version information capturing unit is specifically configured to capture each piece of element version information of the target element from a TFS server, where all the element version information of each element in the application program is stored in the TFS server.
The baseline information determining method provided by the embodiment of the application can be applied to a server, and the server can be a service device which provides service for a user on a network side, can be a server cluster formed by a plurality of servers, and can also be a single server.
Optionally, fig. 5 shows a block diagram of a hardware structure of a server to which the baseline information determination method provided in the embodiment of the present application is applied, and referring to fig. 5, the hardware structure of the server may include: a processor 51, a memory 52, a communication interface 53 and a communication bus 54;
in the embodiment of the present invention, the number of the processor 51, the memory 52, the communication interface 53 and the communication bus 54 may be at least one, and the processor 51, the memory 52 and the communication interface 53 complete communication with each other through the communication bus 54;
the processor 51 may be a central processing unit CPU, or an application specific Integrated circuit asic, or one or more Integrated circuits configured to implement embodiments of the present invention, or the like;
the memory 52 may include a high-speed RAM memory, and may further include a non-volatile memory (non-volatile memory) or the like, such as at least one disk memory;
wherein the memory stores a program, the processor may invoke the program stored in the memory, and the program is operable to:
receiving a baseline information determination request, and acquiring a target element to be subjected to baseline information determination, which is indicated by the baseline information determination request;
capturing element version information of each target element from the element version information of each element of the application program;
performing version tree construction on the captured version information of each element by using the version information type carried by the element version information to generate a version tree of the target element, wherein one node in the version tree corresponds to one element version information;
and determining the baseline information of the target element according to the element version information corresponding to each leaf node of the version tree.
For the functions of the program, reference may be made to the above detailed description of a baseline information determination method provided in the embodiments of the present application, which is not described herein again.
Further, an embodiment of the present application also provides a computer-readable computer storage medium, where computer-executable instructions are stored in the computer-readable storage medium, and the computer-executable instructions are used to execute the baseline information determining method.
For specific contents of the computer executable instructions, reference may be made to the above detailed description of a baseline information determination method provided in the embodiments of the present application, which is not repeated herein.
The embodiment of the application provides a baseline information determining method, a baseline information determining device, a server and a storage medium, wherein a target element to be subjected to baseline information determination indicated by a baseline information determining request is obtained by receiving the baseline information determining request; capturing element version information of each target element from the element version information of each element of the application program; performing version tree construction on the captured version information of each element by using the version information type carried by the element version information to generate a version tree of the target element, wherein one node in the version tree corresponds to one element version information; the method for determining the baseline information of the target element according to the element version information corresponding to each leaf node of the version tree can improve the accuracy of the determination result of the baseline information of the elements in the application program.
The method, the apparatus, the server and the storage medium for determining the baseline information provided by the present invention are described in detail above, and a specific example is applied in the description to explain the principle and the implementation of the present invention, and the description of the above embodiment is only used to help understanding the method and the core idea of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include or include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for determining baseline information, comprising:
receiving a baseline information determination request, and acquiring a target element to be subjected to baseline information determination, which is indicated by the baseline information determination request;
capturing element version information of the target element from element version information of elements of an application program;
performing version tree construction on each captured element version information by using the version information type carried by the element version information to generate a version tree of the target element, wherein one node in the version tree corresponds to one element version information;
and determining the baseline information of the target element according to the element version information corresponding to each leaf node of the version tree.
2. The method of claim 1, wherein determining the baseline information of the target element according to the element version information corresponding to each leaf node of the version tree comprises:
determining element version information corresponding to each leaf node in each leaf node of the version tree;
and selecting the element version information with the latest generation time from the determined element version information as the baseline information of the target element.
3. The method according to claim 1, wherein the performing version tree construction on the grabbed version information of each element by using the version information type carried by the element version information to generate a version tree of the target element comprises:
determining element version information with the earliest generation time from the grabbed element version information as a root node;
constructing a node spanning version tree corresponding to the captured element version information by using version information types carried by the captured element version information according to the sequence of the generation time from morning to evening;
when the version information type carried by the element version information represents element change, constructing a node corresponding to the element version information on the basis of a node corresponding to the changed element version information; and when the version information type carried by the element version information represents element versions to be combined, constructing a node corresponding to the element version information on the basis of a node corresponding to each combined element version information.
4. The method according to claim 3, wherein the version information type carried by the element version information is a branch type, a merge type, a rename type, a migrate type, an update type or a rollback type.
5. The method according to claim 1, wherein the number of target elements indicated by the baseline information determination request for which baseline information determination is to be performed is at least one.
6. The method according to claim 1, wherein the capturing of the element version information of the target element from the element version information of the elements of the application program comprises:
and capturing each element version information of the target element from a TFS server, wherein the TFS server stores all element version information of each element in the application program.
7. A baseline information determination apparatus, comprising:
a baseline information determination request receiving unit, configured to receive a baseline information determination request, and acquire a target element to be subjected to baseline information determination, indicated by the baseline information determination request;
an element version information capturing unit configured to capture element version information of each of the target elements from element version information of each of the elements of the application;
the version tree construction unit is used for constructing a version tree of the target element by using the version information type carried by the element version information to the captured element version information, wherein one node in the version tree corresponds to one element version information;
and the baseline information determining unit is used for determining the baseline information of the target element according to the element version information corresponding to each leaf node of the version tree.
8. The apparatus of claim 7, wherein the baseline information determination unit comprises:
the element version information determining unit is used for determining element version information corresponding to each leaf node in each leaf node of the version tree;
and a baseline information determining subunit, configured to select, from the determined respective element version information, the element version information whose generation time is the latest, as the baseline information of the target element.
9. A server, characterized by at least one memory and at least one processor; the memory stores a program that the processor calls, the program being for implementing the baseline information determination method according to any one of claims 1 to 6.
10. A computer-readable storage medium having computer-executable instructions stored thereon for performing the baseline information determination method of any of claims 1-6.
CN202010001423.0A 2020-01-02 2020-01-02 Baseline information determination method and device, server and storage medium Active CN111142931B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010001423.0A CN111142931B (en) 2020-01-02 2020-01-02 Baseline information determination method and device, server and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010001423.0A CN111142931B (en) 2020-01-02 2020-01-02 Baseline information determination method and device, server and storage medium

Publications (2)

Publication Number Publication Date
CN111142931A true CN111142931A (en) 2020-05-12
CN111142931B CN111142931B (en) 2023-03-21

Family

ID=70523277

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010001423.0A Active CN111142931B (en) 2020-01-02 2020-01-02 Baseline information determination method and device, server and storage medium

Country Status (1)

Country Link
CN (1) CN111142931B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113419758A (en) * 2021-06-23 2021-09-21 未鲲(上海)科技服务有限公司 Method and device for upgrading server baseline and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104765787A (en) * 2015-03-24 2015-07-08 中国银行股份有限公司 Method and system for analyzing association relation of element files in software system
CN106873960A (en) * 2016-07-13 2017-06-20 阿里巴巴集团控股有限公司 The update method and equipment of a kind of application software
CN107783780A (en) * 2017-11-21 2018-03-09 中国银行股份有限公司 A kind of Code Review method and system
WO2019028992A1 (en) * 2017-08-09 2019-02-14 上海壹账通金融科技有限公司 Multi-module version dependency relationship construction method, device, server and storage medium
CN109725926A (en) * 2017-10-31 2019-05-07 阿里巴巴集团控股有限公司 Manage the method and apparatus and data processing method of baseline
CN110008252A (en) * 2019-03-12 2019-07-12 阿里巴巴集团控股有限公司 Verification of data method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104765787A (en) * 2015-03-24 2015-07-08 中国银行股份有限公司 Method and system for analyzing association relation of element files in software system
CN106873960A (en) * 2016-07-13 2017-06-20 阿里巴巴集团控股有限公司 The update method and equipment of a kind of application software
WO2019028992A1 (en) * 2017-08-09 2019-02-14 上海壹账通金融科技有限公司 Multi-module version dependency relationship construction method, device, server and storage medium
CN109725926A (en) * 2017-10-31 2019-05-07 阿里巴巴集团控股有限公司 Manage the method and apparatus and data processing method of baseline
CN107783780A (en) * 2017-11-21 2018-03-09 中国银行股份有限公司 A kind of Code Review method and system
CN110008252A (en) * 2019-03-12 2019-07-12 阿里巴巴集团控股有限公司 Verification of data method and device

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
JUAN PABLO SANDOVAL ALCOCER等: "Performance Evolution Matrix: Visualizing Performance Variations along Software Versions" *
MARIA EUGENIA CABELLO, ISIDRO RAMOS: "The Baseline: the milestone of Software Product Lines for Expert Systems automatic development" *
任永昌,朱萍,李仲秋: "基于基线的软件配置管理版本控制" *
姜文,刘立康: "软件原型系统在软件项目开发中的应用" *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113419758A (en) * 2021-06-23 2021-09-21 未鲲(上海)科技服务有限公司 Method and device for upgrading server baseline and storage medium

Also Published As

Publication number Publication date
CN111142931B (en) 2023-03-21

Similar Documents

Publication Publication Date Title
CN110321387B (en) Data synchronization method, equipment and terminal equipment
CN112000737A (en) Data synchronization method, system, terminal and storage medium based on multi-cloud management
US8880588B2 (en) Technique for stateless distributed parallel crawling of interactive client-server applications
US8832065B2 (en) Technique for coordinating the distributed, parallel crawling of interactive client-server applications
JP2014081811A (en) Log management system and log management method
US11570078B2 (en) Collecting route-based traffic metrics in a service-oriented system
CN110851209A (en) Data processing method and device, electronic equipment and storage medium
JP2012099106A (en) Electronic equipment, method and products for compressing state graph
CN111190583B (en) Associated conflict block presenting method and equipment
CN110968478A (en) Log collection method, server and computer storage medium
CN111142931B (en) Baseline information determination method and device, server and storage medium
CN111198885A (en) Data processing method and device
CN115185997A (en) Host information processing method and device, electronic equipment and storage medium
CN109087107B (en) Real-time monitoring method and system based on distributed memory database and electronic equipment
JP5742666B2 (en) Method, product and electronic device for synchronizing state graphs
CN109725927B (en) Synchronization method and device of code management system, storage medium and terminal
CN109522282A (en) Picture management method, device, computer installation and storage medium
CN113660359A (en) Management method and device for domain name resolution record, storage medium and electronic equipment
US10979327B2 (en) Monitoring cloud computing
CN109189813B (en) Data sharing method and device
CN106469086B (en) Event processing method and device
US20120109929A1 (en) Technique for efficient partial crawling of interactive client-server applications in a parallel, distributed environment
CN112115149A (en) Method and device for providing data
CN111061719B (en) Data collection method, device, equipment and storage medium
CN111327598B (en) Project login-free method and device, computer 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
GR01 Patent grant
GR01 Patent grant