Project

General

Profile

Actions

Feature #384

open

Epic #383: support react apps

git watcher MVP

Added by torgiren about 3 years ago. Updated about 3 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
git watcher
Target version:
Start date:
10/02/2022
Due date:
% Done:

0%

Estimated time:
6:00 h
Spent time:

Description

- application should take a list of git repositories.
- it should watch if submodules have any updates
- if any updates found, git wather should update submodule and push change to repo
- if submodule has new branches, new branches should be created in base repo
- if submodule's branch has beed deleted, the coresponding branch in base repo should be deleted as well

Actions #1

Updated by torgiren about 3 years ago

for timeout

redis> set aa2 bb NX EX 10
"OK" 

for queue:
https://redis.io/commands/zadd/
redis> ZADD myzset 1 "one" 
(integer) 1
redis> ZADD myzset 1 "uno" 
(integer) 1
redis> ZADD myzset 2 "two" 3 "three" 
(integer) 2

Actions

Also available in: Atom PDF