|
5d53eec2f1
|
fix(aurora): fixed a valueerror in the Change.from_dict() method
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 43s
|
2024-06-04 15:32:59 -04:00 |
|
|
166421b6ba
|
fix(aurora): removed a character causing a valueerror
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 43s
|
2024-06-04 15:23:45 -04:00 |
|
|
0a207b66e4
|
fix(aurora): fixed an error with timedelta formatting
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 43s
|
2024-06-04 15:22:50 -04:00 |
|
|
5151f65317
|
fix(aurora): added more to the debugging statement
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 43s
|
2024-06-04 14:59:57 -04:00 |
|
|
0089625ef3
|
fix(aurora): add a debug statement
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 43s
|
2024-06-04 14:56:51 -04:00 |
|
|
8ac735dafe
|
misc(aurora): change the JSONEncoder subclass to use match/case instead of if statements
Actions / Build Documentation (MkDocs) (pull_request) Successful in 40s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m4s
|
2024-06-04 14:20:01 -04:00 |
|
|
21fa3d9eb0
|
feat(aurora): added an __int__ dunder method to the moderation model
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 46s
|
2024-06-04 12:44:58 -04:00 |
|
|
38180f5ccd
|
fix(aurora): fixed an sql operation error
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 46s
|
2024-06-04 12:29:24 -04:00 |
|
|
a10af37f14
|
feat(aurora): add support for OFFSET in Moderation.get_latest()
|
2024-06-04 12:23:12 -04:00 |
|
|
cb420d2fc4
|
fix(aurora): pylint/ruff fix
Actions / Build Documentation (MkDocs) (pull_request) Successful in 37s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 54s
|
2024-06-04 11:52:34 -04:00 |
|
|
04223c3c55
|
Merge branch 'main' into aurora-pydantic
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 46s
|
2024-06-04 11:48:15 -04:00 |
|
|
1c6d2456ed
|
misc(aurora): changed aurora.utilities.utils.get_bool_emoji to use match/case instead of if/else
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 43s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
|
2024-06-04 00:04:46 -04:00 |
|
|
9b0f977016
|
feat(aurora): moved get_next_case_number() into the Moderation class, along with removing from_sql and get_all_cases . also added some other classmethods to replace those.
also modified message_factory and its calls to add a new kwarg
|
2024-06-04 00:04:11 -04:00 |
|
|
460d5a31fc
|
feat(aurora): allow the Moderation.execute() classmethod to accept a cursor, to prevent opening a new database connection on every call
|
2024-06-03 23:48:21 -04:00 |
|
|
bbe8b281d1
|
misc(aurora): changed two typehints in aurora.utilities.utils and added other typehints
|
2024-06-03 23:46:22 -04:00 |
|
|
be253b668b
|
feat(aurora): converted /history to use the new Moderation sql queries
Actions / Build Documentation (MkDocs) (pull_request) Successful in 45s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m9s
|
2024-06-03 01:07:00 -04:00 |
|
|
22f9ce52d1
|
fix(aurora): fixed a typeerror
Actions / Build Documentation (MkDocs) (pull_request) Successful in 42s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m11s
|
2024-06-03 00:55:56 -04:00 |
|
|
499cfbe8a9
|
misc(aurora): use tuples instead of lists
Actions / Build Documentation (MkDocs) (pull_request) Successful in 44s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m14s
|
2024-06-03 00:55:09 -04:00 |
|
|
99d95afe07
|
fix(aurora): fixed another TypeError
Actions / Build Documentation (MkDocs) (pull_request) Successful in 45s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m10s
|
2024-06-03 00:51:51 -04:00 |
|
|
028e22ebec
|
fix(aurora): happy now?
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 1m9s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 43s
|
2024-06-03 00:50:17 -04:00 |
|
|
4c28453173
|
fix(aurora): fixed a TypeError
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 1m9s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 42s
|
2024-06-03 00:49:08 -04:00 |
|
|
d646754466
|
feat(aurora): added a bunch of functionality to the Moderation model
Actions / Build Documentation (MkDocs) (pull_request) Successful in 44s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 1m11s
|
2024-06-03 00:47:56 -04:00 |
|
|
76f176d4cc
|
feat(aurora): change history to use Moderation.from_sql_all()
Actions / Build Documentation (MkDocs) (pull_request) Successful in 45s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m10s
|
2024-06-03 00:22:32 -04:00 |
|
|
c35580c576
|
misc(aurora): change to aurora importer log arguments
Actions / Build Documentation (MkDocs) (pull_request) Successful in 47s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m15s
|
2024-06-03 00:17:33 -04:00 |
|
|
7fc6235abe
|
fix(aurora): remove bot keys from the change import when importing from aurora
Actions / Build Documentation (MkDocs) (pull_request) Successful in 46s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m12s
|
2024-06-03 00:15:17 -04:00 |
|
|
21e51dc320
|
misc(aurora): minor syntax change
Actions / Build Documentation (MkDocs) (pull_request) Successful in 46s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m15s
|
2024-06-03 00:09:39 -04:00 |
|
|
db477c4744
|
fix(aurora): fixed an issue with json encoding
Actions / Build Documentation (MkDocs) (pull_request) Successful in 47s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m10s
|
2024-06-03 00:07:52 -04:00 |
|
|
1990b97518
|
fix(aurora): ignore moderation cases where the moderation_id is 0
Actions / Build Documentation (MkDocs) (pull_request) Successful in 49s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m13s
|
2024-06-02 23:59:17 -04:00 |
|
|
641f45d126
|
feat(aurora): add the from_sql_all classmethod to the Moderation model
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 1m9s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 47s
|
2024-06-02 23:53:19 -04:00 |
|
|
73c9104882
|
fix(aurora): cast to string before checking length to avoid typeerrors when reason is None
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 40s
|
2024-05-24 04:26:58 -04:00 |
|
|
5b64ee9578
|
feat(aurora): add metadata to evidenceformat
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 40s
|
2024-05-24 04:22:42 -04:00 |
|
|
bfb4d8768d
|
fix(aurora): add moderation metadata to the log factory
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 38s
|
2024-05-24 04:18:17 -04:00 |
|
|
7f71ca3d6d
|
fix(aurora): change interval metadata
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
|
2024-05-24 04:16:48 -04:00 |
|
|
3dcc637920
|
fix(aurora): avoid keyerrors
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 39s
|
2024-05-24 04:15:27 -04:00 |
|
|
9a4f19f4a1
|
fix(aurora): show metadata key/value pairs in /case
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
|
2024-05-24 04:12:28 -04:00 |
|
|
7a9c9846de
|
fix(aurora): fixed a broken from_id method
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 40s
|
2024-05-24 04:09:27 -04:00 |
|
|
0cc7d6079d
|
fix(aurora): removed useless debug statement
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 40s
|
2024-05-24 04:06:05 -04:00 |
|
|
ed923f1d9b
|
fix(aurora): finally actually maybe fixed the pydantic validation error
Actions / Build Documentation (MkDocs) (pull_request) Successful in 25s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 38s
|
2024-05-24 04:04:21 -04:00 |
|
|
39cb5feb50
|
misc(aurora): adding temporary debug logging
Actions / Build Documentation (MkDocs) (pull_request) Successful in 32s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 44s
|
2024-05-24 04:02:15 -04:00 |
|
|
c90796f6b3
|
fix(aurora): hopefully actually fixed the pydantic validation error
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 38s
|
2024-05-24 04:01:15 -04:00 |
|
|
0b1d1d29e6
|
fix(aurora): hopefully fixed a pydantic validation error
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 39s
|
2024-05-24 03:57:54 -04:00 |
|
|
599ab8c51d
|
fix(aurora): fixed a non-async function being awaited
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 39s
|
2024-05-24 03:56:32 -04:00 |
|
|
797fd561c9
|
fix(aurora): fixed another typeerror
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 39s
|
2024-05-24 03:53:38 -04:00 |
|
|
51d3245703
|
fix(aurora): fixed a typeerror in Moderation.log()
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 38s
|
2024-05-24 03:51:43 -04:00 |
|
|
0411e3dab7
|
fix(aurora): fixed a typeerror in the check_moddable function
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 39s
|
2024-05-24 03:49:55 -04:00 |
|
|
67b33a2eb8
|
feat(aurora): added a slowmode command
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 39s
|
2024-05-24 03:46:20 -04:00 |
|
|
1405dae49e
|
fix(aurora): add roles to evidenceformat
Actions / Build Documentation (MkDocs) (push) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 41s
|
2024-05-20 20:59:01 -04:00 |
|
|
dc51aa7bdc
|
fix(aurora): import fixes
Actions / Build Documentation (MkDocs) (pull_request) Successful in 31s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 45s
|
2024-05-09 21:27:26 -04:00 |
|
|
904fd1c914
|
fix(aurora): fixed more import errors
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 40s
|
2024-05-06 21:46:01 -04:00 |
|
|
92d221ff70
|
fix(aurora): forgot a file!
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
|
2024-05-06 21:43:08 -04:00 |
|
|
d91a4f49f9
|
fix(aurora): fixed import errors
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s
|
2024-05-06 21:39:43 -04:00 |
|
|
ab878739c4
|
misc(aurora): pep 604 compliance
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 43s
|
2024-05-06 21:04:08 -04:00 |
|
|
946e14ee3c
|
fix(aurora): something idk
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s
|
2024-05-06 20:45:22 -04:00 |
|
|
bcc4aa384f
|
fix(aurora): hopefully fixed the module not found issue?
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
|
2024-05-06 17:41:14 -04:00 |
|
|
260dd3ef4c
|
fix(aurora): fixing a ModuleNotFound error
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 40s
|
2024-05-06 17:35:43 -04:00 |
|
|
c69b3cd032
|
misc(aurora): import change
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s
|
2024-05-06 17:33:28 -04:00 |
|
|
2b79e3b6a8
|
fix(aurora): added an __init__.py to a directory that was missing one
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 40s
|
2024-05-06 17:29:57 -04:00 |
|
|
7dfe94869c
|
misc(aurora): codebase cleanup
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
|
2024-05-06 17:23:59 -04:00 |
|
|
ac8cefd779
|
fix(aurora): pylint fixes
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 43s
|
2024-05-06 16:47:21 -04:00 |
|
|
09471a4027
|
misc(aurora): change the logging severity of Change.from_dict()'s logs to trace
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-05-06 16:39:13 -04:00 |
|
|
15ccd5530a
|
fix(aurora): fixed a few unboundlocalerrors
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-05-06 16:37:52 -04:00 |
|
|
bb5ab8e61b
|
fix(aurora): make Moderration.from_result() return a Moderation object instead of a dictionary
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 42s
|
2024-05-06 16:36:27 -04:00 |
|
|
c2e017339e
|
fix(aurora): fixed a broken classmethod
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 44s
|
2024-05-06 16:35:06 -04:00 |
|
|
d7ca5cab46
|
feat(aurora): cleaned up the codebase and fixed a whole bunch of bugs
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 42s
|
2024-05-06 16:34:08 -04:00 |
|
|
53b67e1c95
|
fix(aurora): convert results into a dictionary before making a Moderation instance out of them
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 43s
|
2024-05-06 16:07:35 -04:00 |
|
|
d7a8fbe367
|
fix(aurora): ignore moderations with the id 0 in the history command
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-05-06 16:02:00 -04:00 |
|
|
f8968e8e9e
|
feat(aurora): updated /history command
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 42s
|
2024-05-06 15:59:43 -04:00 |
|
|
834d116b20
|
fix(aurora): fixed a syntax error
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-05-06 15:32:01 -04:00 |
|
|
d375716fbf
|
feat(aurora): added a resolve function to the Moderation model
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-05-06 15:29:48 -04:00 |
|
|
dcda128f11
|
fix(aurora): edit command will now edit reasons as intended
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-05-06 15:15:54 -04:00 |
|
|
16af26f93e
|
fix(aurora): fixed a logging statement
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 43s
|
2024-05-06 15:11:11 -04:00 |
|
|
5be5a39c54
|
fix(aurora): check type of dictionary in debug log
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-05-06 15:06:10 -04:00 |
|
|
e14845ef85
|
fix(aurora): make sure the user_id in changes is always an integer
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 42s
|
2024-05-06 15:03:41 -04:00 |
|
|
8d1a57165d
|
fix(aurora): added debug logging
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-05-06 15:00:54 -04:00 |
|
|
a4e11fd828
|
fix(aurora): fixing some model stuff
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-05-06 14:55:36 -04:00 |
|
|
9c7e0b0b89
|
fix(aurora): fixed a missing parameter
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-05-06 14:48:16 -04:00 |
|
|
1e865643a0
|
fix(aurora): fixed duration being a timedelta in case_safe
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 39s
|
2024-05-06 14:45:04 -04:00 |
|
|
b7b6dc2f2e
|
fix(aurora): don't convert end_timestamp to an integer
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
|
2024-05-06 14:44:06 -04:00 |
|
|
84235d6504
|
fix(aurora): call from_dict properly
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 39s
|
2024-05-06 14:41:16 -04:00 |
|
|
70c00a59d6
|
fix(aurora): fixed the broken logging statement
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-05-06 14:40:14 -04:00 |
|
|
0386cb346e
|
fix(aurora): finally fixed the debug logging statement (maybe)
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 39s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
|
2024-05-06 14:35:02 -04:00 |
|
|
335d1a2a4c
|
fix(aurora): actually actually ACTUALLY fixed the broken logging statement
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-05-06 14:29:57 -04:00 |
|
|
1b322dfe50
|
fix(aurora): actually actually fixed the broken logging statement
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-05-06 14:29:09 -04:00 |
|
|
5b6b04dfe0
|
fix(aurora): actually fixed a broken logging statement
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-05-06 14:25:42 -04:00 |
|
|
158e7560f8
|
fix(aurora): fixed a broken logging statement
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 42s
|
2024-05-06 14:22:40 -04:00 |
|
|
52fcdcc96a
|
fix(aurora): fixed a logging issue
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 38s
|
2024-05-06 14:21:57 -04:00 |
|
|
65bb9af7a6
|
fix(aurora): fixed an issue with dictionary values not being converted to a tuple
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-05-06 14:20:49 -04:00 |
|
|
e591b2c4a5
|
fix(aurora): convert floats to ints
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 39s
|
2024-05-06 14:18:54 -04:00 |
|
|
a86348fae3
|
fix(aurora): fixed a programming error
Actions / Build Documentation (MkDocs) (pull_request) Successful in 36s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 50s
|
2024-05-06 14:16:51 -04:00 |
|
|
37e471fbaa
|
fix(aurora): fixing a whole bunch of stuff
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 39s
|
2024-05-06 14:15:05 -04:00 |
|
|
0553856aa9
|
fix(aurora): fixed utils.generate_dict() using literal_eval still even when it's unnecessary
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
|
2024-05-06 13:51:23 -04:00 |
|
|
6745f0a486
|
fix(aurora): fixed an issue with importing changes
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 43s
|
2024-05-06 13:44:48 -04:00 |
|
|
85a935f9b3
|
fix(aurora): fixed the json issue from yesterday
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-05-06 13:27:09 -04:00 |
|
|
4c8cd7bd16
|
Revert "fix(aurora): trying ast"
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
This reverts commit 278bd98349 .
|
2024-05-04 23:02:57 -04:00 |
|
|
278bd98349
|
fix(aurora): trying ast
Actions / Build Documentation (MkDocs) (pull_request) Successful in 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
|
2024-05-04 23:01:39 -04:00 |
|
|
cad24d852c
|
fix(aurora): ok fine bro 😭
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 48s
|
2024-05-04 22:58:29 -04:00 |
|
|
de90f6a8b7
|
fix(aurora): troubleshooting this annoying json issue
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 49s
|
2024-05-04 22:57:34 -04:00 |
|
|
293f77c228
|
fix(aurora): changed the logging statement again
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 54s
|
2024-05-04 22:55:50 -04:00 |
|
|
a6371fd367
|
fix(aurora): changed the logging statement slightly
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 48s
|
2024-05-04 22:55:17 -04:00 |
|
|
8433c946fd
|
fix(aurora): added a debug logging statement
Actions / Build Documentation (MkDocs) (pull_request) Successful in 29s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 47s
|
2024-05-04 22:52:54 -04:00 |
|