* add insert transactions
* Fix Add, Add Set[wip], Test them
* Set function is completed and delete one also
* Add moveItem
* Add moveTrait
* Use ItemRow (#356)
* fix travis
* make corrections to the comments
* Add rest row types
* prettify
* Update back/src/Guide/Database/Set.hs
Co-Authored-By: Artyom Kazak <artyom@aelve.com>
* Add row types to get functions. Make ttype convertions
* Formatting
* Use 'do' for constructing rows
* Rename "column" to "columns"
* Fix an article
* Fix boolean capitalization
* Fix Haddock
* Rename TraitType constructors
* Fix sql query
* Fix select in schema
* Reexport more modules from Guide.Database
* Name the #created UTCTime arg
* Restore consistency
* Expand _order comments
* Rename mismatched row fields
* Add lenses for rows
* Replace set functions with 'modifyCategoryRow' and so on
* Document 'exposeFields' and 'exposeFieldsPrefixed'
* Rename exposeFields
* Improve logging in 'setupDatabase'
* Abstract 'makeLensesWith' to Utils module
* Less default parameters in 'addCategory'
* Rewrite docs for makeClassWithLenses
* create tables with hasql
* Fixes 1
* fix failing
* add todo
* Add more comments
* fix commits
* Mention that libpq has to be installed
* Minor fixes
* Migrations
* Fix wording
* Wording 2
* monad DiT
* addition of monad DiT to gaider
* add deriving
* fix of exceptions
* Logger.hs
* logging
* configs
* fix
* cathing of exception
* logger structure
* configs fixes
* log format
* add time format to config
* add logs
* add logs
* add show instances to db actions
* add log to matomo
* add emptyOnExceptyon
* fixing of tests
* add test for logs
* add test for api
* add test for api
* sdd tests to api
* fix of tests
* fix of tests
* fix of errors
* add api tests
* add new tests for log
* add new tests for log
* add new tests for log
* add new tests for log & api
* ordering of API.hs
* add test of traits to api
* fixes to tests
* fixes of test
* add atributes to log
* attributes to logs
* fix to log
* Fix proposals
* Fix error level style
* Try to fix travis tests
* Add comment to servant error log
* Revert openFile to check travis tests
* Abstract withTempFile
* Rework the way handlers are logged
* Fix typos
* Don't use pack
* Add explicit export lists and warn about missing export lists
* Fix comments
* Get rid of useless H.
* Make export lists consistent
* Rewrite config comments
* Log to stderr by default, not to /var/log/guide.log
* Don't use module X
* Rewrite Guider.Logger.Init slightly
* No {- -} comments
* Separate logTests from webspec module
* Swap throwM with Di.Core.throw
* Fix logging
* No more .ghci
* Formatting, etc
* Remove loggers we're not going to use
* Comment
* Typo
* Comments
* searchQuery -> query
It's called "query" in the API
* Rename
* More logging
* Reorder things
* Fix test compilation
* Api -> ApiSpec
* Remove constantly failing footer test
* Rename logTest
* Fix failing log test
* TODO
* We don't do caching anymore
* Increase test time for move item up
* Add haddocked test
* Add uncommented function for test
* Up haddock test
* Add quotes
* Remove ':'
* Add curl stack
* Delete test function
* Up beforeHaddocked to 251
* Increase second threadDelay to 1 million
* Check test fixes
* Remove commented code
* Return bracket function
* Add comment
* Split hackage
* WIP
* Migrate to newer safecopy-migrate
* Fix migrate
* Rename description to summary for item
* Fix link to templates
* Frontend tests fix for pr #249
* Change the path back
* WIP. Fix templates
* Update back/src/Guide/Api/Types.hs
* Remove unnecessary stuff from .gitignore
* Revert style changes
* Two spaces
* _itemDescription has been renamed
* Remove the Hackage test
* name_on_hackage -> hackage
* Fix Hackage param' type
* front changes from kind to hackage
* Fix tests
* Try fix templete
* Revert last commit
* Comment front test in travis
* patches-vector with bumped base is available on Hackage now
* stache-plus has tests that don't compile on a system
with an old GCC, so we have to use a branch with no tests