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

improved checks, ToDos added #1872

Closed
wants to merge 37 commits into from

Conversation

ReimarBauer
Copy link
Member

@ReimarBauer ReimarBauer commented Aug 10, 2023

fixes #1871

ReimarBauer and others added 30 commits April 27, 2023 18:18
* Tests added for remote sensing widget

* Fixed flake8

* Flake8 fixed

* Updated authors

* AUTHORS updated

* Fixed pytest errors

* Issues resolved

* Import order updated

* Changes made

* Update test_remotesensing.py

* Data reorganized

* Update test_remotesensing.py
* added stuff

* keyring tidy up

* fixed some testcases

* fixed keyring

* added method to 'clear' keyring

* split connect tests and added a '401' one for authorization denied case

* adapted to comments

* adapted to comments

* renamed http_auth to mss_auth

* removed misplaced http_basic_auth statment

* updated keyring related documentation

* updated status messages.

* update

* update
* fill mswms_settings with default values.

* update
* preparing migration of json data to next major

* flake8

* further changes

* type fixed

* new test for new migration

* sample files updated

* test improved

* syntax fixe in sample
* individual imports

better lookup by IDEs

removed globals

* flake8
* update super() calls to modern python
* removed class ...(object)
* enable tests for GSOC branches

* added a new testing action based on develop for gsoc

* undo blank

* var changed

* name changed

* removed unexpected value
* Make colorbar ticks format in generics plot configurable

Fix Open-MSS#1828

* make vsec consistent with hsec

* fix

* fix
* introduction of group management

* comment updated
@ReimarBauer ReimarBauer requested a review from joernu76 August 10, 2023 07:41
joernu76
joernu76 previously approved these changes Aug 10, 2023
@@ -482,12 +495,16 @@ def update_operation():
def get_operation_details():
op_id = request.args.get('op_id', request.form.get('op_id', None))
user = g.user
result = str(fm.get_operation_details(int(op_id), user))
if result is False:
return "False"
return json.dumps(fm.get_operation_details(int(op_id), user))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get_operation_details is called twice here in the "normal" case.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one too much, good catch

@ReimarBauer
Copy link
Member Author

arg now something is going wrong

@ReimarBauer ReimarBauer marked this pull request as draft August 10, 2023 12:28
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.

5 participants