-
- Downloads
Implemented basic filer playground for testing filtering rules.
This commit brings in basic filtering rule playground view, that enables users to simply paste IDEA event as raw JSON string and then write and immediatelly check filtering rule againsta that event. Possible improvements are better integration with filters.show, filters.create, filters.update and events.show views. (Redmine issue: #4745)
Showing
- lib/hawat/blueprints/design/templates/_macros_form.html 2 additions, 2 deletionslib/hawat/blueprints/design/templates/_macros_form.html
- lib/hawat/blueprints/filters/__init__.py 173 additions, 11 deletionslib/hawat/blueprints/filters/__init__.py
- lib/hawat/blueprints/filters/forms.py 53 additions, 3 deletionslib/hawat/blueprints/filters/forms.py
- lib/hawat/blueprints/filters/templates/filters/playground.html 123 additions, 0 deletions...awat/blueprints/filters/templates/filters/playground.html
- lib/hawat/blueprints/filters/templates/filters/show.html 12 additions, 0 deletionslib/hawat/blueprints/filters/templates/filters/show.html
- lib/hawat/const.py 2 additions, 1 deletionlib/hawat/const.py
Loading
Please register or sign in to comment