Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Webservice to create a new tag | René 'Necoro' Neumann | 2017-10-05 | 4 | -13/+38 |
| | |||||
* | Restructure: Move some tag handling into the business logic | René 'Necoro' Neumann | 2017-10-05 | 3 | -59/+63 |
| | |||||
* | Change to flask_restplus | René 'Necoro' Neumann | 2017-10-05 | 4 | -31/+72 |
| | |||||
* | Move CompressedField to peewee_ext.py | René 'Necoro' Neumann | 2017-10-04 | 2 | -9/+9 |
| | |||||
* | Implement storing and opening saved documents | René 'Necoro' Neumann | 2017-10-04 | 2 | -1/+55 |
| | |||||
* | Unique index on tags as a functional one. See also: | René 'Necoro' Neumann | 2017-10-03 | 2 | -3/+20 |
| | | | | https://github.com/coleifer/peewee/issues/1357 | ||||
* | Basic server implementation | René 'Necoro' Neumann | 2017-10-03 | 3 | -0/+67 |
| | |||||
* | Update peewee minimal version. | René 'Necoro' Neumann | 2017-10-03 | 1 | -1/+1 |
| | |||||
* | Allow DEBUG envvar to be the same as -d | René 'Necoro' Neumann | 2017-03-12 | 1 | -1/+3 |
| | |||||
* | Pseudo -> Virtual | René 'Necoro' Neumann | 2017-03-12 | 3 | -20/+18 |
| | |||||
* | Removed description, added name; also as special prefix | René 'Necoro' Neumann | 2017-03-12 | 2 | -1/+6 |
| | |||||
* | Some renaming | René 'Necoro' Neumann | 2017-03-12 | 3 | -4/+4 |
| | |||||
* | Upgrade to peewee-2.9.1, remove now fixed workaround | René 'Necoro' Neumann | 2017-03-12 | 2 | -15/+3 |
| | |||||
* | Split document content into its own table to avoid having to load it each ↵ | René 'Necoro' Neumann | 2017-03-12 | 2 | -15/+22 |
| | | | | time. Move document creation into the model | ||||
* | Whitespace fixes | René 'Necoro' Neumann | 2017-03-12 | 3 | -8/+8 |
| | |||||
* | Implement finding documents by tags | René 'Necoro' Neumann | 2017-03-12 | 1 | -0/+43 |
| | |||||
* | Make field part virtual prefixes to explicitly be int for the moment. | René 'Necoro' Neumann | 2017-03-12 | 1 | -1/+1 |
| | |||||
* | Fix handling of composite pks in peewee. | René 'Necoro' Neumann | 2017-03-12 | 3 | -2/+17 |
| | |||||
* | Misc fixes | René 'Necoro' Neumann | 2017-03-12 | 1 | -3/+6 |
| | |||||
* | Upgrade to peewee-2.9 and drop our customizations | René 'Necoro' Neumann | 2017-03-11 | 3 | -120/+9 |
| | |||||
* | Remove useless requirements.txt | René 'Necoro' Neumann | 2017-03-11 | 1 | -2/+0 |
| | |||||
* | A tag with a prefix implies the prefixes default tag | René 'Necoro' Neumann | 2017-03-11 | 1 | -5/+13 |
| | |||||
* | Roll our own version of create_or_get, replacing the one broken/removed one ↵ | René 'Necoro' Neumann | 2017-03-11 | 1 | -0/+25 |
| | | | | from Peewee | ||||
* | Minor fixes | René 'Necoro' Neumann | 2017-03-11 | 1 | -3/+3 |
| | |||||
* | Remove peewee import to allow import on global level | René 'Necoro' Neumann | 2017-03-11 | 2 | -2/+6 |
| | |||||
* | Prefixes, Tags, and Implications | René 'Necoro' Neumann | 2017-03-04 | 2 | -12/+74 |
| | |||||
* | Allow to add implications for tags | René 'Necoro' Neumann | 2017-03-04 | 1 | -12/+30 |
| | |||||
* | Fixes | René 'Necoro' Neumann | 2017-03-04 | 1 | -8/+5 |
| | |||||
* | Fix Peewee Model.get() (cf. PR #1202) | René 'Necoro' Neumann | 2017-03-04 | 1 | -1/+25 |
| | |||||
* | Remove "builtin" and "pseudo" columns; use "virtual" instead | René 'Necoro' Neumann | 2017-03-04 | 3 | -10/+4 |
| | |||||
* | Inserting Documents | René 'Necoro' Neumann | 2017-02-27 | 4 | -16/+91 |
| | |||||
* | Refined the EnumField | René 'Necoro' Neumann | 2017-02-26 | 2 | -24/+34 |
| | |||||
* | Introduce enum fields | René 'Necoro' Neumann | 2017-02-26 | 1 | -2/+31 |
| | |||||
* | Introduce the closure | René 'Necoro' Neumann | 2017-02-26 | 2 | -3/+102 |
| | |||||
* | Some repr and str improvements on the model | René 'Necoro' Neumann | 2017-02-26 | 1 | -3/+25 |
| | |||||
* | Move logging to extra function | René 'Necoro' Neumann | 2017-02-26 | 1 | -5/+7 |
| | |||||
* | Include sqllite closure extension in build process | René 'Necoro' Neumann | 2017-02-26 | 4 | -2/+1001 |
| | |||||
* | More tag handling | René 'Necoro' Neumann | 2017-02-26 | 2 | -3/+82 |
| | |||||
* | More prefix work | René 'Necoro' Neumann | 2017-02-25 | 3 | -9/+96 |
| | |||||
* | Use Peewee instead of SQLAlchemy | René 'Necoro' Neumann | 2017-02-25 | 5 | -121/+96 |
| | |||||
* | Fix | René 'Necoro' Neumann | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | Use current setuputils flow | René 'Necoro' Neumann | 2016-08-16 | 2 | -0/+17 |
| | |||||
* | Basic CLI | René 'Necoro' Neumann | 2016-08-16 | 3 | -0/+33 |
| | |||||
* | Initial model and sqlalchemy setup | René 'Necoro' Neumann | 2016-08-15 | 3 | -0/+104 |
| | |||||
* | Gitignore | René 'Necoro' Neumann | 2016-08-15 | 1 | -0/+2 |
| | |||||
* | Init | René 'Necoro' Neumann | 2016-08-15 | 1 | -0/+3 |