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

Make github a multisource widget #450

Merged
merged 4 commits into from
May 15, 2019

Commits on May 13, 2019

  1. Make github a multisource widget

    Note, that this is a backwards incompatible change
    
    Previous config:
    
    ```
    repositories:
      wtf: "wtfutil"
    ```
    
    New Config:
    
    ```
    repositories:
    - "wtfutil/wtf"
    ```
    Seanstoppable committed May 13, 2019
    Configuration menu
    Copy the full SHA
    c35034d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Configuration menu
    Copy the full SHA
    85014a4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Handle historical config

    Parse repositories both ways
    Have github manually set sources, since historical config may not handle
    Seanstoppable committed May 15, 2019
    Configuration menu
    Copy the full SHA
    cb64f7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f7a294 View commit details
    Browse the repository at this point in the history