Commit graph

7566 commits

Author SHA1 Message Date
Griatch
b332a2a205 More work on doc deployment 2022-01-21 00:47:11 +01:00
Griatch
a875ded18b More testing with doc build 2022-01-21 00:35:50 +01:00
Griatch
98aa1d0c1e Adding missing requirement to doc builder 2022-01-21 00:26:52 +01:00
Griatch
7a4ba098c3 Reworked unit-testing doc page 2022-01-21 00:18:16 +01:00
Griatch
bbf45af2dd Refactor all test classes into evennia.utils.test_resources. Update docs. 2022-01-21 00:17:24 +01:00
Griatch
7912351e01 Test to improve test behavior for postgres/mysql 2022-01-20 22:13:21 +01:00
Griatch
d6fbd1572f Polish doc for creating help entry. Resolve #2176. 2022-01-19 23:26:55 +01:00
Griatch
d00ed3f82a Further doc cleanup 2022-01-19 23:01:54 +01:00
Griatch
f1b970d45a Expand prototype inheritance docs. Resolve #2220. 2022-01-19 22:58:08 +01:00
Griatch
5f7cbbcec0 Merge branch 'develop' of github.com:evennia/evennia into develop 2022-01-19 22:08:56 +01:00
Griatch
9403d9f6d0 Add fix for varying ids in postgres unittests 2022-01-19 22:08:39 +01:00
Griatch
ad06d97d5b 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
2ad105b365 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
e1485cc723 Merge branch 'master' into develop 2022-01-19 21:45:02 +01:00
Griatch
c570afbf84 Avoid CI error for PR repos with no docker creds 2022-01-19 21:44:38 +01:00
Griatch
6a76ad2803 Make CI build not fail for PR repos without dockerhub creds 2022-01-19 21:43:03 +01:00
ChrisLR
cd77ec0342 Enforce default_home again 2022-01-19 13:01:30 -05:00
ChrisLR
a1bbb18017 Moved default home override to the override_settings decorator 2022-01-19 12:26:12 -05:00
ChrisLR
6e863f2bd7 Refactored home/no-home usage and fixed exception catch 2022-01-19 12:25:51 -05:00
ChrisLR
cde2f4efdf Removed DEFAULT_HOME override 2022-01-19 12:25:04 -05:00
ChrisLR
6dc9cc15ad Changed PROTOTYPE_MODULES override in test to use the appropriate decorator and type instead 2022-01-18 16:11:30 -05:00
ChrisLR
7399b5f224 Added method call to load module prototypes when searching if not already loaded 2022-01-18 16:11:00 -05:00
Griatch
925dd4ac20 Merge branch 'master' into develop 2022-01-16 17:28:41 +01:00
Griatch
cf002bfbc1 Further limit push 2022-01-16 17:28:29 +01:00
Griatch
4375972281 Further limit push 2022-01-16 17:26:59 +01:00
Griatch
987fcb37b4 Fix typo 2022-01-16 17:20:43 +01:00
Griatch
bf43ba1133 Adjusting issues for mysql test build 2022-01-16 17:19:25 +01:00
Griatch
a58017f72f Add limiters to not do multiple pushes in a test build 2022-01-16 17:13:39 +01:00
Griatch
348d4fe255 Limit builds to subset of tests 2022-01-16 17:11:50 +01:00
Griatch
a8b90211d9 Try to fix postgres/mysql test suite error 2022-01-16 17:07:45 +01:00
Griatch
28449b3710 Update develop github action 2022-01-16 16:57:31 +01:00
Griatch
bd80bfe406 Group push under main build action 2022-01-16 16:56:15 +01:00
Griatch
dc8f557d76 And another rebuild 2022-01-16 16:50:15 +01:00
Griatch
fcc3e3ebdb Another test in actions 2022-01-16 16:47:15 +01:00
Griatch
2db89802c7 Some more testing with actions 2022-01-16 16:37:25 +01:00
Griatch
f6892df7cf Test with github action update 2022-01-16 16:35:18 +01:00
Owllex
487dd473fa 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
352c7a5dc2 Merge pull request #2615 from owllex/help
Fix typo in contrib import path.
2022-01-14 09:39:37 +01:00
Griatch
00ac3aad32 Merge branch 'develop' of github.com:evennia/evennia into develop 2022-01-10 23:55:12 +01:00
Griatch
bb8596aef9 Update version control docs. Resolve #2304 2022-01-10 23:54:56 +01:00
Griatch
95bc3427e2 Update EvMenu doc with more examples 2022-01-10 22:16:31 +01:00
Owllex
e3026c688d Fix typo in contrib import path. 2022-01-10 13:11:02 -08:00
Griatch
f713226559 Update EvMenu doc with more examples 2022-01-09 19:38:13 +01:00
Griatch
68edcb1ab1 Fix auto-generated link 2022-01-09 17:21:32 +01:00
Griatch
70f14d37c0 Fix contributing page links, per #2371 2022-01-09 17:18:23 +01:00
Griatch
9c0b44e13a Homogenize manager search methods to return querysets. Resolve #2384. 2022-01-09 17:13:24 +01:00
Griatch
01af303457 Examine-cmd support for script/channels. Resolve #2375. 2022-01-09 14:13:22 +01:00
Griatch
97009037a5 Allow $dbref/$search in set command to assign objects to Attributes. Resolve #2379. 2022-01-09 01:49:58 +01:00
Griatch
7b014f0fa0 Allow scripts command to operate on range dbrefs. Resolve #2397. 2022-01-09 00:49:57 +01:00
Griatch
e70337b6d2 Move create methods into managers, leave utils.create as wrappers.
Resolve #2118.
2022-01-09 00:30:32 +01:00