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

Fix summary #34

Merged
merged 2 commits into from
Jun 20, 2024
Merged

Fix summary #34

merged 2 commits into from
Jun 20, 2024

Conversation

AndrewSazonov
Copy link
Member

  • Adds measured and processed data for TOF
  • Moves the report.cif file from the Analysis page MainView to the Sidebar Text mode tab
  • Shows an html-based analysis summary in the Analysis page MainView
  • Allows user to save the analysis summary in html format

* 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 AndrewSazonov merged commit ae60754 into develop Jun 20, 2024
24 checks passed
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 AndrewSazonov deleted the fix_summary branch June 20, 2024 15:09
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant