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

Standalone app #14

Merged
merged 245 commits into from
Oct 29, 2020
Merged

Standalone app #14

merged 245 commits into from
Oct 29, 2020

Commits on Aug 20, 2020

  1. Init Go module

    jswny committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    dd47664 View commit details
    Browse the repository at this point in the history
  2. Add hello world

    jswny committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    4a9bd9a View commit details
    Browse the repository at this point in the history
  3. Add Go linting to workflow

    jswny committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    c040a4a View commit details
    Browse the repository at this point in the history
  4. Run gofmt with golangci-lint

    jswny committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    5457414 View commit details
    Browse the repository at this point in the history
  5. Enable gofmt with config file

    jswny committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    a6fcd4a View commit details
    Browse the repository at this point in the history
  6. Fix spacing in deploy.go

    jswny committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    5166cd0 View commit details
    Browse the repository at this point in the history
  7. Update go to reference sad

    jswny committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    e6a4a85 View commit details
    Browse the repository at this point in the history
  8. Add executable to .gitignore

    jswny committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    6c66956 View commit details
    Browse the repository at this point in the history
  9. Update directory structure

    jswny committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    7821802 View commit details
    Browse the repository at this point in the history
  10. Add library tests

    jswny committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    3a744aa View commit details
    Browse the repository at this point in the history
  11. Fix library tests

    jswny committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    3251fab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    17357ce View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Configuration menu
    Copy the full SHA
    96832d7 View commit details
    Browse the repository at this point in the history
  2. Add CLI tests

    jswny committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    19cbda2 View commit details
    Browse the repository at this point in the history
  3. Run tests in CI

    jswny committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    5be0245 View commit details
    Browse the repository at this point in the history
  4. Fix workflow

    jswny committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    f11a3d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Add options struct

    jswny committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    0658793 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Ignore config files

    jswny committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    9a043d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Add tests for options parsing

    jswny committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    7936ffd View commit details
    Browse the repository at this point in the history
  2. Use RSA for private key

    jswny committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    e210c64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    397cb43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ee4718 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34e355c View commit details
    Browse the repository at this point in the history
  6. Test RSA private key unmarshal

    jswny committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    ee9d0da View commit details
    Browse the repository at this point in the history
  7. Cleanup private key tests

    jswny committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    fb09478 View commit details
    Browse the repository at this point in the history
  8. Fix RSA key marshal

    jswny committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    1f5e216 View commit details
    Browse the repository at this point in the history
  9. Fix RSA key handling

    jswny committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    1a94cdf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2eda29 View commit details
    Browse the repository at this point in the history
  11. Simplify private key tests

    jswny committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    0fd0b34 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Add some documentation

    jswny committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    f6f2012 View commit details
    Browse the repository at this point in the history
  2. Reorganize code

    jswny committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    0b5ee51 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    a80caf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acccdb5 View commit details
    Browse the repository at this point in the history
  3. Fix unchecked key parse error

    jswny committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    4161ea1 View commit details
    Browse the repository at this point in the history
  4. Simplify options testing

    jswny committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    3bd5441 View commit details
    Browse the repository at this point in the history
  5. Reorganize tests

    jswny committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    318c202 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7498c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    206a61b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14f6ee8 View commit details
    Browse the repository at this point in the history
  9. Simplify marshaling logic

    jswny committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    e676998 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Run all Go tests at once

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    accff20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61926a5 View commit details
    Browse the repository at this point in the history
  3. Add from strings for options

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    094af84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d1052c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edabe8e View commit details
    Browse the repository at this point in the history
  6. Add test coverage to Go test

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    44f5aa1 View commit details
    Browse the repository at this point in the history
  7. Test options from strings

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    7aae3e2 View commit details
    Browse the repository at this point in the history
  8. Add Go Cover

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    c4b29b6 View commit details
    Browse the repository at this point in the history
  9. Run Go Cover in CI

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    4f624d7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a7fa55a View commit details
    Browse the repository at this point in the history
  11. Add gocov

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    715c695 View commit details
    Browse the repository at this point in the history
  12. Remove Go Cover

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    106211e View commit details
    Browse the repository at this point in the history
  13. Switch to gocov for CI

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    dbc4633 View commit details
    Browse the repository at this point in the history
  14. Bump Go version to 1.15

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    168e863 View commit details
    Browse the repository at this point in the history
  15. Bump Go version to 1.15 in CI

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    62eb278 View commit details
    Browse the repository at this point in the history
  16. Get Go dependencies in CI

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    ca94f2c View commit details
    Browse the repository at this point in the history
  17. Fix Go dependency download

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    5613147 View commit details
    Browse the repository at this point in the history
  18. Fix Go dependency download

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    ad5ea48 View commit details
    Browse the repository at this point in the history
  19. Fix Go dependency download

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    c00d031 View commit details
    Browse the repository at this point in the history
  20. Fix Go dependency download

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    05514f3 View commit details
    Browse the repository at this point in the history
  21. Fix Go dependency download

    jswny committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    a2fc7eb View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Remove default sad tests

    jswny committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    4cc1dc7 View commit details
    Browse the repository at this point in the history
  2. Remove hello call from CLI

    jswny committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    e026a72 View commit details
    Browse the repository at this point in the history
  3. Add test utils

    jswny committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    6a93b87 View commit details
    Browse the repository at this point in the history
  4. Test arguments in CLI

    jswny committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    b718abd View commit details
    Browse the repository at this point in the history
  5. Remove default CLI test

    jswny committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    d27b03d View commit details
    Browse the repository at this point in the history
  6. Minor name updates

    jswny committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    d2d07ad View commit details
    Browse the repository at this point in the history
  7. Improve CLI logging

    jswny committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    6899eec View commit details
    Browse the repository at this point in the history
  8. Improve flag parsing

    jswny committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    1245626 View commit details
    Browse the repository at this point in the history
  9. Add more comment linting

    jswny committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    5309b22 View commit details
    Browse the repository at this point in the history
  10. Improve documentation comments

    jswny committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    f3c1208 View commit details
    Browse the repository at this point in the history
  11. Test flag parsing

    jswny committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    7227540 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b34d0b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Fix comment style

    jswny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    3abf028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28e30b2 View commit details
    Browse the repository at this point in the history
  3. Test empty JSON config

    jswny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    6d1954d View commit details
    Browse the repository at this point in the history
  4. Test empty env vars

    jswny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    9a25c25 View commit details
    Browse the repository at this point in the history
  5. Add options merge

    jswny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    6515e1d View commit details
    Browse the repository at this point in the history
  6. Randomize test option creation

    jswny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    577bad5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04b36fe View commit details
    Browse the repository at this point in the history
  8. Add options merge tests

    jswny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    c0a7644 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f8dc82d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    a1c517c View commit details
    Browse the repository at this point in the history
  2. Add CLI tests

    jswny committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    c277ad9 View commit details
    Browse the repository at this point in the history
  3. Generalize CLI tests

    jswny committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    f33debf View commit details
    Browse the repository at this point in the history
  4. Test invalid flags for CLI

    jswny committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    05a8abc View commit details
    Browse the repository at this point in the history
  5. Refactor options merge tests

    jswny committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    9492790 View commit details
    Browse the repository at this point in the history
  6. Refactor options merge tests

    jswny committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    b5eaaba View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    a5bcb91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01da615 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Test get all option sources

    jswny committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    d45a861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    992c0be View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Add default options merge

    jswny committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    94f40f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Test default options merge

    jswny committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    617c9a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ec583b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f189fcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69e6693 View commit details
    Browse the repository at this point in the history
  5. Improve test naming

    jswny committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    ddfdc87 View commit details
    Browse the repository at this point in the history
  6. Add options verify

    jswny committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    9c36b29 View commit details
    Browse the repository at this point in the history
  7. Fix options verify error, test

    jswny committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    183df93 View commit details
    Browse the repository at this point in the history
  8. Validate merged options in CLI

    jswny committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    099ba57 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Configuration menu
    Copy the full SHA
    13280bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33bc8f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7125add View commit details
    Browse the repository at this point in the history
  4. Add app name to options

    jswny committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    a5f1a82 View commit details
    Browse the repository at this point in the history
  5. Simplify argument testing

    jswny committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    c1170af View commit details
    Browse the repository at this point in the history
  6. Reorganize test utils

    jswny committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    178eb93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2fad6f8 View commit details
    Browse the repository at this point in the history
  8. Make compare strings public

    jswny committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    82d1704 View commit details
    Browse the repository at this point in the history
  9. Make get full name public, test

    jswny committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    291560c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    647ea11 View commit details
    Browse the repository at this point in the history
  11. Test SCP client generation

    jswny committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    3d00f05 View commit details
    Browse the repository at this point in the history
  12. Send Compose file to server

    jswny committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    5055c97 View commit details
    Browse the repository at this point in the history
  13. Refactor files to connection

    jswny committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    98aabc7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9790eca View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

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

