Actions
Feature #384
openEpic #383: support react apps
git watcher MVP
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
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