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 app into wheel #67

Merged
merged 55 commits into from
Aug 1, 2023
Merged

Commits on Jul 11, 2023

  1. Update ci.yml

    emanuele-em authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    be15a8f View commit details
    Browse the repository at this point in the history
  2. Update ci.yml

    emanuele-em authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    570435d View commit details
    Browse the repository at this point in the history
  3. Update ci.yml

    emanuele-em authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    3d64064 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Update ci.yml

    emanuele-em authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    3a32f9e View commit details
    Browse the repository at this point in the history
  2. Update ci.yml

    emanuele-em authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e991caa View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

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

Commits on Jul 26, 2023

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

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    901efba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42f0899 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58558ba View commit details
    Browse the repository at this point in the history
  4. update ci

    emanuele-em committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    341ef39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20b5cb9 View commit details
    Browse the repository at this point in the history
  6. update ci

    emanuele-em committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    33a6e4d View commit details
    Browse the repository at this point in the history
  7. update ci

    emanuele-em committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    68be158 View commit details
    Browse the repository at this point in the history
  8. another test

    emanuele-em committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    929b414 View commit details
    Browse the repository at this point in the history
  9. fix syntax

    emanuele-em committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    82d7237 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c7d97e6 View commit details
    Browse the repository at this point in the history
  11. update ci removing branch

    emanuele-em committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f47f257 View commit details
    Browse the repository at this point in the history
  12. minor text fix

    emanuele-em committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ea86355 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

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

    emanuele-em committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    366f3dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5447ba View commit details
    Browse the repository at this point in the history
  4. fix ci

    emanuele-em committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3b69909 View commit details
    Browse the repository at this point in the history
  5. some fix to certificate-truster

    - info.plist identifier did not accept "_" char, so it did not run (ErrSecInternal)
    - create .icns and add them to info.plist
    - Tested in multiple way (really a lot ways) the embed_plist crate but it does not work in this case because
    macos Security extension needs GUI
    - some naming improvements
    emanuele-em committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f599b1d View commit details
    Browse the repository at this point in the history
  6. update package name

    emanuele-em committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6201c49 View commit details
    Browse the repository at this point in the history
  7. weird sync problem

    emanuele-em committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    dd00617 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. pyi update

    emanuele-em committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    51ae01d View commit details
    Browse the repository at this point in the history
  2. autofix update

    emanuele-em committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    70a5e44 View commit details
    Browse the repository at this point in the history
  3. clippy

    emanuele-em committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    37ee9a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3783cc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e7c27a View commit details
    Browse the repository at this point in the history
  6. target os on imports

    emanuele-em committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    ca3e6ab View commit details
    Browse the repository at this point in the history
  7. clippy

    emanuele-em committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    53653bc View commit details
    Browse the repository at this point in the history
  8. fix imports

    emanuele-em committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    091de99 View commit details
    Browse the repository at this point in the history
  9. add_trusted_cert -> add_cert

    this because before we add the cert and then we trust it with external truster app
    emanuele-em committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    e9957c4 View commit details
    Browse the repository at this point in the history
  10. lock

    emanuele-em committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    2e5ab6c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. add build file

    emanuele-em committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    1ccfe28 View commit details
    Browse the repository at this point in the history
  2. small fix and fmt

    emanuele-em committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5f14e47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc06447 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e8f0c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    359f2ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7623328 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f1558d View commit details
    Browse the repository at this point in the history
  8. cargo fmt

    emanuele-em committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b0f6702 View commit details
    Browse the repository at this point in the history
  9. clippy

    emanuele-em committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    01f3728 View commit details
    Browse the repository at this point in the history
  10. build_rs path fix

    emanuele-em committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f853327 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae77edd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    41c073d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9d6d302 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fc63be4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2e4d789 View commit details
    Browse the repository at this point in the history
  16. cargo lock

    emanuele-em committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0e62a69 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. separate if condition

    emanuele-em committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f1b5c7b View commit details
    Browse the repository at this point in the history
  2. nits

    mhils authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    27586b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f6163d View commit details
    Browse the repository at this point in the history