-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix summary #34
Merged
Merged
Fix summary #34
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
AndrewSazonov
added a commit
that referenced
this pull request
Jun 20, 2024
* 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 --------- Co-authored-by: Piotr Rozyczko <piotr.rozyczko@gmail.com>
AndrewSazonov
added a commit
that referenced
this pull request
Jun 21, 2024
* 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>
AndrewSazonov
added a commit
that referenced
this pull request
Jun 21, 2024
* 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>
AndrewSazonov
added a commit
that referenced
this pull request
Jun 21, 2024
* 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>
AndrewSazonov
added a commit
that referenced
this pull request
Jun 26, 2024
* 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
added a commit
that referenced
this pull request
Jun 26, 2024
* 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 * 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 * 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 * 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> * Update release info --------- Co-authored-by: Piotr Rozyczko <piotr.rozyczko@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Text mode
tab