CN111367564B - Program iteration wire management system for operation and maintenance platform - Google Patents

Program iteration wire management system for operation and maintenance platform Download PDF

Info

Publication number
CN111367564B
CN111367564B CN202010201681.3A CN202010201681A CN111367564B CN 111367564 B CN111367564 B CN 111367564B CN 202010201681 A CN202010201681 A CN 202010201681A CN 111367564 B CN111367564 B CN 111367564B
Authority
CN
China
Prior art keywords
user
release
information
module
item
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
CN202010201681.3A
Other languages
Chinese (zh)
Other versions
CN111367564A (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.)
Chengdu Yaowang Technology Co ltd
Original Assignee
Chengdu Yaowang 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 Chengdu Yaowang Technology Co ltd filed Critical Chengdu Yaowang Technology Co ltd
Priority to CN202010201681.3A priority Critical patent/CN111367564B/en
Publication of CN111367564A publication Critical patent/CN111367564A/en
Application granted granted Critical
Publication of CN111367564B publication Critical patent/CN111367564B/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/70Software maintenance or 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
    • Y04INFORMATION OR COMMUNICATION TECHNOLOGIES HAVING AN IMPACT ON OTHER TECHNOLOGY AREAS
    • Y04SSYSTEMS INTEGRATING TECHNOLOGIES RELATED TO POWER NETWORK OPERATION, COMMUNICATION OR INFORMATION TECHNOLOGIES FOR IMPROVING THE ELECTRICAL POWER GENERATION, TRANSMISSION, DISTRIBUTION, MANAGEMENT OR USAGE, i.e. SMART GRIDS
    • Y04S10/00Systems supporting electrical power generation, transmission or distribution
    • Y04S10/50Systems or methods supporting the power network operation or management, involving a certain degree of interaction with the load-side end user applications

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)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a program iteration management system for an operation and maintenance platform, which comprises the following components: the user authentication unit is used for inputting user information and authenticating a user; the information release unit is used for newly adding release information for the user and executing release, rollback and reissue by the administrator; and the statistical unit is used for displaying the distribution statistical record in a system and graphically displaying a trend chart of the distribution statistics. By the method, all release iteration versions are clearly visible and have detailed records; the release and rollback efficiency is greatly improved; by using the trend graph, the upper level can quickly check the release times; the difficulty of publishing online is greatly reduced, the communication cost is reduced, and the quick iteration of company projects is facilitated.

Description

