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

Bump from 0.9.3 to 0.9.4 #42

Merged
merged 12 commits into from
Jun 26, 2024
Merged

Bump from 0.9.3 to 0.9.4 #42

merged 12 commits into from
Jun 26, 2024

Commits on May 30, 2024

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

Commits on Jun 20, 2024

  1. Fix summary (#34)

    * Modify summary page
    
    * Add measured and processed data for TOF
    * Move report.cif from Analysis main view to sidebar text mode
    * Show html-based analysis summary in the Analysis main view
    * Allow saving analysis summary as html
    
    * Update images for GUI tests
    AndrewSazonov authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ae60754 View commit details
    Browse the repository at this point in the history
  2. Fix signing macos (#35)

    * Temporarily remove the CI script for snapcraft
    
    * Simplify build script to try code signing
    
    * MACOS_CERTIFICATE_ENCODED (.p12 content base64 encoded) updated on github
    * MACOS_CERTIFICATE_PASSWORD (.p12 password) updated on github
    
    * Rename fpath to fname
    
    * Migrate from altool to notarytool
    
    * altool is depricated
    * Migration instruction https://developer.apple.com/documentation/technotes/tn3147-migrating-to-the-latest-notarization-tool
    
    * Fix spctl verbose output option
    
    * Try using lando/code-sign-action instead of custom script
    
    * Fix file path in the code signing script
    
    * Update certificate identity
    
    * Debug
    
    * Fix identity
    
    * more debug
    
    * more debug
    
    * more debug
    
    * more debug
    
    * debug: return after verify
    
    * debug: return after sign
    
    * debug: return before verify
    
    * debug 2: return after sign
    
    * more debug
    
    * Another try with lando/code-sign-action
    
    * More debug terminal
    
    * more debug
    
    * fix
    
    * More fixes
    
    * More fixes
    
    * continue after signing
    
    * Remove sleep before staple (moved to notarisation)
    
    * clean up
    
    * Rename variables and clean up
    
    * More clean up
    
    * Fix team-id
    
    * Restore other steps in the build script
    
    * Force to use numpy<2
    
    * Use full os name in uploaded artifacts
    AndrewSazonov authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0fb3bbf View commit details
    Browse the repository at this point in the history
  3. Windows signing (#33)

    * initial test, mostly to get the filenames first
    
    * attempt to locate the signed binary
    
    * play with filename
    
    * try again
    
    * another attempt at properly delimit the string
    
    * go back to the whole matrix before PR
    
    * remove debug printouts
    
    * Get path to setup_exe from Config.py
    
    ---------
    
    Co-authored-by: Andrew Sazonov <andrew.sazonov@icloud.com>
    rozyczko and AndrewSazonov authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e401958 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    636adc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    636ded7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fc8d42 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    5c2a04a View commit details
    Browse the repository at this point in the history
  2. Update release info

    AndrewSazonov committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a92ed72 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Add a point background model to TOF (#41)

    * Bump from 0.9.2 to 0.9.3 (#38)
    
    * Fix summary (#34)
    
    * Modify summary page
    
    * Add measured and processed data for TOF
    * Move report.cif from Analysis main view to sidebar text mode
    * Show html-based analysis summary in the Analysis main view
    * Allow saving analysis summary as html
    
    * Update images for GUI tests
    
    * Fix signing macos (#35)
    
    * Temporarily remove the CI script for snapcraft
    
    * Simplify build script to try code signing
    
    * MACOS_CERTIFICATE_ENCODED (.p12 content base64 encoded) updated on github
    * MACOS_CERTIFICATE_PASSWORD (.p12 password) updated on github
    
    * Rename fpath to fname
    
    * Migrate from altool to notarytool
    
    * altool is depricated
    * Migration instruction https://developer.apple.com/documentation/technotes/tn3147-migrating-to-the-latest-notarization-tool
    
    * Fix spctl verbose output option
    
    * Try using lando/code-sign-action instead of custom script
    
    * Fix file path in the code signing script
    
    * Update certificate identity
    
    * Debug
    
    * Fix identity
    
    * more debug
    
    * more debug
    
    * more debug
    
    * more debug
    
    * debug: return after verify
    
    * debug: return after sign
    
    * debug: return before verify
    
    * debug 2: return after sign
    
    * more debug
    
    * Another try with lando/code-sign-action
    
    * More debug terminal
    
    * more debug
    
    * fix
    
    * More fixes
    
    * More fixes
    
    * continue after signing
    
    * Remove sleep before staple (moved to notarisation)
    
    * clean up
    
    * Rename variables and clean up
    
    * More clean up
    
    * Fix team-id
    
    * Restore other steps in the build script
    
    * Force to use numpy<2
    
    * Use full os name in uploaded artifacts
    
    * Windows signing (#33)
    
    * initial test, mostly to get the filenames first
    
    * attempt to locate the signed binary
    
    * play with filename
    
    * try again
    
    * another attempt at properly delimit the string
    
    * go back to the whole matrix before PR
    
    * remove debug printouts
    
    * Get path to setup_exe from Config.py
    
    ---------
    
    Co-authored-by: Andrew Sazonov <andrew.sazonov@icloud.com>
    
    * Prepare for releasing 0.9.2
    
    * Fix release info [ci skip]
    
    * Return snapcraft build script back (#37)
    
    * Update release info
    
    ---------
    
    Co-authored-by: Piotr Rozyczko <piotr.rozyczko@gmail.com>
    
    * Bump from v0.9.2 to v0.9.3 (#39)
    
    * Fix summary (#34)
    
    * Modify summary page
    
    * Add measured and processed data for TOF
    * Move report.cif from Analysis main view to sidebar text mode
    * Show html-based analysis summary in the Analysis main view
    * Allow saving analysis summary as html
    
    * Update images for GUI tests
    
    * Fix signing macos (#35)
    
    * Temporarily remove the CI script for snapcraft
    
    * Simplify build script to try code signing
    
    * MACOS_CERTIFICATE_ENCODED (.p12 content base64 encoded) updated on github
    * MACOS_CERTIFICATE_PASSWORD (.p12 password) updated on github
    
    * Rename fpath to fname
    
    * Migrate from altool to notarytool
    
    * altool is depricated
    * Migration instruction https://developer.apple.com/documentation/technotes/tn3147-migrating-to-the-latest-notarization-tool
    
    * Fix spctl verbose output option
    
    * Try using lando/code-sign-action instead of custom script
    
    * Fix file path in the code signing script
    
    * Update certificate identity
    
    * Debug
    
    * Fix identity
    
    * more debug
    
    * more debug
    
    * more debug
    
    * more debug
    
    * debug: return after verify
    
    * debug: return after sign
    
    * debug: return before verify
    
    * debug 2: return after sign
    
    * more debug
    
    * Another try with lando/code-sign-action
    
    * More debug terminal
    
    * more debug
    
    * fix
    
    * More fixes
    
    * More fixes
    
    * continue after signing
    
    * Remove sleep before staple (moved to notarisation)
    
    * clean up
    
    * Rename variables and clean up
    
    * More clean up
    
    * Fix team-id
    
    * Restore other steps in the build script
    
    * Force to use numpy<2
    
    * Use full os name in uploaded artifacts
    
    * Windows signing (#33)
    
    * initial test, mostly to get the filenames first
    
    * attempt to locate the signed binary
    
    * play with filename
    
    * try again
    
    * another attempt at properly delimit the string
    
    * go back to the whole matrix before PR
    
    * remove debug printouts
    
    * Get path to setup_exe from Config.py
    
    ---------
    
    Co-authored-by: Andrew Sazonov <andrew.sazonov@icloud.com>
    
    * Prepare for releasing 0.9.2
    
    * Fix release info [ci skip]
    
    * Return snapcraft build script back (#37)
    
    * Update release info
    
    ---------
    
    Co-authored-by: Piotr Rozyczko <piotr.rozyczko@gmail.com>
    
    * Bump from v0.9.2 to v0.9.3 (#40)
    
    * Fix summary (#34)
    
    * Modify summary page
    
    * Add measured and processed data for TOF
    * Move report.cif from Analysis main view to sidebar text mode
    * Show html-based analysis summary in the Analysis main view
    * Allow saving analysis summary as html
    
    * Update images for GUI tests
    
    * Fix signing macos (#35)
    
    * Temporarily remove the CI script for snapcraft
    
    * Simplify build script to try code signing
    
    * MACOS_CERTIFICATE_ENCODED (.p12 content base64 encoded) updated on github
    * MACOS_CERTIFICATE_PASSWORD (.p12 password) updated on github
    
    * Rename fpath to fname
    
    * Migrate from altool to notarytool
    
    * altool is depricated
    * Migration instruction https://developer.apple.com/documentation/technotes/tn3147-migrating-to-the-latest-notarization-tool
    
    * Fix spctl verbose output option
    
    * Try using lando/code-sign-action instead of custom script
    
    * Fix file path in the code signing script
    
    * Update certificate identity
    
    * Debug
    
    * Fix identity
    
    * more debug
    
    * more debug
    
    * more debug
    
    * more debug
    
    * debug: return after verify
    
    * debug: return after sign
    
    * debug: return before verify
    
    * debug 2: return after sign
    
    * more debug
    
    * Another try with lando/code-sign-action
    
    * More debug terminal
    
    * more debug
    
    * fix
    
    * More fixes
    
    * More fixes
    
    * continue after signing
    
    * Remove sleep before staple (moved to notarisation)
    
    * clean up
    
    * Rename variables and clean up
    
    * More clean up
    
    * Fix team-id
    
    * Restore other steps in the build script
    
    * Force to use numpy<2
    
    * Use full os name in uploaded artifacts
    
    * Windows signing (#33)
    
    * initial test, mostly to get the filenames first
    
    * attempt to locate the signed binary
    
    * play with filename
    
    * try again
    
    * another attempt at properly delimit the string
    
    * go back to the whole matrix before PR
    
    * remove debug printouts
    
    * Get path to setup_exe from Config.py
    
    ---------
    
    Co-authored-by: Andrew Sazonov <andrew.sazonov@icloud.com>
    
    * Prepare for releasing 0.9.2
    
    * Fix release info
    
    * Return snapcraft build script back (#37)
    
    * Update release info
    
    ---------
    
    Co-authored-by: Piotr Rozyczko <piotr.rozyczko@gmail.com>
    
    * Initial implementation of point background for TOF
    
    * Clean up debugging
    
    * Force scipy<1.14
    
    ---------
    
    Co-authored-by: Piotr Rozyczko <piotr.rozyczko@gmail.com>
    AndrewSazonov and rozyczko authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    88b962a View commit details
    Browse the repository at this point in the history
  2. Update release info

    AndrewSazonov committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    21ca57f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    104b741 View commit details
    Browse the repository at this point in the history