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

[Merged by Bors] - feat: Add smdk install support in CLI and release #2648

Closed
wants to merge 41 commits into from
Closed

[Merged by Bors] - feat: Add smdk install support in CLI and release #2648

wants to merge 41 commits into from

Commits on Oct 7, 2022

  1. Rename smdk crate to smart-module-development-kit

    Binary name still smdk
    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    8008457 View commit details
    Browse the repository at this point in the history
  2. Got publish CI steps in make

    It'll be easier to add new binaries from makefile
    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    445a3f2 View commit details
    Browse the repository at this point in the history
  3. First large sweep through release CI

    This is a large sweep to clean up for smdk release
    Related to #2644
    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ec4785f View commit details
    Browse the repository at this point in the history
  4. Fix smdk build targets in CI

    Turning off some of my debug logs
    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    fb7ba13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7dbad8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45e6df5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fcaf2bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07e311a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    845ab04 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e92605 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d253cb View commit details
    Browse the repository at this point in the history
  12. Testing release workflow in CI

    Fixing windows crate check for smdk
    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    e8bccc3 View commit details
    Browse the repository at this point in the history
  13. Fix input type for release

    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    075c7de View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ee68449 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6cbc66b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    aeb63b3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8c8b30c View commit details
    Browse the repository at this point in the history
  18. Adding debug to failing job

    This works locally now. Not sure if perms issue
    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    5e4b069 View commit details
    Browse the repository at this point in the history
  19. Swap test in release.yml

    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    21e359a View commit details
    Browse the repository at this point in the history
  20. Simplify cd_dev check

    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    f5e3eb9 View commit details
    Browse the repository at this point in the history
  21. Update generated commands

    Almost done, I think. bump target is left
    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    d40709d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d56ae56 View commit details
    Browse the repository at this point in the history
  23. Tuning gh release steps

    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    89490e8 View commit details
    Browse the repository at this point in the history
  24. Update package version tags

    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    2ba9662 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    53f0a11 View commit details
    Browse the repository at this point in the history
  26. Handle windows packages

    Just need to be careful about deriving name from the binary
    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    7fdaf9d View commit details
    Browse the repository at this point in the history
  27. Simplify gh release steps

    Make sure we can wildcard the release files
    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    bcc8ccb View commit details
    Browse the repository at this point in the history
  28. Testing that release automation needs RELEASE set

    The expected outcome is that CI fails, bc commands prefixed with
    non-command
    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    dcc5157 View commit details
    Browse the repository at this point in the history
  29. Clean up CI for publish

    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    b7a311b View commit details
    Browse the repository at this point in the history
  30. Install some plugins in bin dir

    Plugins names that don't start with `fluvio-` go into the bin directory
    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    0405c1d View commit details
    Browse the repository at this point in the history
  31. Rename crate

    Standardizing on `smartmodule` instead of `smart-module`.
    
    Added an alias to the subcommand with a note for future removal
    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    b08acd7 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b2879de View commit details
    Browse the repository at this point in the history
  33. Make SmartModule name convention consistent

    Updated docstrings and tests
    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    751168a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    77b58c4 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    711811a View commit details
    Browse the repository at this point in the history
  36. Remove smdk target arm-unknown-linux-gnueabihf

    Target is unsupported by dependency
    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    4134df4 View commit details
    Browse the repository at this point in the history
  37. Also removing smdk target armv7

    I don't see it as a supported target in cranelift-codegen's build system
    tjtelan committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    6bac648 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    9617ab8 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3d6cefb View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    a9aa58b View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    9865804 View commit details
    Browse the repository at this point in the history