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

Update installation manual #2229

Closed
wants to merge 146 commits into from
Closed

Conversation

Preetam-Das26
Copy link
Collaborator

Purpose of PR?:
update the "Manual" installation instruction on stable

Fixes #2200

Does this PR introduce a breaking change?

If the changes in this PR are manually verified, list down the scenarios covered::

Additional information for reviewer? :
Mention if this PR is part of any design or a continuation of previous PRs

Does this PR results in some Documentation changes?
If yes, include the list of Documentation changes

Checklist:

  • Bug fix. Fixes #
  • New feature (Non-API breaking changes that adds functionality)
  • PR Title follows the convention of <type>: <subject>
  • Commit has unit tests

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
matrss and others added 17 commits February 12, 2024 14:07
…spatch (Open-MSS#2196)

* Fix scheduled test to trigger testing-stable workflow using workflow_dispatch

* updated workflow_dispatch devlop

* requested changes regarding space
The removed QMessageBox mocks are unnecessary since there is a check in
tests.fixtures that makes sure no open message boxes remain after each
test and many of these mocks are actually detrimental since they mock
all types of message boxes but only check for one.
This option is, to my knowledge, unused and it does not work anymore
since the configuration is reset before each test.
…-MSS#2216)

* enables to see from any operations user the creator

* test and changes to allow for any operations member to get the creators name

* improved
* extracted from index.py

* refactored index.py, moved server dependent parts to theire modules

* updated
Open-MSS#2214)

* catch exception

* improved

* Update mslib/mscolab/server.py

Co-authored-by: Matthias Riße <[email protected]>

---------

Co-authored-by: Matthias Riße <[email protected]>
This configuration will check the GitHub Actions workflows for outdated
versions of actions and will open update PRs for those every week on
Monday (the current default for a weekly schedule).
* 15/02/2024 22:14

* 16/02/2024 14:34

* 16/02/2024 18:06

* 16/02/2024 18:06

* 16/02/2024 20:13

* 16/02/2024 20:13

* 16/02/2024 21:59

* 16/02/2024 22:53

* 20/02/2024 11:39

* 20/02/2024 14:01
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
use always tz=datetime.timezone.utc
@Preetam-Das26 Preetam-Das26 changed the title Update installation 01:02 Update installation manual Feb 22, 2024
@Preetam-Das26
Copy link
Collaborator Author

Kindly review the PR. @ReimarBauer

Install MSS
~~~~~~~~~~~

You must install mss into a new environment to ensure the most recent
versions for dependencies. ::

$ conda install -n base conda-libmamba-solver
Copy link
Member

Choose a reason for hiding this comment

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

good catch

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks .I think I am facing some issues with the forked repository .I will open a new pull request for this issue soon.

@Preetam-Das26 Preetam-Das26 deleted the update branch February 23, 2024 05:48
@Preetam-Das26 Preetam-Das26 restored the update branch February 23, 2024 05:49
@ReimarBauer
Copy link
Member

that's wrong, please only from a fork from stable into stable. We later merge from stable to develop.
Develop will be the next stable, when we release.

@Preetam-Das26 Preetam-Das26 deleted the update branch February 23, 2024 05:53
@Preetam-Das26
Copy link
Collaborator Author

ok @ReimarBauer

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.