Program iteration wire management system for operation and maintenance platform
Technical Field
The invention relates to the field of computers, in particular to a program iteration wire management system for an operation and maintenance platform.
Background
Today, the popularity of information technology and the pace of life are increasing, and many products and software are required to be continuously updated to ensure freshness of the products and improve the use experience of the users. On the basis, the task release system of the operation and maintenance platform is focused by a plurality of companies and enterprises, and becomes the first choice of developers due to the characteristic of simple and quick operation of the release task. The developer uses the platform to perform operations such as publishing, rollback, reissuing and the like.
The prior art has the following problems:
(1) When a developer needs to release service iteration online, an excel record table needs to be filled manually, and the service iteration online operation and maintenance are submitted to operation and maintenance at a designated time, so that the operation is complex;
(2) Repeated confirmation is needed when operation and maintenance personnel release, manual execution is needed when online, the efficiency is low, and errors are frequent, so that the online release time is overlong;
(3) The test failure requires a rollback operation and a long time to review.
Disclosure of Invention
The invention aims to solve the problems and provides a program iteration management system for an operation and maintenance platform.
The invention aims at realizing the following technical scheme: comprising the following steps: the user authentication unit is used for inputting user information and authenticating a user; the information release unit is used for releasing information newly added by a user and executing release, rollback and reissue by an administrator through a distributed asynchronous background; and the statistical unit is used for displaying the distribution statistical record in a system and graphically displaying a trend chart of the distribution statistics.
The user authentication unit comprises a user input module and a user authentication module, wherein the user input module inputs user information into the system through user registration.
The user authentication module records user information in a users table through user authentication, obtains response authority of a release system according to user roles after successful login, and records corresponding login user information when a user applies for and executes release; wherein the user roles are manager and common user.
The information release unit comprises a user newly-added and edited release information module, a background distributed task module and a message pushing module.
The user adds and edits the release information module, the user selects the item to be released through release application, after the item is selected, the system automatically pulls the first 10 tags of the item in time sequence in the gitlab warehouse, simultaneously pulls and records the tag successfully released last time in jenkins for providing requirements for item rollback, the system acquires information corresponding to the item jenkins and the gitlab in real time through a unified api interface, and the user completes page information submission rapidly.
And the background distributed task module is used for an administrator to execute publishing, rollback and reissuing on the distributed asynchronous background.
The message pushing module is characterized in that after a user submits a release application, an administrator receives a message notification of release of an item, then the administrator releases the item at a designated time, and a release result is fed back at a page and the message notification, wherein the release result is as follows: success, failure, interruption.
The issuing statistics record of the statistics unit comprises application time, main project name, sub project name, type, module, updating content, current version number, historical version number, applicant, team, test, state and issuing time.
The invention has the beneficial effects that:
(1) All release iteration versions are clearly visible and have detailed records;
(2) The release and rollback efficiency is greatly improved;
(3) By using the trend graph, the upper level can quickly check the release times;
(4) The difficulty of publishing online is greatly reduced, the communication cost is reduced, and the quick iteration of company projects is facilitated.
Drawings
FIG. 1 is a block diagram of a system architecture of the present invention;
fig. 2 is a UI schematic diagram of a user authentication unit of the present invention;
FIG. 3 is a UI diagram of a user add-on and edit release information module of the present invention;
FIGS. 4 and 5 are message UI diagrams of a message push module of the present invention;
fig. 6 and 7 are UI diagrams of the statistical unit of the present invention.
Detailed Description
For a clearer understanding of technical features, objects, and effects of the present invention, a specific embodiment of the present invention will be described with reference to the accompanying drawings.
As shown in fig. 1, a program iteration management system for an operation and maintenance platform includes: the user authentication unit is used for inputting user information and authenticating a user; the information release unit is used for releasing information newly added by a user and executing release, rollback and reissue by an administrator through a distributed asynchronous background; and the statistical unit is used for displaying the distribution statistical record in a system and graphically displaying a trend chart of the distribution statistics.
The user authentication unit comprises a user input module and a user authentication module, wherein the user input module inputs user information into the system through user registration.
The user authentication module records user information in a users table through user authentication, obtains response authority of a release system according to user roles after successful login, and records corresponding login user information when a user applies for and executes release; wherein the user roles are manager and common user.
The information release unit comprises a user newly-added and edited release information module, a background distributed task module and a message pushing module.
The user adds and edits the release information module, the user selects the item to be released through release application, after the item is selected, the system automatically pulls the first 10 tags of the item in time sequence in the gitlab warehouse, simultaneously pulls and records the tag successfully released last time in jenkins for providing requirements for item rollback, the system acquires information corresponding to the item jenkins and the gitlab in real time through a unified api interface, and the user completes page information submission rapidly.
And the background distributed task module is used for an administrator to execute publishing, rollback and reissuing on the distributed asynchronous background.
The message pushing module is characterized in that after a user submits a release application, an administrator receives a message notification of release of an item, then the administrator releases the item at a designated time, and a release result is fed back at a page and the message notification, wherein the release result is as follows: success, failure, interruption.
The issuing statistics record of the statistics unit comprises application time, main project name, sub project name, type, module, updating content, current version number, historical version number, applicant, team, test, state and issuing time.
In this embodiment, a program iteration management system for an operation and maintenance platform is implemented by python, a flash MVC architecture is used, a bootstrap module is used for page display at the front end, and mysql is used for a database.
As shown in fig. 2, the user performs user authentication by the user authentication unit, and if the system recognizes the user as an administrator, the administrator authority of the system is obtained.
As shown in fig. 3, after a user logs in the system, through a publishing application, an item to be published is selected, and after the item is selected, the publishing type, the belonging module, the main item name, the sub item name, the updated content, the tag, the rollback tag (when a rollback operation is required) and the configuration change are required to be selected or filled in. The system will automatically pull the first 10 tags of the item in the gitlab repository, ordered by time, while pulling and recording the last successfully published tag in jenkins (needed for item rollback).
As shown in fig. 4 and fig. 5, after a user submits a release application, an administrator receives a notification of a spike message released by an item, then the administrator releases the item at a designated time, and feeds back a result of the release at the page and the notification of the spike message, wherein the release result is: success, failure, interruption.
As shown in fig. 6 and fig. 7, the system background timing task can periodically update the online version numbers and the release times of each item in the basic data, so that later browsing and viewing are facilitated, and meanwhile, the trend graph of the current release times is counted in real time.
The foregoing has shown and described the basic principles and main features of the present invention and the advantages of the present invention. It will be understood by those skilled in the art that the present invention is not limited to the embodiments described above, and that the above embodiments and descriptions are merely illustrative of the principles of the present invention, and various changes and modifications may be made without departing from the spirit and scope of the invention, which is defined in the appended claims. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (4)

