Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Fix various Python 3.12 SyntaxWarning #257

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

Conversation

elboulangero
Copy link

No description provided.

sscottgvit and others added 30 commits June 13, 2019 02:11
Changed links to govanguard.com, added Keybase team link.
Update README typos and line wrapping
- Ran ui/eventfilter.py through CodeClimate CLI and is no longer showing any cognitive complexity issues in the logic
- The file was not loaded correctly by Legion on startup due to an error with a trailing single quote
- GitHub issue Abacus-Group-RTO#19
- Introduce concept of Shell - which should abstract all operations pertaining to lower level OS calls, e.g. creating/removing directories, etc.
- This commit does not close issue Abacus-Group-RTO#19 but is part of a series of commits to spend down the technical debt surrounding `logic.py` file
- This commit is the 2nd iteration on reducing complexity of `logic.py`
- Introduces the concept of a repository. A repository is an abstraction on a data store. In the case of Legion, the underlying data store is based on SQLite, and so the repository implementations should contain all SQL code within the app.
- There is a repository for each concept within the app, such as a Process, a Service, a Host, a Port, etc. (e.g. ProcessRepository, HostRepository, etc.)
- This commit does not complete the full refactoring of all SQL related code to a repository. Further commits will be added to complete the work.
- All new code added was driven by an underlying unit test. In order to gain confidence in proper refactoring of existing logic, a backporting of unit tests was needed.
…c-bug-#18

Fix complexity bug in eventfilter
Fix unbalanced tickmark issue in legion.conf
…sue-19

Reduce cognitive complexity on logic.py
sscottgvit and others added 27 commits July 7, 2022 08:14
…e-cert-errors

Added Cutycapt --insecure flag to ignore SSL/TLS certificate errors
…ate-progress-crash-1

Fix updateProgress to always use an integer
fix bad interpreter: /bin/bash^M: no such file or directory
Removed old dead links.
@sscottgvit sscottgvit force-pushed the master branch 3 times, most recently from 35e18d0 to ea40ce5 Compare November 4, 2024 18:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.