CN114722161B - Method and device for rapidly inquiring state of single task of adding PM on IDE interface - Google Patents

Method and device for rapidly inquiring state of single task of adding PM on IDE interface Download PDF

Info

Publication number
CN114722161B
CN114722161B CN202210643809.0A CN202210643809A CN114722161B CN 114722161 B CN114722161 B CN 114722161B CN 202210643809 A CN202210643809 A CN 202210643809A CN 114722161 B CN114722161 B CN 114722161B
Authority
CN
China
Prior art keywords
information
single number
interface
terminal tool
query
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210643809.0A
Other languages
Chinese (zh)
Other versions
CN114722161A (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.)
Yifang Information Technology Co ltd
Original Assignee
Yifang Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yifang Information Technology Co ltd filed Critical Yifang Information Technology Co ltd
Priority to CN202210643809.0A priority Critical patent/CN114722161B/en
Publication of CN114722161A publication Critical patent/CN114722161A/en
Application granted granted Critical
Publication of CN114722161B publication Critical patent/CN114722161B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/334Query execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • 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)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Resources & Organizations (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Security & Cryptography (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Tourism & Hospitality (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Human Computer Interaction (AREA)
  • General Business, Economics & Management (AREA)
  • Economics (AREA)
  • Computer Hardware Design (AREA)
  • Computational Linguistics (AREA)
  • Databases & Information Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a method and a device for quickly inquiring a PM adding single task state on an IDE interface, wherein the method comprises the following steps: opening a terminal tool on an operation interface of the IDE, wherein the terminal tool calls the environment variable and the key string information of a developer machine; executing identity login and authority endowing operation according to the environment variable and the key string information; inputting a query instruction in an instruction input window of the terminal tool, wherein the query instruction is at least used for generating a PM service list associated with a login identity, and the PM service list comprises a PM single number and associated information; and receiving user operation, and adding the corresponding PM single number and the associated information into the commit information of the gitlab. The device uses the method. The invention can directly complete the inquiry of the PM single number and the progress on the IDE interface, reduces the pain point of switching before multiple applications in the process of submitting the code by developers, and thereby improves the production efficiency of the developers.

Description

Method and device for rapidly inquiring state of single task of adding PM on IDE interface
Technical Field
The invention relates to the technical field of software testing, in particular to a method and a device for quickly inquiring a single task state of adding PM on an IDE interface.
Background
For standard code submission, a commit information when a gitlab submits a code must be added with a PM single number and progress information related to the code, and the PM single claim development work task based on the PM system comprises the following steps according to a conventional flow:
1. opening a browser when a developer submits the codes;
2. opening and logging in a PM system in a browser;
3. searching a PM list associated with the submitted code of the PM system;
4. finding a PM single number and a currently developed progress field in a detail page corresponding to the PM single;
5. go back to fill in the corresponding commit information in the IDE with the single number and progress just found.
The defects of the prior art are as follows:
the developer needs to switch back and forth between the browser and the IDE each time the code is submitted, and inquire and find related PM lists in the browser; the operation not only wastes time and labor, increases unnecessary operation time of developers, but also influences the use experience and project progress of the code submitted by the developers.
Disclosure of Invention
Aiming at the defects of the prior art, the invention provides a method and a device for quickly inquiring the state of adding a PM single task on an IDE interface, and overcomes the defects that the submission of codes needs to be switched back and forth between a browser and an IDE, time and labor are wasted, and the project progress is influenced in the prior art.
The technical scheme of the invention is realized as follows: a method for rapidly inquiring the state of a single task of adding PM on an IDE interface comprises the following steps:
opening a terminal tool on an operation interface of the IDE, wherein the terminal tool calls the machine environment variable and the key string information of a developer;
executing identity login and authority endowing operation according to the environment variable and the key string information;
inputting a query instruction in an instruction input window of the terminal tool, wherein the query instruction is at least used for generating a PM service list associated with a login identity, and the PM service list comprises a PM single number and associated information;
and receiving user operation, and adding the corresponding PM single number and the associated information into the commit information of the gitlab.
In one embodiment, the above-mentioned association information includes status information, PM link information, description field information, belonging Sprint information, handler information, and update time information.
In one embodiment, the above inputting a query instruction in the instruction input window of the terminal tool, where the query instruction is at least used to generate a service list, and after the step of generating the service list including the PM number and the state information, the method further includes:
inputting a screening instruction in an instruction input window of the terminal tool, wherein the screening instruction object comprises state information, description field information, belonging Sprint information and information of a processor;
and screening the PM single number and the associated information of the corresponding condition in the generated service list according to the screening condition.
In one embodiment, after the step of performing the identity login and authority assignment operation according to the environment variable and the key string information, the method further includes:
receiving the global information query operation of a user and acquiring the authority information corresponding to the user;
and pushing a global information query result which accords with the user authority.
In one embodiment, the global information query operation includes a PM list query operation of a third party user and a precise query operation of a PM number.
In one embodiment, the terminal tool includes a plug-in or terminal command line.
The invention also provides a device for rapidly inquiring the state of the single task of adding the PM on the IDE interface, which comprises the following steps:
the system comprises a control module, a key string module and a display module, wherein the control module is used for opening a terminal tool on an operation interface of the IDE, and the terminal tool calls a developer machine environment variable and key string information;
the execution module is used for executing identity login and authority endowing operation according to the environment variable and the key string information;
the generating module is used for inputting a query instruction in an instruction input window of the terminal tool, wherein the query instruction is at least used for generating a PM service list associated with the login identity, and the PM service list comprises a PM single number and associated information;
and the adding module is used for receiving user operation and adding the corresponding PM single number and the associated information into the commit information of the gitlab.
In one embodiment, the apparatus further includes:
the input module is used for inputting a screening instruction in an instruction input window of the terminal tool, and the screening instruction object comprises state information, description field information, the Sprint information and handler information;
and the screening module is used for screening the PM single number and the associated information of the corresponding condition in the generated service list according to the screening condition.
The invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the method for quickly inquiring the state of the single task of adding the PM on the IDE interface when executing the computer program.
The invention also provides a computer storage medium, on which a computer program is stored, which when executed by a processor implements the above-mentioned method for rapidly querying the state of a single task of adding a PM on an IDE interface.
According to the embodiment of the invention, a terminal tool is integrated on an operation interface of an IDE (integrated development environment), the environment variable and key string information of a developer machine are called through the terminal tool, identity login and authority endowing operation are executed according to the environment variable and the key string information, and the developer can directly input a query instruction in an instruction input window of the terminal tool, wherein the query instruction is at least used for generating a PM (personal computer) business list associated with login identities, and the PM business list comprises a PM single number and associated information, so that query operation of the associated PM single number and progress information when a code is submitted can be directly completed on the IDE interface, pain points of switching before multiple applications are reduced in the process of submitting the code by the developer, unnecessary operation time is avoided, the submission smoothness is improved, and the production efficiency of the developer is improved. Meanwhile, the embodiment of the invention adds the corresponding PM single number and the associated information to the commit information of the gitlab by receiving the user operation, thereby increasing the association between the IDE and the gitlab, further improving the fluency in the process of submitting the codes, improving the use experience of developers and ensuring the project progress.
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 embodiments or the description of the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flowchart illustrating a method for quickly querying a state of a single task of adding PM on an IDE interface according to a first embodiment of the present invention;
fig. 2 is a schematic interface diagram of the first embodiment of the present invention after the query command is input in the command input window S13;
FIG. 3 is a flowchart illustrating a method for quickly querying a status of adding a PM single task on an IDE interface according to a second embodiment of the present invention;
fig. 4 is a schematic diagram of the interface after the screening instruction is input in the instruction input window S206 according to the second embodiment of the present invention;
FIG. 5 is a flow chart of a preferred embodiment of S214 in a second example of the present invention;
FIG. 6 is a block diagram illustrating an apparatus for quickly querying a status of a single task of adding PM on an IDE interface according to a third embodiment of the present invention;
fig. 7 is a schematic diagram of the internal structure of a computer according to still another embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be described clearly and completely with reference to the accompanying drawings in the embodiments of the present invention, and it is to be understood that the described embodiments are only a part of the embodiments of the present invention, and not all embodiments, and well-known modules, units and their connections, links, communications or operations with each other are not shown or described in detail. Furthermore, the described features, architectures, or functions can be combined in any manner in one or more implementations. It will be understood by those skilled in the art that the various embodiments described below are illustrative only and are not intended to limit the scope of the present invention. It will also be readily understood that the modules or units or processes of the embodiments as described herein and illustrated in the figures may be combined and designed in a wide variety of different configurations. 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.
The first embodiment:
referring to fig. 1 and fig. 2, an embodiment of the present invention discloses a method for quickly querying a state of a single task of adding a PM on an IDE interface, including:
and S11, opening a terminal tool on an operation interface of the IDE, wherein the terminal tool calls the environment variable and the key string information of the developer machine.
In this embodiment, the terminal tool includes a plug-in or terminal command line for direct implantation into an interface of an Integrated Development Environment (IDE), and the terminal tool of this embodiment is a self-developed one-key-installed PCJ terminal tool. When the terminal tool runs, the environment variable and the key string information PM _ USER and PM _ Password of the developer machine are automatically obtained.
And S12, performing identity login and authority giving operation according to the environment variable and the key string information.
The environment variables and key string information of this embodiment are used to obtain the identity and rights of the current developer and the corresponding IDE environment.
And S13, inputting a query instruction in an instruction input window of the terminal tool, wherein the query instruction is at least used for generating a PM service list associated with the login identity, and the PM service list comprises a PM single number and associated information.
In this embodiment, the association information includes status information, PM link information, description field information, belonged Sprint information, handler information, and update time information. As a specific example and not by way of limitation, referring to FIG. 2, the query includes "pm list". In general, the PM service list in this step is a PM service list of developers corresponding to the key string information.
And S14, receiving user operation, and adding the corresponding PM single number and the associated information to the commit information of the gitlab.
gitlab is a web-based Git warehouse management tool using MIT licenses and has wiki and issue tracking functions. Web service built on the basis of Git as code management tool. In this embodiment, the user may select a PM form number corresponding to the development code and associated information to be added, which usually includes progress information. And the IDE automatically identifies the selected object of the user, and adds the PM single number and the corresponding associated information or the progress information into the commit information of the gitlab, so that the operation is simple and convenient.
According to the embodiment of the invention, a terminal tool is integrated on an operation interface of an IDE (integrated development environment), the environment variable and key string information of a developer machine are called through the terminal tool, identity login and authority endowing operation are executed according to the environment variable and the key string information, and the developer can directly input a query instruction on an instruction input window of the terminal tool, wherein the query instruction is at least used for generating a PM (personal computer) business list associated with login identities, and the PM business list comprises a PM single number and associated information, so that query operation of the associated PM single number and progress information during code submission can be directly completed on the IDE interface, pain points of switching before multiple applications in the process of submitting codes by the developer are reduced, unnecessary operation time is avoided, submission smoothness is improved, and the production efficiency of the developer is improved. Meanwhile, the embodiment of the invention adds the corresponding PM single number and the associated information to the commit information of the gitlab by receiving the user operation, thereby increasing the association between the IDE and the gitlab, further improving the fluency in the code submitting process, improving the use experience of developers and ensuring the project progress.
Second embodiment:
referring to fig. 3 to 5, another method for quickly querying a state of a single task of adding a PM on an IDE interface is disclosed in an embodiment of the present invention. The method comprises the following steps:
s201, opening a terminal tool on an operation interface of the IDE, wherein the terminal tool calls the environment variable and the key string information of the developer machine.
And S202, performing identity login and authority endowing operation according to the environment variable and the key string information.
S201-S202 are the same as the corresponding steps of the first embodiment, and are not described again here.
And S203, receiving the universe information query operation of the user and acquiring the authority information corresponding to the user.
As a concrete scheme, but not limited thereto, the instruction of the global information query includes "pm list — username xxxx" and "pm key xxx". The global information comprises information of all PM lists in the PM system, and when a user executes global information query operation, the query authority corresponding to the user is obtained.
And S204, pushing the global information query result conforming to the user authority.
And pushing a PM service list corresponding to the username and meeting the authority for the user relative to the global information query command of the 'PM list-username xxxx', and pushing information to which the precise PM list belongs for the user relative to the global information query command of the 'PM key xxx'. The step can greatly facilitate managers to quickly check the task state, the task quantity and the task progress of the PM list in the group member, so that the task risk is integrally controlled, and the operation is distributed.
S205, inputting a query instruction in an instruction input window of the terminal tool, wherein the query instruction is at least used for generating a PM service list associated with the login identity, and the PM service list comprises a PM single number and associated information.
S205 is the same as the corresponding step of the first embodiment, and is not described again here.
S206, inputting a screening instruction in an instruction input window of the terminal tool, wherein the screening instruction object comprises state information, description field information, sprint information and information of a processor.
The step also provides a further fuzzy search method, and the user can further screen the appearing PM service list, so that the user can quickly filter the PM list required to be searched according to the description in the impression. As a specific solution, but not limited to, please refer to fig. 4, a PM service list with a description field containing "cloud live broadcast automation" may be filtered by inputting a "PM search cloud live broadcast automation" instruction.
And S207, screening the PM single number and the associated information of the corresponding condition in the generated service list according to the screening condition.
And S208, receiving user operation, and adding the corresponding PM single number and the associated information to the commit information of the gitlab.
S208 is the same as the corresponding step of the first embodiment, and is not described again here.
The embodiment of the invention provides global information query operation, on one hand, the invention provides rich terminal tool usage and expanded query range, on the other hand, managers can conveniently and quickly check the task state, task quantity and task progress of the PM list in the team member, thereby integrally controlling task risk and operation distribution, and on the other hand, a further fuzzy screening method is provided, and users can further screen the existing PM service list, so that the users can quickly filter the PM list to be searched according to the description in the impression.
The embodiment of the invention also provides a method for submitting the task progress of the code associated PM system through the gitlab, and the method solves the defects that in the prior art, the PM list progress and state need to be manually maintained and updated, so that extra time is occupied for developers, and project risks are increased. After step S208, the method further includes S209-S215, where:
and S209, carrying commit information when submitting the code through the gitlab.
Developers typically carry commit information when submitting code. In the present embodiment, the commit information contains a PM single number and key parameters of the feature information. As a preferred option, and not by way of limitation, the characteristic information typically includes progress information of the PM number, which is embodied in the form of a percentage.
As a specific exemplary scenario and not limitation, the key parameter in this embodiment may be "git commit-m" PLIVE-8952-10% this function development completion base configuration ".
And S210, triggering a hook function of gitlab by the commit information.
To ensure smooth update of the subsequent associated information, as a specific exemplary scheme, not limited to this, the commit information triggers the hook function of the gitlab and performs the subsequent operation only when the key parameter includes the progress information, and the commit information generation operation is performed when the key parameter does not include the progress information.
S211, the hook function analyzes the commit information, and key parameters in the commit information are extracted, wherein the key parameters comprise PM single numbers and feature information.
As above, the associated information of this embodiment includes state information, PM link information, description field information, belonging Sprint information, handler information, and update time information, and the SDK tool may determine one or more items of the state information, PM link information, description field information, belonging Sprint information, and handler information according to the feature information, and perform an automatic update operation, and the process does not require human intervention, and is simple and convenient.
S212, integrating the SDK tool of the PM system into the performance system interface.
And S213, when the hook function analyzes the legal parameters, sending a calling request to the efficiency system interface.
S214, an SDK tool is called inside the energy efficiency system interface, the jira data are operated, and the associated information corresponding to the PM single number is updated according to the key parameters.
The method for updating the associated information corresponding to the PM number according to the key parameter in this step specifically includes S2141 to S2144, where:
s2141, splitting parameters according to the fields of the key parameters.
Taking the key parameter "git commit-m" PLIVE-8952-10% this function development completion basic configuration "as an example, the key parameter is split into" PLIVE-8952"," 10% "and" this function development completion basic configuration "according to the field. The specific splitting manner may be constrained by a preset rule, and this embodiment is not limited.
S2142, at least a PM single number and progress information are determined according to the parameter format of each split field.
Corresponding to the above S2141, the above "share-8952" is the PM number, "10%" is the progress information, and "this function development completion basic configuration" is the description field information. Similarly, the classification manner of the parameter format may be constrained by a preset rule, and this embodiment is not limited.
S2143, the state information of the PM single number is confirmed according to the progress information in the characteristic information.
In the present embodiment, the status information includes two types, "development completed" and "in progress", and when the progress information is less than 100%, the status information is determined to be "in progress", and when the progress information is equal to 100%, the status information is determined to be "development completed".
S2144, confirming the consumed working hour information of the PM sheet number according to the progress information in the characteristic information and the estimated working hour in the related information.
When each PM sheet is manually created, the project manager sets each estimated working hour, and the step can automatically obtain the consumed working hour information of the PM sheet number by multiplying the estimated working hour by the progress information in the characteristic information.
S215, sending the PM single number and the associated information to a man-hour efficiency system, and controlling the man-hour efficiency system to update the visual model corresponding to the PM single number.
In the step, the PM single number and the updated associated information are sent to the working hour efficiency system, so that the working hour efficiency system can update the visual model corresponding to the PM single number, the visual model can be displayed in a chart or animation mode, on one hand, data tracking and analysis are facilitated, on the other hand, the working efficiency of all developers is fed back more truly, a manager can see the global available working hours conveniently, the PM system can judge efficiency problems and estimate the prejudgment capability of added tasks, and the correctness of task allocation decision is improved.
In the scheme S209-S215, commit information is carried when the gitlab submits the code, the commit information contains key parameters including PM single numbers and characteristic information, the commit information triggers a hook function of the gitlab, the hook function analyzes the commit information, extracts the key parameters in the commit information, calls an SDK tool of the PM system, and the SDK tool updates the associated information corresponding to the PM single numbers according to the key parameters. The developer does not need to spend extra time to manually update the PM single field after being concentrated on the normalization of the submission of the code, the working efficiency is improved, and the submission experience of the developer is not influenced. Meanwhile, the state, the progress and the consumed working hours of the PM list are automatically and accurately updated, so that the working efficiency of all developers can be fed back more truly, a manager can conveniently see the global available working hours, the PM system can judge the efficiency problem and estimate the prejudgment capability of the added task, and the correctness of the task allocation decision is improved.
The third embodiment:
referring to fig. 6, the present invention further provides an apparatus 100 for rapidly querying a single task state of adding a PM on an IDE interface, including a control module 110, an execution module 120, a generation module 130, and an adding module 140, where:
the control module 110 is connected with the execution module 120 and is used for opening a terminal tool on an operation interface of the IDE, and the terminal tool calls the environment variable and the key string information of the developer machine;
the execution module 120 is connected with the generation module 130 and is used for executing identity login and authority endowing operations according to the environment variable and the key string information;
a generating module 130, connected to the adding module 140, configured to input a query instruction in an instruction input window of the terminal tool, where the query instruction is at least used to generate a PM service list associated with the login identity, where the PM service list includes a PM single number and associated information;
and the adding module 140 is used for receiving user operation and adding the corresponding PM single number and the associated information to the commit information of the gitlab.
In an embodiment of the present invention, the apparatus 100 further comprises an input module 150 and a screening module 160, wherein:
the input module 150 is connected with the execution module 120 and the screening module 160, and is used for inputting a screening instruction in an instruction input window of the terminal tool, wherein the screening instruction object comprises state information, description field information, sprint information and processor information;
and the screening module 160 is connected to the adding module 140, and is configured to screen the PM single number and the associated information corresponding to the condition in the generated service list according to the screening condition.
The modules of this embodiment correspond to the steps of the two method embodiments one to one, and are not redundant here.
According to the embodiment of the invention, a terminal tool is integrated on an operation interface of an IDE (integrated development environment), the environment variable and key string information of a developer machine are called through the terminal tool, identity login and authority endowing operation are executed according to the environment variable and the key string information, and the developer can directly input a query instruction in an instruction input window of the terminal tool, wherein the query instruction is at least used for generating a PM (personal computer) business list associated with login identities, and the PM business list comprises a PM single number and associated information, so that query operation of the associated PM single number and progress information when a code is submitted can be directly completed on the IDE interface, pain points of switching before multiple applications are reduced in the process of submitting the code by the developer, unnecessary operation time is avoided, the submission smoothness is improved, and the production efficiency of the developer is improved. Meanwhile, the embodiment of the invention adds the corresponding PM single number and the associated information to the commit information of the gitlab by receiving the user operation, thereby increasing the association between the IDE and the gitlab, further improving the fluency in the code submitting process, improving the use experience of developers and ensuring the project progress.
It will be clear to those skilled in the art that, for convenience and simplicity of description, the foregoing division of the functional modules is merely used as an example, and in practical applications, the above function distribution may be performed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules to perform all or part of the above described functions. For the specific working processes of the system, the apparatus and the unit described above, reference may be made to the corresponding processes in the foregoing method embodiments, and details are not described here again.
Embodiments of the present invention further provide a computer storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the method for quickly querying the state of adding a PM single task in an IDE interface as in the above embodiments.
It will be understood by those skilled in the art that all or part of the processes of the method for implementing the above embodiments may be implemented by a computer program, which may be stored in a non-volatile computer-readable storage medium, and when executed, may include the processes of the above embodiments of the method for quickly querying the status of the added PM single task on the IDE interface. Any reference to memory, storage, database or other medium used in the embodiments provided herein can include non-volatile and/or volatile memory. Non-volatile memory can include read-only memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), rambus (Rambus) direct RAM (RDRAM), direct Rambus Dynamic RAM (DRDRAM), and Rambus Dynamic RAM (RDRAM), among others.
Alternatively, the integrated unit of the present invention may be stored in a computer-readable storage medium if it is implemented in the form of a software functional module and sold or used as a separate product. Based on such understanding, the technical solutions of the embodiments of the present invention or portions thereof that contribute to the related art may be embodied in the form of a software product, where the computer software product is stored in a storage medium and includes several instructions for enabling a computer device (which may be a personal computer, a terminal, or a network device) to execute all or part of the methods of the embodiments of the present invention. And the aforementioned storage medium includes: a removable storage device, a RAM, a ROM, a magnetic or optical disk, or various other media that can store program code.
Corresponding to the computer storage medium, in one embodiment, a computer device is further provided, where the computer device includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the computer program to implement the method for quickly querying the state of adding a PM single task in an IDE interface as in the above embodiments.
The computer device may be a terminal, and its internal structure diagram may be as shown in fig. 7. The computer device comprises a processor, a memory, a network interface, a display screen and an input device which are connected through a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program when executed by a processor implements a method for quickly querying an add PM single task state in an IDE interface. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the computer equipment, an external keyboard, a touch pad or a mouse and the like.
According to the embodiment of the invention, a terminal tool is integrated on an operation interface of an IDE (integrated development environment), the environment variable and key string information of a developer machine are called through the terminal tool, identity login and authority endowing operation are executed according to the environment variable and the key string information, and the developer can directly input a query instruction on an instruction input window of the terminal tool, wherein the query instruction is at least used for generating a PM (personal computer) business list associated with login identities, and the PM business list comprises a PM single number and associated information, so that query operation of the associated PM single number and progress information during code submission can be directly completed on the IDE interface, pain points of switching before multiple applications in the process of submitting codes by the developer are reduced, unnecessary operation time is avoided, submission smoothness is improved, and the production efficiency of the developer is improved. Meanwhile, the embodiment of the invention adds the corresponding PM single number and the associated information to the commit information of the gitlab by receiving the user operation, thereby increasing the association between the IDE and the gitlab, further improving the fluency in the code submitting process, improving the use experience of developers and ensuring the project progress.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above examples only show some embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent should be subject to the appended claims.

Claims (10)

1. A method for quickly inquiring the state of a single task of adding PM on an IDE interface is characterized by comprising the following steps:
opening a terminal tool on an operating interface of the IDE, wherein the terminal tool calls machine environment variables and key string information of a developer, is a terminal tool installed by one key and comprises a plug-in or a terminal command line and is directly implanted on an interface of an integrated development environment;
executing identity login and authority endowing operation according to the environment variable and the key string information;
inputting a query instruction in an instruction input window of the terminal tool, wherein the query instruction is at least used for generating a PM service list associated with a login identity, and the PM service list comprises a PM single number and associated information;
receiving user operation, and adding the corresponding PM single number and the associated information into commit information of the gitlab;
commit information is carried when the code is submitted through the gitlab;
the commit information triggers a hook function of the gitlab;
the hook function analyzes the commit information and extracts key parameters in the commit information, wherein the key parameters comprise PM single numbers and characteristic information;
integrating the SDK tool of the PM system into the efficiency system interface;
when the hook function analyzes a legal parameter, sending a calling request to an efficiency system interface;
an SDK tool is called in the energy efficiency system interface, the jira data are operated, and the associated information corresponding to the PM single number is updated according to the key parameters;
and sending the PM single number and the associated information to a working hour efficiency system, and controlling the working hour efficiency system to update a visual model corresponding to the PM single number.
2. The method according to claim 1, wherein the association information includes status information, PM link information, description field information, belonging Sprint information, handler information, and update time information.
3. The method of claim 2, wherein said step of inputting a query command in a command input window of said end tool, said query command being at least used to generate a service list, said service list comprising a PM number and status information, further comprises:
inputting a screening instruction in an instruction input window of the terminal tool, wherein the screening instruction object comprises state information, description field information, belonging Sprint information and information of a processor;
and screening the PM single number and the associated information of the corresponding condition in the generated service list according to the screening condition.
4. The method of claim 3, wherein after the step of performing the identity login and rights assignment operations based on the environment variable and key string information, further comprising:
receiving the global information query operation of a user and acquiring the authority information corresponding to the user;
and pushing a global information query result which accords with the user authority.
5. The method of claim 4, wherein the universe information query operation comprises a PM list query operation of a third party user and a precise query operation of a PM single number.
6. The method of claim 5, wherein the terminal tool comprises a plug-in or terminal command line.
7. An apparatus for rapidly querying a state of a single task of adding a PM on an IDE interface, comprising:
the system comprises a control module, a development environment integration module and a development environment integration module, wherein the control module is used for opening a terminal tool on an operation interface of the IDE, the terminal tool calls machine environment variables and key string information of a developer, the terminal tool is a terminal tool installed by one key, and the terminal tool comprises a plug-in or a terminal command line and is directly implanted into an interface of the integrated development environment;
the execution module is used for executing identity login and authority endowing operation according to the environment variable and the key string information;
the generating module is used for inputting a query instruction in an instruction input window of the terminal tool, wherein the query instruction is at least used for generating a PM service list associated with the login identity, and the PM service list comprises a PM single number and associated information;
the adding module is used for receiving user operation and adding the corresponding PM single number and the associated information into the commit information of the gitlab;
commit information is carried when the code is submitted through the gitlab;
the commit information triggers a hook function of the gitlab;
the hook function analyzes the commit information, and key parameters in the commit information are extracted, wherein the key parameters comprise PM single numbers and characteristic information;
integrating the SDK tool of the PM system into the performance system interface;
when the hook function analyzes a legal parameter, sending a calling request to an efficiency system interface;
an SDK tool is called in the energy efficiency system interface, the jira data are operated, and the associated information corresponding to the PM single number is updated according to the key parameters;
and sending the PM single number and the associated information to a working hour efficiency system, and controlling the working hour efficiency system to update a visual model corresponding to the PM single number.
8. The apparatus of claim 7, wherein the apparatus further comprises:
the input module is used for inputting a screening instruction in an instruction input window of the terminal tool, and the screening instruction object comprises state information, description field information, the Sprint information and handler information;
and the screening module is used for screening the PM single number and the associated information of the corresponding condition in the generated service list according to the screening condition.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor when executing the computer program implements the method for fast querying on an IDE interface for added PM single task status according to any one of claims 1 to 6.
10. A computer storage medium having stored thereon a computer program, characterized in that the program, when executed by a processor, implements a method for fast querying the state of an add PM single task in an IDE interface according to any one of claims 1 to 6.
CN202210643809.0A 2022-06-09 2022-06-09 Method and device for rapidly inquiring state of single task of adding PM on IDE interface Active CN114722161B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210643809.0A CN114722161B (en) 2022-06-09 2022-06-09 Method and device for rapidly inquiring state of single task of adding PM on IDE interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210643809.0A CN114722161B (en) 2022-06-09 2022-06-09 Method and device for rapidly inquiring state of single task of adding PM on IDE interface

Publications (2)

Publication Number Publication Date
CN114722161A CN114722161A (en) 2022-07-08
CN114722161B true CN114722161B (en) 2022-10-11

Family

ID=82232675

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210643809.0A Active CN114722161B (en) 2022-06-09 2022-06-09 Method and device for rapidly inquiring state of single task of adding PM on IDE interface

Country Status (1)

Country Link
CN (1) CN114722161B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109976743A (en) * 2019-04-09 2019-07-05 苏州浪潮智能科技有限公司 A kind of method and device of code prompt
CN112558974A (en) * 2019-09-26 2021-03-26 罗克韦尔自动化技术公司 Systems, methods, and computer media for collaborative development of industrial applications
CN112558929A (en) * 2019-09-26 2021-03-26 罗克韦尔自动化技术公司 Artificial intelligence design analysis and recommendation
CN114356749A (en) * 2021-12-10 2022-04-15 浪潮通用软件有限公司 Monitoring method and device for counting code branch test condition

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109086038B (en) * 2018-07-10 2022-05-31 千寻位置网络有限公司 Spark-based big data development method and device, and terminal
CN109740849A (en) * 2018-12-03 2019-05-10 上海夫卡实业发展有限公司 Structure design work management method, platform and the system quickly delivered
CN113220279A (en) * 2020-01-21 2021-08-06 华为技术有限公司 Code index management method, device, equipment and medium
CN112035112B (en) * 2020-09-02 2024-04-05 北京思明启创科技有限公司 Application program development method, system, medium and electronic equipment
CN112379865B (en) * 2020-11-03 2022-09-16 福建福诺移动通信技术有限公司 Software development framework updating method based on Maven plug-in mechanism
CN113360232A (en) * 2021-06-04 2021-09-07 中国工商银行股份有限公司 Task processing method and device, electronic equipment and storage medium
CN113626036A (en) * 2021-08-10 2021-11-09 北京沃东天骏信息技术有限公司 Code integrated management method and system based on Jenkins
CN113885849B (en) * 2021-12-06 2022-04-12 航天云网数据研究院(广东)有限公司 Application development method and device based on industrial internet platform and terminal equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109976743A (en) * 2019-04-09 2019-07-05 苏州浪潮智能科技有限公司 A kind of method and device of code prompt
CN112558974A (en) * 2019-09-26 2021-03-26 罗克韦尔自动化技术公司 Systems, methods, and computer media for collaborative development of industrial applications
CN112558929A (en) * 2019-09-26 2021-03-26 罗克韦尔自动化技术公司 Artificial intelligence design analysis and recommendation
CN114356749A (en) * 2021-12-10 2022-04-15 浪潮通用软件有限公司 Monitoring method and device for counting code branch test condition

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
RACK: Code Search in the IDE Using Crowdsourced Knowledge;Mohammad Masudur Rahman 等;《2017 IEEE/ACM 39th International Conference on Software Engineering Companion (ICSE-C)》;20170703;51-54 *
基于自适应对象模型的通用Web原型系统的研究与应用;范崇高;《中国优秀硕士学位论文全文数据库》;20190415(第4期);I138-247 *

Also Published As

Publication number Publication date
CN114722161A (en) 2022-07-08

Similar Documents

Publication Publication Date Title
CN108304201B (en) Object updating method, device and equipment
CN109814854B (en) Project framework generation method, device, computer equipment and storage medium
CN112650766B (en) Database data operation method, system and server
CN108416199A (en) A kind of user authority control method of application, device and server
WO2021008576A1 (en) Context information management method, device, and system, and computer-readable storage medium
CN111737227A (en) Data modification method and system
CN112685447A (en) Cross-time-zone operation database system, data query method, medium, and server
CN112507010B (en) Service data processing method and device, computer equipment and storage medium
CN114722161B (en) Method and device for rapidly inquiring state of single task of adding PM on IDE interface
CN111222153B (en) Application program authority management method and device and storage medium
JP2016066355A (en) Web application generating system, control method of web application generating system, program for web application generating system, web application generating device, control method of web application generating device, and program for web application generating device
CN112686580A (en) Workflow definition method and system capable of customizing flow
CN111885184A (en) Method and device for processing hot spot access keywords in high concurrency scene
CN114706567B (en) Method and device for submitting code associated PM system task progress through gitlab
CN115543428A (en) Simulated data generation method and device based on strategy template
CN114489603A (en) Code generation method, apparatus, electronic device, medium, and product
CN113495723A (en) Method and device for calling functional component and storage medium
CN112380411A (en) Sensitive word processing method and device, electronic equipment, system and storage medium
CN110609725A (en) Front-end user behavior prediction method and system
CN113268232A (en) Page skin generation method and device and computer readable storage medium
CN117234512B (en) Method, system, electronic equipment and storage medium for rapidly developing business
CN111367597A (en) Color switching method and device and electronic equipment
CN116974653B (en) Class loading method and system
CN113923185B (en) Method, device, equipment and storage medium for adding friends in group
CN115952376B (en) Webpage access method and device, 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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 402, No. 66, North Street, University Town Center, Panyu District, Guangzhou City, Guangdong Province, 510006

Applicant after: Yifang Information Technology Co.,Ltd.

Address before: 510006 room 402, No. 66 (innovation building), North Central Street, University City, Panyu District, Guangzhou, Guangdong Province

Applicant before: GUANGZHOU EASEFUN INFORMATION TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant