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

Add multipart mime support and refactor #21

Commits on May 17, 2023

  1. Add multipart mime support and refactor

    This change adds multipart mime userdata support and refactors the code
    to allow coreos-cloudinit to run multiple userdata parts as separate
    steps.
    
    Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
    gabriel-samfira committed May 17, 2023
    Configuration menu
    Copy the full SHA
    390460b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Get filename

    Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
    gabriel-samfira committed May 18, 2023
    Configuration menu
    Copy the full SHA
    0e6baa5 View commit details
    Browse the repository at this point in the history
  2. Remove unused code, convert test file to CRLF

    Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
    gabriel-samfira committed May 18, 2023
    Configuration menu
    Copy the full SHA
    276fd6f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Update initialize/config.go

    Co-authored-by: Krzesimir Nowak <qdlacz@gmail.com>
    gabriel-samfira and krnowak committed May 22, 2023
    Configuration menu
    Copy the full SHA
    96d01e5 View commit details
    Browse the repository at this point in the history
  2. Use textproto to detect multipart and other fixes

      * Use textproto to try and read multipart headers
      * No need for generics in parseMimeHeader
      * Remove quadratic
    
    Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
    gabriel-samfira committed May 22, 2023
    Configuration menu
    Copy the full SHA
    3c3ce9d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'add-multipart-mime-support' of github.com:gabriel-samfi…

    …ra/coreos-cloudinit into add-multipart-mime-support
    gabriel-samfira committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ba573d3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Update initialize/user_data.go

    Co-authored-by: Krzesimir Nowak <qdlacz@gmail.com>
    gabriel-samfira and krnowak committed May 23, 2023
    Configuration menu
    Copy the full SHA
    0d3bca0 View commit details
    Browse the repository at this point in the history
  2. Update initialize/user_data.go

    Co-authored-by: Krzesimir Nowak <qdlacz@gmail.com>
    gabriel-samfira and krnowak committed May 23, 2023
    Configuration menu
    Copy the full SHA
    1b891d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Update initialize/user_data.go

    Co-authored-by: Krzesimir Nowak <qdlacz@gmail.com>
    Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
    gabriel-samfira and krnowak committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    52d63b4 View commit details
    Browse the repository at this point in the history