Commits on Sep 27, 2020

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

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    7e69758 View commit details
    Browse the repository at this point in the history
  2. Fix file name comments

    jswny committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    b1620ce View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Add find file recursive

    jswny committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    572851f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    df534b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80dede2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ede367 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af0dd11 View commit details
    Browse the repository at this point in the history
  5. Fix comment format

    jswny committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    28e08a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. Configuration menu
    Copy the full SHA
    e33c387 View commit details
    Browse the repository at this point in the history
  2. Fix Docker Compose file name

    jswny committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    36d40f6 View commit details
    Browse the repository at this point in the history
  3. Clarify GetJSON variable names

    jswny committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    0ce9b47 View commit details
    Browse the repository at this point in the history
  4. Find config file recursively

    jswny committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    e6281ee View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Move GetFullAppName to options

    jswny committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    7b973cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    146a07a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    293fe93 View commit details
    Browse the repository at this point in the history
  4. Remove path from options

    jswny committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    7e66368 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b10e348 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cce43c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40639df View commit details
    Browse the repository at this point in the history
  8. Test generate .env file

    jswny committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    e0da2f6 View commit details
    Browse the repository at this point in the history
  9. Fix generate .env file tests

    jswny committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    19badab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    04eb6ef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b71a92f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6338f3d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Add get env values to options

    jswny committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    9928c49 View commit details
    Browse the repository at this point in the history
  2. Change GetEnv -> FromEnv

    jswny committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    9096f67 View commit details
    Browse the repository at this point in the history
  3. Change GetJSON -> FromJSON

    jswny committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    5fcea5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc48289 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a712cad View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Clarify file naming

    jswny committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    8261981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b19ecc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    91fb9cd View commit details
    Browse the repository at this point in the history
  2. Run app on server

    jswny committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    10ac0a3 View commit details
    Browse the repository at this point in the history
  3. Add more debug printing

    jswny committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    d32c20c View commit details
    Browse the repository at this point in the history
  4. More debug info

    jswny committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    b106415 View commit details
    Browse the repository at this point in the history
  5. Better debug logging

    jswny committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    2a98a1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acb0b86 View commit details
    Browse the repository at this point in the history
  7. Create directory for deployment

    jswny committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    e5f4f28 View commit details
    Browse the repository at this point in the history
  8. Discard output for mkdir

    jswny committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    7603d76 View commit details
    Browse the repository at this point in the history
  9. Minor fixes

    jswny committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    ca2f9cd View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Use one SSH connection only

    jswny committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    622f4ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de6d8e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    530230d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b25d3a View commit details
    Browse the repository at this point in the history
  5. Add back old Compose file

    jswny committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    eb3bc21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b33964 View commit details
    Browse the repository at this point in the history
  7. Add test utils for readers

    jswny committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    9c02c2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d3e59d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68fb98f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    243896f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    939803e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3d8fb87 View commit details
    Browse the repository at this point in the history
  13. Move start app to own function

    jswny committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    730c602 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    5d001e7 View commit details
    Browse the repository at this point in the history
  2. Properly copy multiple files

    jswny committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    b7eb7e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0374e0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1380586 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Add digest to options

    jswny committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    cd19303 View commit details
    Browse the repository at this point in the history
  2. Support digest in test utils

    jswny committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    ec76769 View commit details
    Browse the repository at this point in the history
  3. Add digest to options test

    jswny committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    3056eb6 View commit details
    Browse the repository at this point in the history
  4. Minor fixes

    jswny committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    0993d6c View commit details
    Browse the repository at this point in the history
  5. Add digest to main

    jswny committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    35c1cba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1071a8 View commit details
    Browse the repository at this point in the history
  7. Change name -> repository

    jswny committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    5fe7395 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3cc918e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    47a04fd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6289283 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    96c3f0e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dedb1d9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f2b239e View commit details
    Browse the repository at this point in the history
  14. Cleanup test utils arg order

    jswny committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    4b8cc4e View commit details
    Browse the repository at this point in the history
  15. Update Dockerfile

    jswny committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    262552c View commit details
    Browse the repository at this point in the history
  16. Add .dockerignore

    jswny committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    dfa6927 View commit details
    Browse the repository at this point in the history
  17. Prefix env vars passed in

    jswny committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    4588b4f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2d3db73 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Update workflow

    jswny committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    7a501b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9d0e1b View commit details
    Browse the repository at this point in the history
  3. Fix workflow

    jswny committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    7447220 View commit details
    Browse the repository at this point in the history
  4. Fix workflow SSH

    jswny committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    8ccea66 View commit details
    Browse the repository at this point in the history
  5. Fix workflow SSH

    jswny committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    946c713 View commit details
    Browse the repository at this point in the history
  6. Minor fixes

    jswny committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    7ba3900 View commit details
    Browse the repository at this point in the history
  7. Remove deploy test

    jswny committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    ab49806 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa7a433 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cfe3ab6 View commit details
    Browse the repository at this point in the history
  10. Reorganize options

    jswny committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    c301a61 View commit details
    Browse the repository at this point in the history
  11. Change ImageDigest -> Digest

    jswny committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    abdb5cd View commit details
    Browse the repository at this point in the history
  12. Simplify workflow

    jswny committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    3da206d View commit details
    Browse the repository at this point in the history
  13. Test workflow tags

    jswny committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    16e209b View commit details
    Browse the repository at this point in the history
  14. Fix workflow tags

    jswny committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    25dc965 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    30a4a08 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8742e9e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d08eb2f View commit details
    Browse the repository at this point in the history
  18. Remove Shellcheck from workflow

    jswny committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    dd77d2e View commit details
    Browse the repository at this point in the history
  19. Remove old files

    jswny committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    571d406 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Change Repository -> Registry

    jswny committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    984b4a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdda412 View commit details
    Browse the repository at this point in the history
  3. Minor workflow clarifications

    jswny committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    3fb2ba8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd1c91b View commit details
    Browse the repository at this point in the history
  5. Add image to options

    jswny committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    f6978fd View commit details
    Browse the repository at this point in the history
  6. Simplify env var setting

    jswny committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    837342f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f31937a View commit details
    Browse the repository at this point in the history
  8. Fix workflow naming

    jswny committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    6d82fe4 View commit details
    Browse the repository at this point in the history
  9. Don't require a registry option

    jswny committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    9d210ce View commit details
    Browse the repository at this point in the history
  10. Change app/ -> example/

    jswny committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    3727837 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ed1b071 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b5ed988 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    757498b View commit details
    Browse the repository at this point in the history
  14. Fix registry URL

    jswny committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    0c45c44 View commit details
    Browse the repository at this point in the history
  15. Fix image name in workflow

    jswny committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    877fb77 View commit details
    Browse the repository at this point in the history
  16. Fix image name in workflow

    jswny committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    481e7c1 View commit details
    Browse the repository at this point in the history
  17. Fix registry loading in options

    jswny committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    73c3b46 View commit details
    Browse the repository at this point in the history
  18. Fix registry env var tests

    jswny committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    5a58f17 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2cb598e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dbb6f7e View commit details
    Browse the repository at this point in the history
  21. Push containers to GHCR

    jswny committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    6c86f33 View commit details
    Browse the repository at this point in the history
  22. Improve workflow dependencies

    jswny committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    4e6e668 View commit details
    Browse the repository at this point in the history
  23. Fix image generation

    jswny committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    c36d1a7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5f87f19 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Init GoReleaser

    jswny committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    a22680d View commit details
    Browse the repository at this point in the history
  2. Customize .goreleaser.yml

    jswny committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    05236ad View commit details
    Browse the repository at this point in the history
  3. GoReleaser auto prerelease

    jswny committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    90488c1 View commit details
    Browse the repository at this point in the history
  4. Skip changelog in GoReleaser

    jswny committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    fb726cf View commit details
    Browse the repository at this point in the history
  5. Run GoReleaser in actions

    jswny committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    1d34b09 View commit details
    Browse the repository at this point in the history
  6. Minor workflow clarifications

    jswny committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    db4f31f View commit details
    Browse the repository at this point in the history
  7. Update readme

    jswny committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    0f8d282 View commit details
    Browse the repository at this point in the history
  8. Compact options table in readme

    jswny committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    833ccae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89e7309 View commit details
    Browse the repository at this point in the history
  10. Tidy Go modules

    jswny committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    3f4c98f View commit details
    Browse the repository at this point in the history