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(source-scan): docker checks #166

Merged
merged 31 commits into from
Jun 19, 2024

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    4f6e302 View commit details
    Browse the repository at this point in the history
  2. feat: add print of bin hashsum to ArtifactMessages

    dj8yf0μl committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9de9279 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c62e17b View commit details
    Browse the repository at this point in the history
  4. chore: export build fn and its arg type

    dj8yf0μl committed May 14, 2024
    Configuration menu
    Copy the full SHA
    62d7bcf View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. ci: fix clippy

    dj8yf0μl committed May 15, 2024
    Configuration menu
    Copy the full SHA
    41a4cc0 View commit details
    Browse the repository at this point in the history
  2. chore: add wrapping msg for missing commit on remote

    dj8yf0μl committed May 15, 2024
    Configuration menu
    Copy the full SHA
    69f0c0b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. chore: print hex format of code checksum as well

    dj8yf0μl committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5ef7893 View commit details
    Browse the repository at this point in the history
  2. feat: compute CARGO_NEAR_BUILD_COMMAND either from cli args or from…

    … lib build `Opts`
    dj8yf0μl committed May 16, 2024
    Configuration menu
    Copy the full SHA
    210e8e3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. chore: make BuildArtifact the return type of `cargo_near::build_ext…

    …ended`
    dj8yf0μl committed May 21, 2024
    Configuration menu
    Copy the full SHA
    815b727 View commit details
    Browse the repository at this point in the history
  2. chore: generalize BuildOptsExtended

    dj8yf0μl committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7d2e11d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. doc: improve doc a bit on added opts

    dj8yf0μl committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5e48ff3 View commit details
    Browse the repository at this point in the history
  2. chore: replace contains with ends_with

    dj8yf0μl committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fbed198 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. chore: remove docker interactive run with `CARGO_NEAR_SERVER_BUILD_DI…

    …SABLE_INTERACTIVE`
    dj8yf0μl committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b3f7044 View commit details
    Browse the repository at this point in the history
  2. feat: docker sanity check + image check

    dj8yf0μl committed May 27, 2024
    Configuration menu
    Copy the full SHA
    fc966ca View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. chore: extra guidance for permission denied case

    dj8yf0μl committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ac64571 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. review: addresses near#166 (comment)

    dj8yf0μl committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    8836317 View commit details
    Browse the repository at this point in the history
  2. review: addresses near#166 (comment)

    dj8yf0μl committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6ba7710 View commit details
    Browse the repository at this point in the history
  3. review: addresses near#166 (comment)

    dj8yf0μl committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c45d75e View commit details
    Browse the repository at this point in the history
  4. review: addresses near#166 (comment)

    dj8yf0μl committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b85e46c View commit details
    Browse the repository at this point in the history
  5. review: addresses near#166 (comment), part 1

    dj8yf0μl committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    dde5ec8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. review: addresses near#166 (comment), part 2

    dj8yf0μl committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2139f80 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. review: addresses near#166 (comment), part 3

    dj8yf0μl committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5dbb2eb View commit details
    Browse the repository at this point in the history
  2. review: address near#166 (comment)

    dj8yf0μl committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ad113d8 View commit details
    Browse the repository at this point in the history
  3. ci: fix clippy

    dj8yf0μl committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    31d087a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. review: addresses near#166 (comment)

    dj8yf0μl committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    787cfbd View commit details
    Browse the repository at this point in the history
  2. chore: remove todo

    dj8yf0μl committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    484b785 View commit details
    Browse the repository at this point in the history
  3. review: address near#134 (comment)

    dj8yf0μl committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c0c70ba View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. review: addresses near#166 (comment), part 2

    dj8yf0μl committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    af76989 View commit details
    Browse the repository at this point in the history
  2. doc: add missing parts

    dj8yf0μl committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    538acf0 View commit details
    Browse the repository at this point in the history
  3. review: addresses near#134 (comment)

    dj8yf0μl committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    48b8181 View commit details
    Browse the repository at this point in the history
  4. doc: fix a typo

    dj8yf0μl committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e410b0d View commit details
    Browse the repository at this point in the history