Commit graph

300 commits

Author SHA1 Message Date
Griatch
c2f4f85688 Run black reformatter on code 2022-02-08 13:03:52 +01:00
Griatch
4637fa815f Make sure Typeclass.at_init() is always called on cache initialization for any typeclass. Resolve #2641 2022-02-07 20:45:48 +01:00
Griatch
fb702c3d6a Change to use super() instead of the old py2 style everywhere 2022-01-26 21:51:55 +01:00
Griatch
0b3970d594 Homogenize manager search methods to return querysets. Resolve #2384. 2022-01-09 17:13:24 +01:00
Griatch
5e2224c0a6 Clean up all test suites 2022-01-07 16:12:12 +01:00
Griatch
357fcc8059 Make set aware of Attribute categories 2021-12-16 00:22:24 +01:00
Griatch
97cbc80dc0 Correct help query on @, fix reset hook call. 2021-11-13 15:32:31 +01:00
Griatch
7d277fb7dd AttributeProperty for managing Attributes similarly to Django fields 2021-11-09 23:08:28 +01:00
Griatch
255030ffe4 Change TagHandler.add/has(tag=...) kwarg to key= for consistency. Resolve #2396 2021-11-03 22:55:55 +01:00
Griatch
3cb45a6cc4 Add .permissions.check() to easily do straight perm-checks without lockstrings 2021-10-09 16:23:13 +02:00
Griatch
bae45cc2a1 Fix wrong locktype in attribute all check. Resolve #2392. 2021-08-06 23:58:35 +02:00
Griatch
6de53696fe Fix error in IAttribute reference due to private vars. Resolve #2423. 2021-08-06 23:55:38 +02:00
Griatch
b737ccd2ea Better handle using typeclass-cmd with mismatched db table. Resolve #2350. 2021-08-06 23:44:48 +02:00
Griatch
8f228327c1 More fixes to xyzmaps. Add goto 2021-07-13 00:52:53 +02:00
Griatch
5ba16cf63f Refactoring of map spawner mechanism. Still not working correctly 2021-07-03 18:05:49 +02:00
Griatch
6109c37178 Update doc strings 2021-05-29 13:53:11 +02:00
Griatch
7aa4c6ad7c I18n string cleanup and refactoring 2021-05-27 17:37:26 +02:00
Griatch
3f9e330b07 Update HaProxy document, move server/admin to correct place 2021-05-26 20:12:19 +02:00
Griatch
460d1f1125 Migrating models, many admin tweaks 2021-05-20 23:43:46 +02:00
Griatch
715fab25d3 Correct admin in new location 2021-05-17 09:01:55 +02:00
Griatch
a992522439 Trying to relocate admin (not working yet) 2021-05-16 23:40:31 +02:00
Griatch
1216102086 Run migrations! Added data migration for channel aliases 2021-05-14 23:39:42 +02:00
Griatch
7537a1fd6d Move alias/connect setup to channel class rather than cmd 2021-05-14 21:53:23 +02:00
Griatch
dfb45d3fcc Start adding new help documentation 2021-05-10 08:57:00 +02:00
Griatch
b3bad5594f Functioning help subcategories 2021-05-02 00:09:41 +02:00
Griatch
3236421143 Fix alias regexes 2021-04-25 16:14:43 +02:00
Griatch
00ee48ef49 Remove channel nick-replace from inputfunc 2021-04-24 22:44:05 +02:00
Griatch
2021f8ca15 Add working unit tests for new channel command 2021-04-22 21:21:58 +02:00
Griatch
38b36845d6 fix of empty-string category name 2020-11-12 22:34:22 +01:00
Griatch
4fa9f12d65 Fix docstring formatting 2020-10-19 22:01:44 +02:00
Griatch
d61cb9787f Fix style to Keyword Args 2020-10-12 21:13:06 +02:00
Griatch
c4f5ade522 Add Raises section to TagHandler.has docstring. 2020-10-08 18:54:25 +02:00
ChrisLR
10139185e1 Placed tags tests in their own TestClass 2020-10-03 14:21:22 -04:00
ChrisLR
8cce8e4da4 Handle the case where tag is not provided and raise a ValueError if neither are provided. 2020-10-03 13:21:53 -04:00
ChrisLR
27d41cab8b Fixed wrong assert 2020-10-03 13:12:54 -04:00
ChrisLR
2f724fb416 Renamed key to tag 2020-10-03 13:02:54 -04:00
ChrisLR
b4383a180c Added has method on TagHandler with a few tests 2020-10-03 13:00:07 -04:00
Griatch
a6a42001a1 Resolve merge conflicts 2020-09-16 23:49:05 +02:00
Griatch
09e53d5efe Default to attrread as locktype for Attribute read access. Resolve #2185 2020-09-01 20:40:48 +02:00
Griatch
1d5f27b820 Run black on sources; add black config 2020-07-27 21:12:06 +02:00
Griatch
a22ca9a925 Ran black on sources, add black config 2020-07-27 21:09:13 +02:00
Griatch
da3a6d25c4 Resolve merge conflicts 2020-07-18 23:30:23 +02:00
Griatch
8187f742ab Add unittest for Attr/Tag.batch_add, clarify docstrings. Resolves #2125 2020-07-18 23:10:46 +02:00
Griatch
2ed485b2b2 Doc fix in tag docstring. Resolves #2155 2020-07-18 21:59:40 +02:00
Griatch
68e047dfd2 Merge changes from master 2020-07-15 18:07:45 +02:00
Griatch
9ce52291be Fixed all errors in doc building 2020-07-11 00:27:10 +02:00
Griatch
f74160b993 Remove tests from api doc 2020-07-10 20:04:43 +02:00
Griatch
252124d703 Rename docstring Kwargs to Keyword Args 2020-07-10 15:57:57 +02:00
Griatch
e335bbe9d1 Extension to typeclass fix, to allow non-typeclass mixins 2020-07-04 00:12:12 +02:00
Griatch
1e692d1bf5 Fix for typeclass app_label, and admin fix. Resolves #2112. 2020-06-26 21:17:07 +02:00