Griatch
b05cf0dfcf
Reworked unit-testing doc page
2022-01-21 00:18:16 +01:00
Griatch
407437d425
Refactor all test classes into evennia.utils.test_resources. Update docs.
2022-01-21 00:17:24 +01:00
Griatch
608ec2f1fb
Test to improve test behavior for postgres/mysql
2022-01-20 22:13:21 +01:00
Griatch
cff2bc4c4c
Polish doc for creating help entry. Resolve #2176 .
2022-01-19 23:26:55 +01:00
Griatch
651caa6178
Further doc cleanup
2022-01-19 23:01:54 +01:00
Griatch
d50f428a77
Expand prototype inheritance docs. Resolve #2220 .
2022-01-19 22:58:08 +01:00
Griatch
54dfee31d8
Merge branch 'develop' of github.com:evennia/evennia into develop
2022-01-19 22:08:56 +01:00
Griatch
da3818e35b
Add fix for varying ids in postgres unittests
2022-01-19 22:08:39 +01:00
Griatch
47d54348d3
Merge branch '2620-fix-prototype-loading' of https://github.com/ChrisLR/evennia into ChrisLR-2620-fix-prototype-loading
2022-01-19 21:58:25 +01:00
Griatch
df9fd42d94
Merge pull request #2631 from owllex/attributes
...
Set pause-related script attributes to None rather than deleting them
2022-01-19 21:51:32 +01:00
Griatch
66a5351e0c
Merge branch 'master' into develop
2022-01-19 21:45:02 +01:00
Griatch
44d4f97717
Avoid CI error for PR repos with no docker creds
2022-01-19 21:44:38 +01:00
Griatch
bdd6dd323e
Make CI build not fail for PR repos without dockerhub creds
2022-01-19 21:43:03 +01:00
ChrisLR
84e472af5c
Enforce default_home again
2022-01-19 13:01:30 -05:00
ChrisLR
a47ebc1a8f
Moved default home override to the override_settings decorator
2022-01-19 12:26:12 -05:00
ChrisLR
b1e4af5ae8
Refactored home/no-home usage and fixed exception catch
2022-01-19 12:25:51 -05:00
ChrisLR
75dc5632e3
Removed DEFAULT_HOME override
2022-01-19 12:25:04 -05:00
ChrisLR
5c7b2ddd00
Changed PROTOTYPE_MODULES override in test to use the appropriate decorator and type instead
2022-01-18 16:11:30 -05:00
ChrisLR
f9b3b3b60a
Added method call to load module prototypes when searching if not already loaded
2022-01-18 16:11:00 -05:00
Griatch
67d867b691
Merge branch 'master' into develop
2022-01-16 17:28:41 +01:00
Griatch
2da6c7a269
Further limit push
2022-01-16 17:28:29 +01:00
Griatch
a920a0d084
Further limit push
2022-01-16 17:26:59 +01:00
Griatch
4a080d4be3
Fix typo
2022-01-16 17:20:43 +01:00
Griatch
1e080e64fc
Adjusting issues for mysql test build
2022-01-16 17:19:25 +01:00
Griatch
84f03d73e5
Add limiters to not do multiple pushes in a test build
2022-01-16 17:13:39 +01:00
Griatch
b1182a0904
Limit builds to subset of tests
2022-01-16 17:11:50 +01:00
Griatch
00a4e5934b
Try to fix postgres/mysql test suite error
2022-01-16 17:07:45 +01:00
Griatch
7a2cf7e13d
Update develop github action
2022-01-16 16:57:31 +01:00
Griatch
df4e5e0d7c
Group push under main build action
2022-01-16 16:56:15 +01:00
Griatch
db8ce5cd0e
And another rebuild
2022-01-16 16:50:15 +01:00
Griatch
79b79e2fb3
Another test in actions
2022-01-16 16:47:15 +01:00
Griatch
7f29029a41
Some more testing with actions
2022-01-16 16:37:25 +01:00
Griatch
aa4c87f710
Test with github action update
2022-01-16 16:35:18 +01:00
Owllex
cc0c49d61b
Set script atts to None rather than deleting them.
...
This fixes an issue where `_paused_time`, `_paused_callcount`, and
`_manually_paused` are repeatedly created and deleted each time the
server reboots, incurring some small DB inefficiencies for attributes
that are needed contintually.
2022-01-15 22:14:30 -08:00
Griatch
526de0a8a2
Merge pull request #2615 from owllex/help
...
Fix typo in contrib import path.
2022-01-14 09:39:37 +01:00
Griatch
bd19d1e75b
Merge branch 'develop' of github.com:evennia/evennia into develop
2022-01-10 23:55:12 +01:00
Griatch
5203d46976
Update version control docs. Resolve #2304
2022-01-10 23:54:56 +01:00
Griatch
90be59245c
Update EvMenu doc with more examples
2022-01-10 22:16:31 +01:00
Owllex
b810cb5b75
Fix typo in contrib import path.
2022-01-10 13:11:02 -08:00
Griatch
aefcf20aef
Update EvMenu doc with more examples
2022-01-09 19:38:13 +01:00
Griatch
653c073b74
Fix auto-generated link
2022-01-09 17:21:32 +01:00
Griatch
de8d83c131
Fix contributing page links, per #2371
2022-01-09 17:18:23 +01:00
Griatch
0b3970d594
Homogenize manager search methods to return querysets. Resolve #2384 .
2022-01-09 17:13:24 +01:00
Griatch
84afea231d
Examine-cmd support for script/channels. Resolve #2375 .
2022-01-09 14:13:22 +01:00
Griatch
b392b56ea5
Allow $dbref/$search in set command to assign objects to Attributes. Resolve #2379 .
2022-01-09 01:49:58 +01:00
Griatch
fd3c820f1d
Allow scripts command to operate on range dbrefs. Resolve #2397 .
2022-01-09 00:49:57 +01:00
Griatch
5b040a5e67
Move create methods into managers, leave utils.create as wrappers.
...
Resolve #2118 .
2022-01-09 00:30:32 +01:00
Griatch
4cff98d4bd
Make monitorhandler support Attribute categories. Resolve 1807.
2022-01-08 22:14:56 +01:00
Griatch
1a5d8c0b61
Fix unit test base
2022-01-08 17:40:40 +01:00
Griatch
c1aa0703df
Fix tag homogenzation. Resolve #2524 .
2022-01-08 16:57:18 +01:00