* Insert all categories from Acid to Postgres
* Check postgres == acidstate
* Fix schema
* Redo the way undocumented definitions are counted (#381)
* Redo the way undocumented definitions are counted
* Fix YAML
* Fix a typo
* Generate swagger.json for branches (#380)
* Generate swagger.json for branches
* Fix
* Fix again
* Fix once more
* [skip ci] Regenerate swagger.json
* Don't log debug info to stdout
* Push even if the branch is ahead
* Fix
* Empty
* [skip ci] Regenerate swagger.json
* Don't use "skip ci"
* Enable all unobjectionable extensions (#384)
* Enable OverloadedStrings by default
* Remove pragmas for default extensions
* Enable some other extensions
* Enable TemplateHaskell
* Add logger
* Update cli
* Fix orders updater
* Cut UTC off. Precision 12 -> 9
* Delete item (trait) from category (item) if it marked 'deleted'
And add item (trait) to category (item) if it not marked 'deleted'
* Remove pragmas
* Update makefile, and check untill True with remote base
* Add check equality in travis
* Fix travis: wait for postgres
* Fix travis. Use native service
* Fix redirection
* Fix condition
* Make checks simple
* Refactor on comments. Everything but the last one.
Dumb or not dumb is still the question. (Concerning queries)
* Generate swagger.json for branches
* Fix
* Fix again
* Fix once more
* [skip ci] Regenerate swagger.json
* Don't log debug info to stdout
* Push even if the branch is ahead
* Fix
* Empty
* [skip ci] Regenerate swagger.json
* Don't use "skip ci"
* 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
* Use system GHC
* Fix
* Fix fix
* Further fix
* CI
* Try to avoid breaking the cache
* Fix
* CI
* Extra rm
* CI
* Don't cache back/.stack-work
* CI (building the cache)
* CI again (really build the cache)
* And now rebuild
* Revert "Don't cache back/.stack-work"
This reverts commit e66256ae74.
* Don't remove GHC
* CI
* CI
* GHC *is* faster to install than to cache
* Make docker and upload
* Try to allow failures
* Allow failures npm
* Or True
* Or true
* Remove or true
* Fix config files
* Test cp
* Find dist
* Fix stage
* where is make
* Fix cd
* Remove checkers
* Fix dockerfile
* Add env to dockerfile
* Comment envs
* Set api=localhost
* Fix dockerfile and win
* Trigger on push
* 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
* TestCafe added to project. First test written
* Search input test added
* Seacth input test changed, travis job for testcafe tests added
* Travis bugfix test
* Travis testcafe bugfix test try 2
* Travis testcafe bugfix test ry 3
* Travis testcafe test sleep increased to 10
* Test adding category added but bug with click occurs - check!!!
* Category test (testing the group where test was creating) added - bug fix
* Article component rewrite
* Article component rewritten
* Big with rendering content.html in v-for
* Collapse bug fix
* MInor category visual changes/fixes
* Description, reactivity bug fix
* merge
* Refactoring after code review
* Conflict in styles resolved