Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync via git repository #495

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Sync via git repository #495

wants to merge 3 commits into from

Commits on Feb 12, 2023

  1. Sync via git repository

    This patch allows Watson to sync via a simple git repository, making it
    unnecessary to run a specific backend. Instead, any git repository with
    write access will do.
    
    You can configure a git backend by setting something like:
    
        watson config backend.repo [email protected]:user/repo.git
    
    If y repository is set, the `sync` command will try using git. If not,
    the old backend server is used if `server` and `token` are set.
    lkiesow committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    fd08972 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Use colors for sync

    To make the stats more legible, this patch uses color for the summary
    lines printed out so they stand out more from the git logs.
    lkiesow committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    9b7fad8 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Sort frames stored in git

    This should minimize the changes when different clients commit to the
    repository.
    lkiesow committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4ce280a View commit details
    Browse the repository at this point in the history