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

feat: support Docker plugin #35

Merged
merged 36 commits into from
Jan 8, 2021
Merged

feat: support Docker plugin #35

merged 36 commits into from
Jan 8, 2021

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    6c0434e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2238594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0fc9db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ceae7b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c1ba51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    963699b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbd50ed View commit details
    Browse the repository at this point in the history
  8. docs: fix a lint error

    ```
    website/docs/r/plugin.html.markdown:58 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
    ```
    suzuki-shunsuke committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    260a2ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f7e286 View commit details
    Browse the repository at this point in the history
  10. docs: format document

    ```
    $ make website-lint-fix
    ```
    suzuki-shunsuke committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    731342a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    593269b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    84dd122 View commit details
    Browse the repository at this point in the history
  13. feat: add debug logs

    suzuki-shunsuke committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    3b7ab72 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a9662ad View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6522a35 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7a79c28 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    908fd7c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9df6394 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e52b264 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5f925d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    54629cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afcb76c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ec71c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8b9c7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    967f2ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03b2187 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Configuration menu
    Copy the full SHA
    735df8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d31498 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc2a157 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a8e2b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

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

Commits on Jan 5, 2021

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

Commits on Jan 8, 2021

  1. style: remove "." in the description

    ```
    $ cd docker
    $ ag -l 'Description:.*\.",' | xargs -n 1 sed -i 's/Description:\(.*\)\.",/Description:\1",/'
    ```
    suzuki-shunsuke committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    e3384e9 View commit details
    Browse the repository at this point in the history
  2. fix: implement DiffSuppressFunc of docker_plugin.alias

    complement the latest tag.
    suzuki-shunsuke committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    7a7aee3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b82956b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0ce386 View commit details
    Browse the repository at this point in the history