1. A program iteration wire management system for an operation and maintenance platform, comprising:
the user authentication unit is used for inputting user information and authenticating a user;
the information release unit is used for releasing information newly added by a user and executing release, rollback and reissue by an administrator through a distributed asynchronous background; the information release unit comprises a user newly-added and edited release information module, a background distributed task module and a message push module, wherein the user newly-added and edited release information module, a user selects an item to be released through a release application, after selecting the item, the system automatically pulls the first 10 tags of the item in a gitlab warehouse according to time sequence, simultaneously pulls and records the tags successfully released last time in jenkins for providing requirements for item rollback, the system acquires information corresponding to the jenkins and gitlab in real time through a unified api interface, the user rapidly completes page information submission, the background distributed task module, an administrator performs release, rollback and reissue on an asynchronous background through the module, the message push module, after the user submits the release application, the administrator receives a message notification of the release of the item, and then the administrator releases the item in a designated time, and feeds back a result at the same time of page and the message notification, and the release result is as follows: success, failure, interruption;
and the statistical unit is used for displaying the distribution statistical record in a system and graphically displaying a trend chart of the distribution statistics.
2. The program iteration management system for an operation and maintenance platform according to claim 1, wherein the user authentication unit comprises a user input module and a user authentication module, and the user input module inputs user information into the system through user registration.
3. The program iteration management system for the operation and maintenance platform according to claim 2, wherein the user authentication module records user information in a users table through user authentication, obtains response authority of a release system according to a user role after successful login, and records corresponding login user information when a user applies and executes release; wherein the user roles are manager and common user.
4. The system of claim 1, wherein the statistics unit displays a distribution statistics record including application time, main project name, sub project name, type, module, update content, current version number, history version number, applicant, team, test, status, and distribution time.
CN202010201681.3A 2020-03-20 2020-03-20 Program iteration wire management system for operation and maintenance platform Active CN111367564B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010201681.3A CN111367564B (en) 2020-03-20 2020-03-20 Program iteration wire management system for operation and maintenance platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010201681.3A CN111367564B (en) 2020-03-20 2020-03-20 Program iteration wire management system for operation and maintenance platform

Publications (2)

Publication Number Publication Date
CN111367564A CN111367564A (en) 2020-07-03
CN111367564B true CN111367564B (en) 2023-05-16

Family

ID=71204681

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010201681.3A Active CN111367564B (en) 2020-03-20 2020-03-20 Program iteration wire management system for operation and maintenance platform

Country Status (1)

Country Link
CN (1) CN111367564B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109240667A (en) * 2018-09-14 2019-01-18 五八有限公司 A kind of development approach of application software, device, storage medium and terminal
CN110321152A (en) * 2019-07-04 2019-10-11 青岛华正信息技术股份有限公司 A kind of Software Development Platform

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10303785B2 (en) * 2015-08-10 2019-05-28 International Business Machines Corporation Optimizing online schema processing for busy database objects
CN108170448B (en) * 2017-12-26 2020-06-09 车智互联(北京)科技有限公司 System for automatically and efficiently releasing software update version
CN109240669A (en) * 2018-10-26 2019-01-18 苏州浪潮智能软件有限公司 A kind of integrated deployment software development model of automation
CN109739529A (en) * 2018-12-04 2019-05-10 贵阳朗玛信息技术股份有限公司 A kind of method and device that program is issued automatically
CN109683951A (en) * 2018-12-21 2019-04-26 北京量子保科技有限公司 A kind of code method for automatically releasing, system, medium and electronic equipment
CN109766091A (en) * 2018-12-29 2019-05-17 北京航天云路有限公司 A kind of method and system of continuous integrating

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109240667A (en) * 2018-09-14 2019-01-18 五八有限公司 A kind of development approach of application software, device, storage medium and terminal
CN110321152A (en) * 2019-07-04 2019-10-11 青岛华正信息技术股份有限公司 A kind of Software Development Platform

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于docker的持续集成及发布平台的设计与实现;刘梅;《中国优秀硕士学位论文全文数据库信息科技辑》;I138-1374 *

Also Published As

Publication number Publication date
CN111367564A (en) 2020-07-03

Similar Documents

Publication Publication Date Title
US8812546B1 (en) State management for user interfaces
US8560568B2 (en) Remote data collection systems and methods using read only data extraction and dynamic data handling
US8050953B2 (en) Use of a database in a network-based project schedule management system
US8214329B2 (en) Remote data collection systems and methods
US20090271762A1 (en) Business software application system and method
US20070288289A1 (en) Consolidation of member schedules with a project schedule in a network-based project schedule management system
US11582346B2 (en) System and method for providing contextual assistance for contact center applications
US11977470B2 (en) Monitoring long running workflows for robotic process automation
CN113515297B (en) Version updating method and device, electronic equipment and storage medium
US20230009722A1 (en) Process operation system and process operation method
US20230029697A1 (en) Dynamic action identification for communication platform
CN112948068B (en) Task scheduling method and device and electronic equipment
CN111367564B (en) Program iteration wire management system for operation and maintenance platform
US7472355B2 (en) Computer-implemented method for managing commands for a terminal session
CN115687054A (en) Self-adaptive test method and device based on service segmentation and restoration
CN111176982A (en) Test interface generation method and device
CN113934712B (en) Method, device and equipment for processing field model of industrial quality inspection data
US11861300B2 (en) System and method for maintaining links and revisions
CN116501376B (en) Decoupling method, system and device based on configuration instant trigger task
US11681572B2 (en) Extensible workflow access
CN113485743A (en) CDH operation configuration method based on source code management and readable storage medium
CN116308846A (en) Financial moon knot visualization working method and system
CN112416935A (en) Data operation management method and device
CN113254462A (en) Automatic data processing method, system and medium based on task assignment
CN117473190A (en) Reporting method, reporting 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
GR01 Patent grant
GR01 Patent grant