Skip to content

Conversation

@HugoCLSC
Copy link
Member

@HugoCLSC HugoCLSC commented Dec 9, 2025

What changed?

  • Fixed recommended actions by ruff and ran the formatter on all files
  • Added basic docstring on almost all method

Future Work

The current docstrings on the methods are placeholders and should be improved greatly, completing the documentation for each method if necessary. Everytime new work or refactors are made, please complete the documentation

dependabot bot and others added 30 commits December 5, 2025 11:34
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.3...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@HugoCLSC HugoCLSC merged commit 8229438 into dev Dec 10, 2025
7 of 8 checks passed
@HugoCLSC HugoCLSC deleted the refactor/tests-compliance branch December 10, 2025 14:18
HugoCLSC added a commit that referenced this pull request Dec 10, 2025
* Build(deps): Bump requests from 2.32.3 to 2.32.4 in /scripts (#112)

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.3...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Removed unused method

* Remove unused imports

* Remove unused import, f-string without placeholders

* Remove unused import

* Removed unused module

* Removed f-string without placeholder

* Removed unused code on method

* Removed placeholder file for new module

* Removed assigned variable but never used

* Removed unused import

* Comment unused variable

* Removed unused code line

* Removed unused file

* Explicity re-raise with from

* Removed unused code line

* Refactor text box painting

* Removed unused import

* Removed unused code line

* Removed unused module

* Removed unused module placeholder

* Added docstrings

* Add docstrings to methods

* Add docstring to methods and class

* Add docstring to methods

* Removed unused module

* Added docstrings

* Added docstrings

* Added docstrings, deleted commented code

* Added docstrings, deleted commented code

* Added docstrings, deleted commented code

* Added docstrings, deleted commented code

* deleted commented code

* Added docstrings, deleted commented code

* Deleted code from unused window

* Added docstring to methods, deleted unused code

* Added docstring to methods, deleted unused code

* Add docsctring, delete commented code

* Add docsctring

* Add docsctring, delete unused code

* Add docstring, change method name

* Add docstring, change method name, delete unused code

* Add docstring, delete unused code

* Add docstring, delete unused code, changed method name

* Add docstring, changed method name

* Add docstring, changed method name

* Add docstring, changed method name

* Add docstring, changed method name

* Add docstring, changed method name

* Formatting

* Add docstring

* Add docstring, delete unused code, changed method name

* Add docstring, delete unused code, changed method name

* Add docstring, changed method name

* Add docstring, changed method name

* Add docstring, delete commented code, change method name

* Add docstring, delete commented code, change method name

* Let troubleshoot page decide where it wants to go

* Add docstring, change method name

* Add docstring, delete unused and untested code

* Add docstring

* Add docstring

* Add docstring, delete unused code

* Add docstring

* Add docstring

* Add docstring

* Add docstring

* Add docstring

* Add docstrings

* Add docstring, change method name

* Add docstring

* Add docstring, delete unused code

* Add docstring, delete unused code

* Add docstring

* Change list item docstring

* Add docstring

* Add docstring

* Deleted unused module

* Add docstring

* Deleted unused method

* Deleted unused code line

* Delete unused code line

* Delete unused code line

* Security patch subprocess shell = True, security issue

* Remove argument from method

* Ruff formatting

* Ruff formatting

* Surpress Reviewed security issues

* Formatting

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Hugo Costa <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Robert0Mart pushed a commit that referenced this pull request Dec 10, 2025
* Build(deps): Bump requests from 2.32.3 to 2.32.4 in /scripts (#112)

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.3...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Removed unused method

* Remove unused imports

* Remove unused import, f-string without placeholders

* Remove unused import

* Removed unused module

* Removed f-string without placeholder

* Removed unused code on method

* Removed placeholder file for new module

* Removed assigned variable but never used

* Removed unused import

* Comment unused variable

* Removed unused code line

* Removed unused file

* Explicity re-raise with from

* Removed unused code line

* Refactor text box painting

* Removed unused import

* Removed unused code line

* Removed unused module

* Removed unused module placeholder

* Added docstrings

* Add docstrings to methods

* Add docstring to methods and class

* Add docstring to methods

* Removed unused module

* Added docstrings

* Added docstrings

* Added docstrings, deleted commented code

* Added docstrings, deleted commented code

* Added docstrings, deleted commented code

* Added docstrings, deleted commented code

* deleted commented code

* Added docstrings, deleted commented code

* Deleted code from unused window

* Added docstring to methods, deleted unused code

* Added docstring to methods, deleted unused code

* Add docsctring, delete commented code

* Add docsctring

* Add docsctring, delete unused code

* Add docstring, change method name

* Add docstring, change method name, delete unused code

* Add docstring, delete unused code

* Add docstring, delete unused code, changed method name

* Add docstring, changed method name

* Add docstring, changed method name

* Add docstring, changed method name

* Add docstring, changed method name

* Add docstring, changed method name

* Formatting

* Add docstring

* Add docstring, delete unused code, changed method name

* Add docstring, delete unused code, changed method name

* Add docstring, changed method name

* Add docstring, changed method name

* Add docstring, delete commented code, change method name

* Add docstring, delete commented code, change method name

* Let troubleshoot page decide where it wants to go

* Add docstring, change method name

* Add docstring, delete unused and untested code

* Add docstring

* Add docstring

* Add docstring, delete unused code

* Add docstring

* Add docstring

* Add docstring

* Add docstring

* Add docstring

* Add docstrings

* Add docstring, change method name

* Add docstring

* Add docstring, delete unused code

* Add docstring, delete unused code

* Add docstring

* Change list item docstring

* Add docstring

* Add docstring

* Deleted unused module

* Add docstring

* Deleted unused method

* Deleted unused code line

* Delete unused code line

* Delete unused code line

* Security patch subprocess shell = True, security issue

* Remove argument from method

* Ruff formatting

* Ruff formatting

* Surpress Reviewed security issues

* Formatting

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Hugo Costa <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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.

2 participants