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

Update template, split toys into gems #57

Merged
merged 62 commits into from
Dec 2, 2020
Merged

Commits on Apr 21, 2020

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

Commits on Aug 2, 2020

  1. Update to a new gem template

    Replace `rake` with `toys`, add `remark`, etc.
    AlexWayfer committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    9752e8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9be9a7 View commit details
    Browse the repository at this point in the history
  3. Remove Ruby 2.5 from CI

    Gem requires Ruby >= 2.6.
    AlexWayfer committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    bdeb352 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. Update a template again

    AlexWayfer committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    87d36c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

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

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    fa4bea2 View commit details
    Browse the repository at this point in the history
  2. Delete unused rubocop toys tool

    Just use `bundle exec rubocop`.
    AlexWayfer committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    2487acf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    696340c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b7b6f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bebc58b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Update template again

    AlexWayfer committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    574469a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Add --domain option

    AlexWayfer committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    b7da510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cbe688 View commit details
    Browse the repository at this point in the history
  3. Simplify constants.rb

    AlexWayfer committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    6503006 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acfa3f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17d43d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6167b3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d55dc3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dda5f69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cffe646 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77f2412 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d698b05 View commit details
    Browse the repository at this point in the history
  12. Replace relative path for Puma's UNIX socket with /run

    Necessary for RHEL distributives, like Fedora.
    
    Source: https://twitter.com/AlexWayfer/status/1311951794201923585
    AlexWayfer committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    a49c200 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dbc9f58 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a32ea52 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    c291469 View commit details
    Browse the repository at this point in the history
  2. Replace <%= "<\% with <%%

    AlexWayfer committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    6446c8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4038b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cb3388 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40eaf96 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    cb34228 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    188f447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f468704 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b951625 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    710a926 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    388a941 View commit details
    Browse the repository at this point in the history
  2. Simplify new app generation specs

    I wanted to speed up them by `before(:all)`, but there is the `RSpec/BeforeAfterAll` cop.
    At least, the code became simpler.
    AlexWayfer committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    9013fe4 View commit details
    Browse the repository at this point in the history
  3. Lock template to the latest Ruby version

    Failed CI: https://cirrus-ci.com/task/5271098151403520?command=test#L2
    
    I don't want to setup `rbenv` and `nodenv`, so… I've chose an easier way.
    AlexWayfer committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    11800da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f3e9bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c767527 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ec6566 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5f9bf3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de80a0e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7b8033 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d21dd89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5d082c7 View commit details
    Browse the repository at this point in the history
  12. Change Linux distribution from alpine to fedora for rspec CI task

    Try to avoid these fails: https://cirrus-ci.com/task/5553213984210944
    and make environment closer to real-life.
    AlexWayfer committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    983f5eb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    838f4f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    854884b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd43f11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9eaf59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d29f8b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab39451 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    caf37db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b583509 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2394b8a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    84c549f View commit details
    Browse the repository at this point in the history
  2. Remove cat ~/.bashrc in CI for debugging

    Everything (almost) looks OK,
    anyway `source ~/.bashrc` displays its content.
    AlexWayfer committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    563ddac View commit details
    Browse the repository at this point in the history
  3. Fix ~/.bashrc for Cirrus CI

    It fails inside `populate_script` on cache hits:
    https://cirrus-ci.com/task/6153771409473536?command=test#L42
    AlexWayfer committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    ec7d5dd View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    AlexWayfer committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    104aecf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9591fc View commit details
    Browse the repository at this point in the history