3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-19 08:05:01 +00:00
Commit graph

7 commits

Author SHA1 Message Date
Dragory
4329736716 Update to Knub 29. Set up config types for Knub. 2020-01-12 13:37:43 +02:00
Dragory
1959af5e1b resolveRoleId: fix return type 2020-01-12 11:39:26 +02:00
Dragory
ab459aaa8f canActOn: add option to allow same level 2020-01-12 11:38:12 +02:00
roflmaoqwerty
9ac5701817 added match by role name functionality to roles plugin 2020-01-10 01:04:58 +11:00
Dragory
d5277d1d9a trimPluginDescription: use first line's indentation instead 2019-12-01 15:57:17 +02:00
Dragory
c10d12ac22 Run a loose pre-check before preprocessStaticConfig
This loose pre-check checks the config schema by treating every object
as partial. This means that if a property exists, it's guaranteed to be
the correct type (e.g. object). However, there's no guarantee that all
or any properties exist.

This allows preprocessStaticConfig implementations to be much less
defensive and thus reduce boilerplate.
2019-11-28 02:34:41 +02:00
Dragory
9250c84637 Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
Renamed from src/plugins/ZeppelinPlugin.ts (Browse further)