Skip to content

Commit ffd601a

Browse files
Main (#38)
### Description Fixing many issues as well as helping refactor the whole codebase ### Motivation & Context Code was very messy and redundant, taking a second go on recreating this ### Type of changes <!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply. --> - [x] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [x] Refactoring (non-breaking change) - [x] Breaking change (fix or feature that would change existing functionality) ### Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply. --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] I have read the [contributing guidelines](https://github.com/DefinetlyNotAI/Logicytics/blob/main/CONTRIBUTING.md) - [x] My change introduces changes to the documentation - [x] I have updated the documentation accordingly - [ ] I have added tests to cover my changes - [x] All new and existing tests passed ### Related issues #35 #31
2 parents cfbdf56 + 1609eac commit ffd601a

File tree

121 files changed

+2097
-7410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+2097
-7410
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ body:
2828
id: dlog
2929
attributes:
3030
label: Debugger Log
31-
description: Include the log file generated by running `.\Logicytics --debugger`, copy the file contents and paste it in.
31+
description: Include the log File generated by running `.\Logicytics --debugger`, copy the File contents and paste it in.
3232
validations:
3333
required: true
3434
- type: textarea
3535
id: clog
3636
attributes:
3737
label: Crash Log
38-
description: Include the log file generated due to the crash, copy the file contents and paste it in.
38+
description: Include the log File generated due to the crash, copy the File contents and paste it in.
3939
validations:
4040
required: false
4141
- type: textarea

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@
2626
- [ ] I have added tests to cover my changes
2727
- [ ] All new and existing tests passed
2828

29-
#### Live previews
30-
31-
<!-- Please add direct links where your modifications can be seen in the documentation -->
32-
33-
- <https://deploy-preview-{your_pr_number}--twbs-bootstrap.netlify.app/>
34-
3529
### Related issues
3630

3731
<!-- Please link any related issues here. -->

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
id-token: write
1717

1818
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
19-
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
19+
# However, Do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2020
concurrency:
2121
group: "pages"
2222
cancel-in-progress: false

.gitignore

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fabric.properties
7777
# Editor-based Rest Client
7878
.idea/httpRequests
7979

80-
# Android studio 3.1+ serialized cache file
80+
# Android studio 3.1+ serialized cache File
8181
.idea/caches/build_file_checksums.ser
8282

8383
### PyCharm Patch ###
@@ -102,7 +102,7 @@ fabric.properties
102102
.idea/**/markdown-navigator-enh.xml
103103
.idea/**/markdown-navigator/
104104

105-
# Cache file creation bug
105+
# Cache File creation bug
106106
# See https://youtrack.jetbrains.com/issue/JBR-2257
107107
.idea/$CACHE_FILE$
108108

@@ -262,18 +262,18 @@ dmypy.json
262262
# pytype static type analyzer
263263
.pytype/
264264

265-
# Cython debug symbols
265+
# Cython DEBUG symbols
266266
cython_debug/
267267

268268
# PyCharm
269269
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
270270
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
271-
# and can be added to the global gitignore or merged into this file. For a more nuclear
271+
# and can be added to the global gitignore or merged into this File. For a more nuclear
272272
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
273273
#.idea/
274274

275275
### Python Patch ###
276-
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
276+
# Poetry local configuration File - https://python-poetry.org/docs/configuration/#local-configuration
277277
poetry.toml
278278

279279
# ruff
@@ -289,13 +289,13 @@ Thumbs.db:encryptable
289289
ehthumbs.db
290290
ehthumbs_vista.db
291291

292-
# Dump file
292+
# Dump File
293293
*.stackdump
294294

295-
# Folder config file
295+
# Folder config File
296296
[Dd]esktop.ini
297297

298-
# Recycle Bin used on file shares
298+
# Recycle Bin used on File shares
299299
$RECYCLE.BIN/
300300

301301
# Windows Installer files
@@ -309,3 +309,5 @@ $RECYCLE.BIN/
309309
*.lnk
310310

311311
# End of https://www.toptal.com/developers/gitignore/api/windows,pycharm,python
312+
/SYSTEM/secret
313+
/CODE/secret

.idea/Logicytics.iml

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/csv-editor.xml

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CODE/APIGen.py

Lines changed: 0 additions & 104 deletions
This file was deleted.

CODE/API_IP_Scraper.py

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)