Commit graph

6326 commits

Author SHA1 Message Date
Griatch
62cc8afc8c Set up install for doc-build 2020-09-19 17:04:35 +02:00
Griatch
89ff97eedf Fix doc-build action 2020-09-19 16:31:07 +02:00
Griatch
33f93fab47 Test change in docs/source for action pickup 2020-09-19 16:27:28 +02:00
Griatch
9666a7bfbb Test doc-build action 2020-09-19 16:25:18 +02:00
Griatch
31b6c2f8c9 Explore action contexts 2020-09-19 15:10:28 +02:00
Griatch
eaf7682044 Run black on sources 2020-09-19 14:02:03 +02:00
Griatch
b090b369ad Change badge link 2020-09-19 13:52:02 +02:00
Griatch
6cca656c87 Rename action 2020-09-19 13:42:39 +02:00
Griatch
96c5f8480b Update README with new icons 2020-09-19 13:33:10 +02:00
Griatch
ab49e3695e Remove travis, use only github actions 2020-09-19 13:23:50 +02:00
Griatch
1efc6f3b23 Fix indent for fail-fast 2020-09-19 13:15:13 +02:00
Griatch
4283549a0f Another form of fail-fast 2020-09-19 13:11:03 +02:00
Griatch
758ba837eb Set fail-fast true 2020-09-19 13:10:22 +02:00
Griatch
1d26f5547a Set fail-fast False 2020-09-19 13:09:12 +02:00
Griatch
341fc8f48c MySQL action working, doing cleanup 2020-09-19 13:08:15 +02:00
Griatch
550f675014 More test with mysql 2020-09-19 12:54:32 +02:00
Griatch
8fafd9160c More test with mysql 2020-09-19 12:49:11 +02:00
Griatch
da3d945366 Workflow typo 2020-09-19 12:27:38 +02:00
Griatch
b0c85c16b2 Workflow typo 2020-09-19 12:26:55 +02:00
Griatch
84579174bf Some more tests 2020-09-19 12:24:31 +02:00
Griatch
261083c1b4 Try to fix mysql test access 2020-09-19 12:12:14 +02:00
Griatch
8e84a66bf1 Further test of github action 2020-09-19 12:01:02 +02:00
Griatch
8f1aeab0cf Testing github action for mysql matrix test 2020-09-19 11:56:25 +02:00
Griatch
767165583d Continue-on-error for coveralls action 2020-09-19 10:48:58 +02:00
Griatch
4f1068625c
Merge pull request #2198 from friarzen/goldenlayout_ontabcreate
expose onTabCreate() so other plugins can create blessed goldenlayout…
2020-09-19 09:45:38 +02:00
Brenden Tuck
3ea4833124 expose onTabCreate() so other plugins can create blessed goldenlayout tabs 2020-09-18 18:45:50 -04:00
Griatch
a3b1a98bb9 Clean up the webclient/server error output. Resolve #2197 2020-09-19 00:19:37 +02:00
Griatch
e36a8e7d22 Handle telnet stumped exception with log 2020-09-18 22:14:09 +02:00
Griatch
056e000efd Make TickerHandler handle malformed input cleaner. Resolve #2191 2020-09-18 22:03:38 +02:00
Griatch
f40ca6a739 Try to fix closed-protocol error from dirty-closed webclient 2020-09-17 23:04:41 +02:00
Griatch
46544805a4 Fix bug in module-prototype loading. Resolve #2195. 2020-09-16 23:37:55 +02:00
Griatch
14bc59bee0 Fix cmdhandler regression related to earlier fix. Resolves #2190 2020-09-16 23:29:50 +02:00
Griatch
4dcb3e2f47 Some fixes to the connection wizard; Add MSSP guide. 2020-09-16 19:55:10 +02:00
Griatch
d9667115f6 Fix django requirements for current LTS version 2020-09-15 20:54:31 +02:00
Griatch
72ba38bdde Implement new EvMore functionality. Resolves #2126 2020-09-14 23:35:21 +02:00
Griatch
fcc8a39443 Fix optimized prototype search mechanism. Still no dual db/mod search 2020-09-14 23:35:21 +02:00
Griatch
eec1e3bf4e Add width logic for prototype display. Still no mix of module and db prototypes in list 2020-09-14 23:35:21 +02:00
Griatch
f05d54ba5a Optimize EvMore for prototypes, as per #2126 2020-09-14 23:35:21 +02:00
Griatch
a842d83e44
Merge pull request #2192 from davewiththenicehat/master
gendersub msg method removed positional argument
2020-09-10 14:45:36 +02:00
davewiththenicehat
c963fe46b9 gendersub msg method removed positional argument
`text` in the msg method of GenderSub is a positional argument causing it to not function as expected in regard to projects documentation on the DefaultObject.msg method.
This changes text to being an optional kwarg.
2020-09-10 08:29:23 -04:00
Griatch
8046f78b9f Use assertCountEqual for better handling db variations 2020-09-06 20:02:21 +02:00
Griatch
6170da556b Update prototype example module 2020-09-06 13:09:43 +02:00
Griatch
25c1526fc4 Fix unittest for postgres ordering 2020-09-06 10:48:50 +02:00
Griatch
61f389bccb Add two default commands to __all__ tuple. Resolve #2189 2020-09-05 23:34:08 +02:00
Griatch
b9d3dae76e Optimize queries for prototype lookup, as part of #2126. 2020-09-05 23:30:08 +02:00
Griatch
03f66f1e68
Merge pull request #2188 from davewiththenicehat/master
tutorial_examples/example_batch_code interactive patch
2020-09-03 08:42:19 +02:00
Griatch
0465165378
Merge pull request #2178 from luyijun/myfix
Fix a bug that script whose db_interval is 0 will be run when call its start method twice.
2020-09-03 08:39:21 +02:00
davewiththenicehat
709515a332 Update example_batch_code.py
Updated so /interactive switch works as expected for tutorial: https://github.com/evennia/evennia/wiki/Batch-Code-Processor
2020-09-02 17:25:39 -04:00
davewiththenicehat
094a100f34
Merge pull request #1 from evennia/master
Updating before submitting PR.
2020-09-02 17:21:06 -04:00
Griatch
4ba2f444ff Make at_post_cmd() run after func() also for delayed commands. Resolve #2179 2020-09-01 22:58:54 +02:00