refactor: remove constants and put in config file #24
Reference in New Issue
Block a user
Delete Branch "refactor/config-file"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
removed all constants from all files and put them in src/control_backend/core/config.py
(also removed old mock agents that we don't use anymore)
For merge request review the following things
ref: N25B-236
assigned to @8464960
Integration tests fail with "AttributeError: 'AgentSettings' object has no attribute 'behaviour_settings'"
Runtime error (strange that this isn't caught by tests):
This was not meant to be configurable. This number needs to be as low as possible so that it clears the queue as soon as possible. I think a comment describing the behavior would fit better.
If my previous comment about the queue resetting timeout is approved, then this is no longer needed.
Docstring was removed?
Docstring gone here too
Probably delete this file?
marked the checklist item Check if the changes to the tests that I made (using monkeymock) makes sense to you as completed
marked the checklist item Check if in all the files in the project there are no magic numbers as completed
changed this line in version 2 of the diff
added 1 commit
d60df217- Apply 1 suggestion(s) to 1 file(s)Compare with previous version
changed this line in version 3 of the diff
added 1 commit
7120a7a8- Apply 1 suggestion(s) to 1 file(s)Compare with previous version
changed this line in version 4 of the diff
added 1 commit
f74efba5- Apply 1 suggestion(s) to 1 file(s)Compare with previous version
changed this line in version 5 of the diff
added 1 commit
6436fc12- Apply 1 suggestion(s) to 1 file(s)Compare with previous version
added 1 commit
1372fe89- Apply 1 suggestion(s) to 1 file(s)Compare with previous version
added 1 commit
98dd2637- Apply 1 suggestion(s) to 1 file(s)Compare with previous version
changed this file in version 8 of the diff
added 1 commit
93b8db03- fix: delete personal git history fileCompare with previous version
resolved all threads
changed this line in version 9 of the diff
changed this line in version 9 of the diff
added 37 commits
dev64db25c9- Merge remote-tracking branch 'origin/dev' into refactor/config-fileCompare with previous version
marked the checklist item Check if all tests still run (see readme) as completed
approved this merge request
mentioned in commit
884e03bc44