CN111309369B - Code management method and device based on Git code warehouse - Google Patents

Code management method and device based on Git code warehouse Download PDF

Info

Publication number
CN111309369B
CN111309369B CN201811519129.8A CN201811519129A CN111309369B CN 111309369 B CN111309369 B CN 111309369B CN 201811519129 A CN201811519129 A CN 201811519129A CN 111309369 B CN111309369 B CN 111309369B
Authority
CN
China
Prior art keywords
code
git
configuration file
codes
warehouses
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
CN201811519129.8A
Other languages
Chinese (zh)
Other versions
CN111309369A (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.)
Beijing Qihoo Technology Co Ltd
Original Assignee
Beijing Qihoo 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 Beijing Qihoo Technology Co Ltd filed Critical Beijing Qihoo Technology Co Ltd
Priority to CN201811519129.8A priority Critical patent/CN111309369B/en
Publication of CN111309369A publication Critical patent/CN111309369A/en
Application granted granted Critical
Publication of CN111309369B publication Critical patent/CN111309369B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a code management method and a device based on a Git code warehouse, wherein the method comprises the following steps: responding to an instruction of a user for uploading codes from a local code warehouse, and searching a code management configuration file stored locally; reading the code management configuration file, and determining a plurality of target Git code warehouses arranged in the code management configuration file; and uploading the codes to be uploaded to the target Git code warehouses in parallel. Based on the technical scheme provided by the invention, the codes can be uploaded to a plurality of different Git code warehouses in parallel when the codes are uploaded, so that the code uploading efficiency is greatly improved, and unified management of the codes is realized.

Description

