summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Enhance CharField with 'nocase' optionHEADmasterRené 'Necoro' Neumann2017-12-032-4/+12
|
* Add --full option to printingRené 'Necoro' Neumann2017-12-031-3/+11
|
* Add python-magic as dependencyRené 'Necoro' Neumann2017-12-031-1/+2
|
* Increase requirement to >=Py3.6René 'Necoro' Neumann2017-12-033-9/+14
|
* Webservice to create a new tagRené 'Necoro' Neumann2017-10-054-13/+38
|
* Restructure: Move some tag handling into the business logicRené 'Necoro' Neumann2017-10-053-59/+63
|
* Change to flask_restplusRené 'Necoro' Neumann2017-10-054-31/+72
|
* Move CompressedField to peewee_ext.pyRené 'Necoro' Neumann2017-10-042-9/+9
|
* Implement storing and opening saved documentsRené 'Necoro' Neumann2017-10-042-1/+55
|
* Unique index on tags as a functional one. See also:René 'Necoro' Neumann2017-10-032-3/+20
| | | | https://github.com/coleifer/peewee/issues/1357
* Basic server implementationRené 'Necoro' Neumann2017-10-033-0/+67
|
* Update peewee minimal version.René 'Necoro' Neumann2017-10-031-1/+1
|
* Allow DEBUG envvar to be the same as -dRené 'Necoro' Neumann2017-03-121-1/+3
|
* Pseudo -> VirtualRené 'Necoro' Neumann2017-03-123-20/+18
|
* Removed description, added name; also as special prefixRené 'Necoro' Neumann2017-03-122-1/+6
|
* Some renamingRené 'Necoro' Neumann2017-03-123-4/+4
|
* Upgrade to peewee-2.9.1, remove now fixed workaroundRené 'Necoro' Neumann2017-03-122-15/+3
|
* Split document content into its own table to avoid having to load it each ↵René 'Necoro' Neumann2017-03-122-15/+22
| | | | time. Move document creation into the model
* Whitespace fixesRené 'Necoro' Neumann2017-03-123-8/+8
|
* Implement finding documents by tagsRené 'Necoro' Neumann2017-03-121-0/+43
|
* Make field part virtual prefixes to explicitly be int for the moment.René 'Necoro' Neumann2017-03-121-1/+1
|
* Fix handling of composite pks in peewee.René 'Necoro' Neumann2017-03-123-2/+17
|
* Misc fixesRené 'Necoro' Neumann2017-03-121-3/+6
|
* Upgrade to peewee-2.9 and drop our customizationsRené 'Necoro' Neumann2017-03-113-120/+9
|
* Remove useless requirements.txtRené 'Necoro' Neumann2017-03-111-2/+0
|
* A tag with a prefix implies the prefixes default tagRené 'Necoro' Neumann2017-03-111-5/+13
|
* Roll our own version of create_or_get, replacing the one broken/removed one ↵René 'Necoro' Neumann2017-03-111-0/+25
| | | | from Peewee
* Minor fixesRené 'Necoro' Neumann2017-03-111-3/+3
|
* Remove peewee import to allow import on global levelRené 'Necoro' Neumann2017-03-112-2/+6
|
* Prefixes, Tags, and ImplicationsRené 'Necoro' Neumann2017-03-042-12/+74
|
* Allow to add implications for tagsRené 'Necoro' Neumann2017-03-041-12/+30
|
* FixesRené 'Necoro' Neumann2017-03-041-8/+5
|
* Fix Peewee Model.get() (cf. PR #1202)René 'Necoro' Neumann2017-03-041-1/+25
|
* Remove "builtin" and "pseudo" columns; use "virtual" insteadRené 'Necoro' Neumann2017-03-043-10/+4
|
* Inserting DocumentsRené 'Necoro' Neumann2017-02-274-16/+91
|
* Refined the EnumFieldRené 'Necoro' Neumann2017-02-262-24/+34
|
* Introduce enum fieldsRené 'Necoro' Neumann2017-02-261-2/+31
|
* Introduce the closureRené 'Necoro' Neumann2017-02-262-3/+102
|
* Some repr and str improvements on the modelRené 'Necoro' Neumann2017-02-261-3/+25
|
* Move logging to extra functionRené 'Necoro' Neumann2017-02-261-5/+7
|
* Include sqllite closure extension in build processRené 'Necoro' Neumann2017-02-264-2/+1001
|
* More tag handlingRené 'Necoro' Neumann2017-02-262-3/+82
|
* More prefix workRené 'Necoro' Neumann2017-02-253-9/+96
|
* Use Peewee instead of SQLAlchemyRené 'Necoro' Neumann2017-02-255-121/+96
|
* FixRené 'Necoro' Neumann2016-08-161-1/+1
|
* Use current setuputils flowRené 'Necoro' Neumann2016-08-162-0/+17
|
* Basic CLIRené 'Necoro' Neumann2016-08-163-0/+33
|
* Initial model and sqlalchemy setupRené 'Necoro' Neumann2016-08-153-0/+104
|
* GitignoreRené 'Necoro' Neumann2016-08-151-0/+2
|
* InitRené 'Necoro' Neumann2016-08-151-0/+3