Griatch
|
50e4579529
|
Merge branch 'turnbattle_refactor' into develop
|
2022-02-01 23:04:56 +01:00 |
|
Griatch
|
88f71f7803
|
Made turnbattle tests pass after refactor
|
2022-02-01 21:17:32 +01:00 |
|
Griatch
|
09ef71c97e
|
Fix error when running evennia xyzgrid cmdline
|
2022-01-31 22:11:28 +01:00 |
|
Griatch
|
ae4a6833f4
|
Start refactoring turnbattle contrib
|
2022-01-27 00:55:28 +01:00 |
|
Griatch
|
5859de7054
|
Change to use super() instead of the old py2 style everywhere
|
2022-01-26 21:51:55 +01:00 |
|
Griatch
|
55237f20a7
|
More tweaks of branch fetch
|
2022-01-26 21:14:35 +01:00 |
|
Griatch
|
0720ea4ff6
|
Sequence might matter
|
2022-01-26 20:06:49 +01:00 |
|
Griatch
|
4847720d7c
|
Do explicit checkout
|
2022-01-26 19:59:35 +01:00 |
|
Griatch
|
977575db67
|
Separately fetch 0.9.5 branch in build
|
2022-01-26 19:39:05 +01:00 |
|
Griatch
|
147cb6bfd9
|
Exploring just what is set in build env
|
2022-01-26 19:18:26 +01:00 |
|
Griatch
|
a6ed583ec5
|
Trigger a build
|
2022-01-26 18:36:24 +01:00 |
|
Griatch
|
284d0057a3
|
Change fetch-depth for doc build
|
2022-01-26 18:31:34 +01:00 |
|
Griatch
|
5feaeae06a
|
Switch to using self-managed sphinx-multiversion
|
2022-01-26 18:21:24 +01:00 |
|
Griatch
|
f044386d0f
|
No luck with rebuilt script either
|
2022-01-26 00:44:39 +01:00 |
|
Griatch
|
710ccf4574
|
Refactor git action build script
|
2022-01-26 00:42:11 +01:00 |
|
Griatch
|
4dbd5df09b
|
Variant on checkout
|
2022-01-26 00:33:03 +01:00 |
|
Griatch
|
6ee3a28f59
|
Branch test with a checkout
|
2022-01-26 00:29:19 +01:00 |
|
Griatch
|
65a92b72ab
|
Fix in build
|
2022-01-26 00:22:34 +01:00 |
|
Griatch
|
7feae7c9ac
|
Different way to fetch
|
2022-01-26 00:18:29 +01:00 |
|
Griatch
|
835e4d6bb5
|
Another test to get the 0.9.5 branch
|
2022-01-26 00:07:19 +01:00 |
|
Griatch
|
30cfdeeb53
|
Triggering a docs build too
|
2022-01-25 23:49:19 +01:00 |
|
Griatch
|
544fd3ede2
|
Building multiversion docs require the full git history
|
2022-01-25 23:48:15 +01:00 |
|
Griatch
|
89baae29ed
|
Testing with a manual doc deploy
|
2022-01-25 23:34:28 +01:00 |
|
Griatch
|
2a70a8a688
|
Removing auto-branch revert for doc build
|
2022-01-25 23:10:53 +01:00 |
|
Griatch
|
31c70f7897
|
Update of changelog
|
2022-01-25 23:04:20 +01:00 |
|
Griatch
|
32f330ab3f
|
Another test with the doc build process
|
2022-01-25 23:02:15 +01:00 |
|
Griatch
|
a830cabb1b
|
Test build
|
2022-01-21 01:18:44 +01:00 |
|
Griatch
|
337a17cb48
|
Test to fetch before checkout in build script
|
2022-01-21 01:07:53 +01:00 |
|
Griatch
|
e88cb87867
|
Trigger build in doc level
|
2022-01-21 00:58:26 +01:00 |
|
Griatch
|
2eb21e0c6d
|
Prep for mv-local build
|
2022-01-21 00:56:36 +01:00 |
|
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 |
|