Code management method and device based on Git code warehouse
Technical Field
The invention relates to the technical field of Internet, in particular to a code management method and device based on a Git code warehouse.
Background
Git is an open-source distributed version control system that can efficiently handle project version management from very small to very large at high speed. Git is version control software of an open source developed by Linus Torvalds to help manage Linux kernel development.
With the increasing importance of internet companies to private code security, the projects of general companies are managed by a uniform Git code repository, which has access rights only to web regressions on a small portion and pc machines of employees themselves. However, many times development of a development team requires various environments, which results in that respective development machines of the developers are not able to meet development requirements. Thus, different development teams will choose the appropriate server (i.e., the Git code repository) to develop, but the code so developed cannot be submitted directly to the company's Git code repository system due to machine access rights. Many times, a process of specifying machine development-packaging-remote sending to the Git client machine-submitting code is required, which is very cumbersome and error-prone. Moreover, since different development teams use different Git code warehouses, the same code also needs to be submitted repeatedly multiple times using the above-described process.
Disclosure of Invention
The present invention provides a code management method and apparatus based on a Git code repository to overcome or at least partially solve the above-mentioned problems.
According to one aspect of the present invention, there is provided a code management method based on a Git code repository, including:
responding to an instruction of a user for uploading codes from a local code warehouse, and searching a code management configuration file stored locally;
reading the code management configuration file, and determining a plurality of target Git code warehouses arranged in the code management configuration file;
and uploading the codes to be uploaded to the target Git code warehouses in parallel.
Optionally, the method further comprises:
responding to an instruction of a user for pulling down codes to the local code warehouse, and searching the code management configuration file stored locally;
reading the code management configuration file and determining a source Git code warehouse arranged in the code management configuration file;
and pulling down codes required by users from the source Git code warehouse to the local code warehouse.
Optionally, the method further comprises:
the code management configuration file is read in advance, and the target Git code warehouses and the source Git code warehouses which are arranged in the code management configuration file are determined;
connections are established with the plurality of target Git code stores and the source Git code store.
Optionally, the method further comprises:
detecting whether a user uploads codes to a Git code repository that does not belong to the plurality of target Git code repositories;
and when detecting that the user uploads codes to the Git code warehouse which does not belong to the target Git code warehouses, uploading the codes uploaded by the user to the target Git code warehouses at the same time.
Optionally, the code management configuration file is stored in the local code repository.
Optionally, the method further comprises:
and responding to a modification instruction of a user, and modifying the target Git code warehouses and/or the source Git code warehouses in the code management configuration file.
According to another aspect of the present invention, there is also provided a code management apparatus based on a Git code repository, including:
the first management module is configured to respond to an instruction of uploading codes from a local code warehouse by a user and search a code management configuration file stored locally;
the first determining module is configured to read the code management configuration file and determine a plurality of target Git code warehouses arranged in the code management configuration file;
and the concurrent uploading module is configured to upload codes needing to be uploaded to the plurality of target Git code warehouses in parallel.
Optionally, the apparatus further includes:
the second management module is configured to respond to an instruction of a user for pulling down codes to the local code warehouse and search the code management configuration file stored locally;
the second determining module is configured to read the code management configuration file and determine a source Git code warehouse arranged in the code management configuration file;
and the single-source pull-down module is configured to pull down codes required by users from the source Git code warehouse to the local code warehouse.
Optionally, the apparatus further includes:
a third determining module configured to read the code management configuration file in advance, and determine the plurality of target Git code storages and the source Git code storages set therein;
and a connection establishment module configured to establish a connection with the plurality of target Git code stores and the source Git code store.
Optionally, the apparatus further includes:
an anomaly detection module configured to detect whether a user uploaded code to a Git code repository that does not belong to the plurality of target Git code repositories;
and the exception correcting module is configured to upload codes uploaded by the user to the plurality of target Git code warehouses simultaneously when detecting that the user uploads the codes to the Git code warehouses which do not belong to the plurality of target Git code warehouses.
Optionally, the code management configuration file is stored in the local code repository.
Optionally, the apparatus further includes:
and the configuration modification module is configured to respond to a modification instruction of a user and modify the target Git code warehouses and/or the source Git code warehouses in the code management configuration file.
According to another aspect of the present invention, there is also provided a computer storage medium storing computer program code which, when run on a computing device, causes the computing device to perform any of the aforementioned Git code warehouse-based code management methods.
According to another aspect of the present invention, there is also provided a computing device including:
a processor;
a memory storing computer program code;
the computer program code, when executed by the processor, causes the computing device to perform any of the aforementioned Git code warehouse-based code management methods.
Based on the technical scheme provided by the invention, the codes can be uploaded to a plurality of different Git code warehouses in parallel when the codes are uploaded, so that the code uploading efficiency is greatly improved, and the unified management of the codes is realized.
The foregoing description is only an overview of the present invention, and is intended to be implemented in accordance with the teachings of the present invention in order that the same may be more clearly understood and to make the same and other objects, features and advantages of the present invention more readily apparent.
The above, as well as additional objectives, advantages, and features of the present invention will become apparent to those skilled in the art from the following detailed description of a specific embodiment of the present invention when read in conjunction with the accompanying drawings.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to designate like parts throughout the figures. In the drawings:
FIG. 1 is a flow chart of a method of code management based on a Git code repository according to an embodiment of the present invention;
FIG. 2 is a flow chart of a method of code management based on a Git code repository in accordance with a preferred embodiment of the present invention;
FIG. 3 is a code flow diagram of a Git code based repository according to a preferred embodiment of the present invention;
FIG. 4 is a block diagram of a code management apparatus based on a Git code repository according to an example of the present invention;
FIG. 5 is a block diagram of a code management apparatus based on a Git code repository in accordance with a preferred embodiment of the present invention;
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
It should be noted that the features in the embodiments and the preferred embodiments of the present invention may be combined without conflict.
FIG. 1 is a flow chart of a method of code management based on a Git code repository according to an embodiment of the present invention.
As shown in fig. 1, the code management method based on the Git code repository according to the embodiment of the present invention includes:
step S102, searching a code management configuration file stored locally in response to an instruction of uploading (PUSH) codes from a local code warehouse by a user;
step S104, reading a code management configuration file, and determining a plurality of target Git code warehouses arranged in the code management configuration file;
and S106, uploading the codes to be uploaded to a plurality of target Git code warehouses in parallel.
The embodiment provides a code management scheme capable of submitting codes to a plurality of Git code warehouses at the same time. According to the scheme, a code management configuration file is set, a plurality of target Git code warehouses are configured, when codes are uploaded, the plurality of target Git code warehouses are determined by reading the code management configuration file, and the codes which a user wants to upload can be uploaded to the plurality of target Git code warehouses in parallel, so that the efficiency of code uploading can be greatly improved, and unified management of the codes is realized. In specific implementation, the above scheme may be implemented by a programming language such as java.
Fig. 2 is a flowchart of a code management method based on a Git code repository according to a preferred embodiment of the present invention. As shown in fig. 2, the code management method based on the Git code repository may further include:
step S202, responding to an instruction of a user to PULL down (PULL) codes to a local code warehouse, and searching a code management configuration file stored locally;
step S204, reading a code management configuration file and determining a source Git code warehouse arranged in the code management configuration file;
step S206, pull down the codes needed by the user from the source Git code repository to the local code repository.
The present embodiment provides a code management scheme that pulls down code from only one source Git code repository. The solution further provides for a source Git code repository in the code management configuration file. When pulling down code, this source Git code repository is determined by reading the code management configuration file, and only the code that the user wants to obtain is pulled down from this source Git code repository. The scheme provided by the embodiment determines the principle of single pull-down multi-direction uploading, as shown in fig. 3, can ensure the consistency of codes in all Git code warehouses to the greatest extent, and realizes unified management of the codes.
In the above technical solution, the setting of the target Git code repository and the source Git code repository is completed based on the code management configuration file. Preferably, the code management method may further include: in response to a modification instruction by a user, a plurality of target Git code repositories and/or source Git code repositories in a code management configuration file are modified.
In order to facilitate different users to use and meet different development requirements of one user, a plurality of target Git code warehouses and source Git code warehouses in the code management configuration file can be modified, and the user can modify the target Git code warehouses through corresponding modification instructions, so that the code management configuration file can adapt to different development requirements. Preferably, the code management configuration file may be stored in a local code repository, that is, a location where the user stores the local code. The local code repository may be a Git code repository or other types of code repositories, which are not specifically limited in this application.
In addition, in the above solution, there are various specific implementations of the Git code repository, for example Gitlab, bitbucket, gogs, which is not limited in this application.
For the above technical solution, when a user uploads codes to a target Git code repository or pulls codes from a source Git code repository, a connection between the user and the code repository needs to be established locally, and the connection may be temporarily established or a long connection. Preferably, the code management method may further include: the code management configuration file is read in advance, a plurality of target Git code storages and source Git code storages set therein are determined, and connections are established with the plurality of target Git code storages and source Git code storages. The present application preferably uses a method of pre-establishing long connections, which is more efficient.
Furthermore, an error correction mechanism can be further added based on the technical scheme. Preferably, the code management method may further include:
detecting whether a user uploads codes to a Git code repository which does not belong to the plurality of target Git code repositories;
when detecting that the user uploads codes to the Git code warehouse which does not belong to the target Git code warehouses, the codes uploaded by the user are uploaded to the target Git code warehouses at the same time.
After the above-described code management method is adopted locally, there may be a case where an individual user does not know the method or does not want to use the method, and it may directly upload the code using other methods. In view of such a situation, the solution provided in the preferred embodiment monitors the operation of uploading codes by the user, and when detecting that the user uploads codes to the Git code repository not belonging to the multiple target Git code repositories, the user uploads the codes uploaded by the user to the multiple target Git code repositories at the same time. That is, even if an erroneous uploading operation occurs, intelligent correction can be realized, and smooth completion of multi-terminal synchronization is facilitated.
Corresponding to the code management method, the embodiment of the invention also provides a code management device based on the Git code warehouse. Fig. 4 is a block diagram of a code management apparatus based on a Git code repository according to an example of the present invention. As shown in fig. 4, the code management apparatus based on the Git code repository according to an example of the present invention includes:
a first management module 402 configured to search a code management profile stored locally in response to a user's instruction to upload code from a local code repository;
a first determining module 404 configured to read the code management configuration file and determine a plurality of target Git code repositories set therein;
the concurrent uploading module 406 is configured to upload the code to be uploaded to a plurality of target Git code warehouses in parallel.
Based on the technical scheme provided by the embodiment, the codes can be uploaded to a plurality of different Git code warehouses in parallel when the codes are uploaded, so that the code uploading efficiency is greatly improved, and unified management of the codes is realized.
Optionally, as shown in fig. 5, the apparatus further includes:
a second management module 408 configured to search for a code management profile stored locally in response to an instruction from a user to pull down the code to a local code repository;
a second determination module 410 configured to read the code management configuration file and determine a source Git code repository set therein;
the single source pull-down module 412 is configured to pull down the user desired code from the source Git code repository to the local code repository.
Optionally, as shown in fig. 5, the apparatus further includes:
a third determining module 414 configured to read the code management configuration file in advance, determine a plurality of target Git code repository and source Git code repository set therein;
a connection establishment module 416 is configured to establish a connection with the plurality of target Git code stores and source Git code stores described above.
Optionally, as shown in fig. 5, the apparatus further includes:
an anomaly detection module 418 configured to detect whether a user uploaded code to a Git code repository that does not belong to the plurality of target Git code repositories;
the exception correction module 420 is configured to, when detecting that a user uploads a code to a Git code repository that does not belong to the plurality of target Git code repositories, upload the code uploaded by the user to the target Git code repository at the same time.
Optionally, the code management configuration file is stored in a local code repository.
Optionally, as shown in fig. 5, the apparatus further includes:
the configuration modification module 422 is configured to modify a plurality of target and/or source Git code stores in the code management configuration file in response to a modification instruction by a user.
Based on the same inventive concept, the embodiments of the present invention also provide a computer storage medium storing computer program code, which when run on a computing device, causes the computing device to execute any of the aforementioned code management methods based on the Git code repository.
Based on the same inventive concept, an embodiment of the present invention further provides a computing device, including:
a processor;
a memory storing computer program code;
the computer program code, when executed by the processor, causes the computing device to perform any of the aforementioned Git code repository-based code management methods.
Based on the technical scheme provided by the implementation of the invention, a developer can configure a plurality of remote Git code warehouse addresses for a certain code catalog (local code warehouse) of a designated machine. Thus, the code under this directory has the effect of being pulled down from one source Git code store and then uploaded to multiple target Git code stores. Thus, a developer can build a local code warehouse with free access rights by himself. The machine can then apply for the Git code repository with strict access rights and access its own Git code repository. By using the machine as a development machine, the codes after development can be simultaneously and simultaneously sent to a plurality of target Git code warehouses, so that the efficiency and quality of code submission can be greatly improved, and the machines with different purposes can be ensured to access the codes with the same content.
In addition, each functional unit in the embodiments of the present invention may be physically independent, two or more functional units may be integrated together, or all functional units may be integrated in one processing unit. The integrated functional units may be implemented in hardware or in software or firmware.
Those of ordinary skill in the art will appreciate that: the integrated functional units, if implemented in software and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in essence or in whole or in part in the form of a software product stored in a storage medium, comprising instructions for causing a computing device (e.g., a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods described in the embodiments of the present invention when the instructions are executed. And the aforementioned storage medium includes: a usb disk, a removable hard disk, a read-only memory (ROM), a random-access memory (RAM), a magnetic disk, or an optical disk, etc.
Alternatively, all or part of the steps of implementing the foregoing method embodiments may be implemented by hardware (such as a personal computer, a server, or a computing device such as a network device) associated with program instructions, where the program instructions may be stored on a computer-readable storage medium, and where the program instructions, when executed by a processor of the computing device, perform all or part of the steps of the method according to the embodiments of the present invention.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and not for limiting the same; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some or all technical features thereof can be replaced by others within the spirit and principle of the present invention; such modifications and substitutions do not depart from the scope of the invention.

Claims (12)

1. A code management method based on a Git code repository, comprising:
responding to an instruction of a user for uploading codes from a local code warehouse, and searching a code management configuration file stored locally;
reading the code management configuration file, and determining a plurality of target Git code warehouses arranged in the code management configuration file;
the codes needed by the user are pulled down from a source Git code warehouse to a local code warehouse through a single pull-down multi-party uploading principle, and the codes needed to be uploaded in the local code warehouse are uploaded to the target Git code warehouses in parallel;
detecting whether a user uploads codes to a Git code repository that does not belong to the plurality of target Git code repositories;
and when detecting that the user uploads codes to the Git code warehouse which does not belong to the target Git code warehouses, uploading the codes uploaded by the user to the target Git code warehouses at the same time.
2. The method of claim 1, further comprising:
responding to an instruction of a user for pulling down codes to the local code warehouse, and searching the code management configuration file stored locally;
and reading the code management configuration file and determining a source Git code warehouse arranged in the code management configuration file.
3. The method of claim 2, further comprising:
the code management configuration file is read in advance, and the target Git code warehouses and the source Git code warehouses which are arranged in the code management configuration file are determined;
connections are established with the plurality of target Git code stores and the source Git code store.
4. A method according to any of claims 1-3, wherein the code management profile is maintained in the local code repository.
5. A method according to any one of claims 1-3, further comprising:
and responding to a modification instruction of a user, and modifying the target Git code warehouses and/or the source Git code warehouses in the code management configuration file.
6. A code management apparatus based on a Git code repository, comprising:
the first management module is configured to respond to an instruction of uploading codes from a local code warehouse by a user and search a code management configuration file stored locally;
the first determining module is configured to read the code management configuration file and determine a plurality of target Git code warehouses arranged in the code management configuration file;
the concurrent uploading module is used for pulling down codes required by a user from a source Git code warehouse to a local code warehouse through a single pull-down multi-direction uploading principle, and uploading the codes required to be uploaded in the local code warehouse to the target Git code warehouses in parallel;
an anomaly detection module configured to detect whether a user uploaded code to a Git code repository that does not belong to the plurality of target Git code repositories;
and the exception correcting module is configured to upload codes uploaded by the user to the plurality of target Git code warehouses simultaneously when detecting that the user uploads the codes to the Git code warehouses which do not belong to the plurality of target Git code warehouses.
7. The apparatus of claim 6, further comprising:
the second management module is configured to respond to an instruction of a user for pulling down codes to the local code warehouse and search the code management configuration file stored locally;
and the second determining module is configured to read the code management configuration file and determine a source Git code warehouse arranged in the code management configuration file.
8. The apparatus of claim 7, further comprising:
a third determining module configured to read the code management configuration file in advance, and determine the plurality of target Git code storages and the source Git code storages set therein;
and a connection establishment module configured to establish a connection with the plurality of target Git code stores and the source Git code store.
9. The apparatus of any of claims 6-8, wherein the code management profile is maintained in the local code repository.
10. The apparatus of any of claims 6-8, further comprising:
and the configuration modification module is configured to respond to a modification instruction of a user and modify the target Git code warehouses and/or the source Git code warehouses in the code management configuration file.
11. A computer storage medium storing computer program code which, when run on a computing device, causes the computing device to perform the Git code repository-based code management method of any one of claims 1-5.
12. A computing device, comprising:
a processor;
a memory storing computer program code;
the computer program code, when executed by the processor, causes the computing device to perform the Git code repository-based code management method of any one of claims 1-5.
CN201811519129.8A 2018-12-12 2018-12-12 Code management method and device based on Git code warehouse Active CN111309369B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811519129.8A CN111309369B (en) 2018-12-12 2018-12-12 Code management method and device based on Git code warehouse

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811519129.8A CN111309369B (en) 2018-12-12 2018-12-12 Code management method and device based on Git code warehouse

Publications (2)

Publication Number Publication Date
CN111309369A CN111309369A (en) 2020-06-19
CN111309369B true CN111309369B (en) 2024-03-29

Family

ID=71150507

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811519129.8A Active CN111309369B (en) 2018-12-12 2018-12-12 Code management method and device based on Git code warehouse

Country Status (1)

Country Link
CN (1) CN111309369B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111897782B (en) * 2020-08-19 2024-04-26 百度时代网络技术(北京)有限公司 File control method, device, equipment and storage medium
CN112732331B (en) * 2021-01-07 2022-07-12 苏州浪潮智能科技有限公司 Code history record recovery method, system and medium
CN114416117B (en) * 2022-01-27 2023-05-09 中国铁道科学研究院集团有限公司电子计算技术研究所 Code template management method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103985003A (en) * 2013-12-25 2014-08-13 北京安码科技有限公司 Novel method and apparatus for supporting automatic monitoring of software engineering quality
CN105760167A (en) * 2016-02-23 2016-07-13 浪潮软件集团有限公司 Docker-based continuous integration method
CN105893502A (en) * 2016-03-29 2016-08-24 广州酷狗计算机科技有限公司 Code synchronization method and device
CN106326372A (en) * 2016-08-12 2017-01-11 北京创新乐知信息技术有限公司 Git central warehouse management system and control method
CN107729031A (en) * 2017-08-25 2018-02-23 上海壹账通金融科技有限公司 Code administration method, apparatus, computer equipment and computer-readable recording medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103985003A (en) * 2013-12-25 2014-08-13 北京安码科技有限公司 Novel method and apparatus for supporting automatic monitoring of software engineering quality
CN105760167A (en) * 2016-02-23 2016-07-13 浪潮软件集团有限公司 Docker-based continuous integration method
CN105893502A (en) * 2016-03-29 2016-08-24 广州酷狗计算机科技有限公司 Code synchronization method and device
CN106326372A (en) * 2016-08-12 2017-01-11 北京创新乐知信息技术有限公司 Git central warehouse management system and control method
CN107729031A (en) * 2017-08-25 2018-02-23 上海壹账通金融科技有限公司 Code administration method, apparatus, computer equipment and computer-readable recording medium

Also Published As

Publication number Publication date
CN111309369A (en) 2020-06-19

Similar Documents

Publication Publication Date Title
US10379845B2 (en) Source to image transformation pipeline for a platform-as-a-service system
CN111309369B (en) Code management method and device based on Git code warehouse
US9690558B2 (en) Orchestrating the lifecycle of multiple-target applications
US20160350081A1 (en) Automatic container definition
US10534695B2 (en) Systems and methods for initializing test environments
US11741297B2 (en) System and method for in-context document composition using subject metadata queries
Kunszt et al. iPortal: the swiss grid proteomics portal: Requirements and new features based on experience and usability considerations
JP2021500658A (en) Computer implementation methods, systems, and computer program products that perform interactive workflows, as well as computer programs.
US9477493B2 (en) Method to generate dynamic customized context-sensitive help
US11036492B2 (en) Dynamically updating source code from a cloud environment
JP2018067302A (en) Software service execution device, system, and method
CN103699684A (en) Method and system for managing websites
US10169213B2 (en) Processing of an application and a corresponding test file in a content repository
US20220138023A1 (en) Managing alert messages for applications and access permissions
US20200409680A1 (en) Updating of container-based applications
US20150347402A1 (en) System and method for enabling a client system to generate file system operations on a file system data set using a virtual namespace
US11044339B2 (en) Asynchronous service provisioning in computing systems
EP3215952A1 (en) Web services generation based on client-side code
JP6579898B2 (en) Information processing system, information processing apparatus control method, and program
US20230067086A1 (en) Transformation of cloud-based data science pods
US20240111498A1 (en) Apparatus, Device, Method and Computer Program for Generating Code using an LLM
TW201727477A (en) Event management systems and event triggering methods and systems thereof in a version control server
Pelin et al. IoTPub–Infrastructure and Backend AP
TWI579719B (en) Solution searching system and method for operating a solution searching system
CN117130648A (en) Application management method, device and system

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