Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Breaking the single python file into relevant directories and files. #115

Open
wants to merge 42 commits into
base: master
Choose a base branch
from

Conversation

ahanel13
Copy link

This pull request doesn't change any functionality seen by a user, but it does break down the project into a more manageable project. It also reduced the use of global variables and hopefully reduced some additionally dependencies.

Apologies for the messy git history.

ahanel13 added 30 commits July 30, 2023 16:36
Extension is loading, but fully funcional again yet.
updated import class path for ImageHelpers

sorted imports by type
Scan runs successfully now
Will add all specific file checks to this directory to reduce UploadScanner.py size
Fixed import issues for a few classes

Renames _global_opts to _globalOptionsPanel

Moved the CustomScanIssue building into the class itself, wlll remove _create_issue_template soon.
it's too dependent on functions in uploadScanner file.

Will need to break it apart more before it's useable.
Updated imports for this and the last commit.
This var can now be imported into other classes
…er to access the add_log_entry function which uses the globals_write_lock
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant