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

Build zipped package #550

Merged
merged 18 commits into from
Oct 25, 2021
Merged

Commits on Oct 21, 2021

  1. Create stub for creating zipped package

    mtojek committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    c1cb8bc View commit details
    Browse the repository at this point in the history
  2. Fix

    mtojek committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    ecc1cc0 View commit details
    Browse the repository at this point in the history
  3. Use z.Archive

    mtojek committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    d450981 View commit details
    Browse the repository at this point in the history
  4. Debug calls

    mtojek committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    90d3b15 View commit details
    Browse the repository at this point in the history
  5. os.Remove

    mtojek committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    3dd4b2e View commit details
    Browse the repository at this point in the history
  6. Fix

    mtojek committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    51d698f View commit details
    Browse the repository at this point in the history
  7. CI: introduce build-zip goal

    mtojek committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    27fa9c9 View commit details
    Browse the repository at this point in the history
  8. Implement clean

    mtojek committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    255b64e View commit details
    Browse the repository at this point in the history
  9. Fix

    mtojek committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    44fa6af View commit details
    Browse the repository at this point in the history
  10. Don't update the stack

    mtojek committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    e652936 View commit details
    Browse the repository at this point in the history
  11. Remove build directories

    mtojek committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    85d4a4e View commit details
    Browse the repository at this point in the history
  12. Install zip packages

    mtojek committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    1bd04c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. WIP

    mtojek committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    89222b0 View commit details
    Browse the repository at this point in the history
  2. Add missing root directory in the zip

    mtojek committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    a013376 View commit details
    Browse the repository at this point in the history
  3. Fix

    mtojek committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    0ccb162 View commit details
    Browse the repository at this point in the history
  4. We need Kibana too

    mtojek committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    5c4ca2b View commit details
    Browse the repository at this point in the history
  5. Address PR comments

    mtojek committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    a4e8466 View commit details
    Browse the repository at this point in the history
  6. Fix

    mtojek committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    92ef5d7 View commit details
    Browse the repository at this point in the history