# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/o7nnxtq
可替代 Jenkins:Drone 進一步簡化 CI-CD
創建一家成功的軟件公司需要什麼?交付有價值的軟件並快速交付的能力。我們如何保證這種高速服務?持續交付 (CD) 流程,由完善的持續集成 (CI) 機制支持,以提供完美交付,尤其是當平臺組件的數量和依賴性增加時。這張圖片完美地總結了良性 CI/CD 循環,任何 DevOps 都應該將其貼在辦公桌上:在本文中,我們將關注循環的左側,即產品從代碼到測試的過程。使用源代碼時,git 是唯一的選擇。事實上, ⌘ Read more