1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-26 12:42:30 +03:00
Commit Graph

1146 Commits

Author SHA1 Message Date
Artyom Kazak
1b22041506
Migrate to LTS 13 and Ubuntu Xenial (#302) 2019-06-26 11:35:52 +03:00
Artyom Kazak
0955b582e3 Fixup 2019-06-19 16:54:47 +03:00
Artyom Kazak
65048e2d57 Gzip backups 2019-06-19 16:54:00 +03:00
dependabot[bot]
5895055163 Bump axios from 0.18.0 to 0.18.1 in /front (#298)
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1
2019-06-03 14:55:30 +04:00
Avele
90a5e97f8c front/chore: correct checkbox icon import 2019-05-28 20:13:44 +04:00
Avele
bccfa3a4df front: code formatting and some todos resolved 2019-05-28 18:36:40 +04:00
Avele
b320838b0f front: added overlap for vuetify styles for code and kbd 2019-05-26 18:34:00 +04:00
avele
afa08bded6
Markdown Editor fix (#296) 2019-05-26 17:16:26 +04:00
avele
e9214d0bb3
correct spaces (#294) 2019-05-21 23:44:46 +04:00
avele
8337776345
Category item info update fix (#295) 2019-05-21 23:44:27 +04:00
avele
d2a6db2423
404 page (#293) 2019-05-20 23:19:38 +04:00
Artyom Kazak
dadadc39b5
Further Travis improvements (#291)
* 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
2019-05-20 21:16:55 +02:00
avele
d3c2eaa7fe
Whitespace configured (#292) 2019-05-18 19:54:39 +04:00
Gigiman
eaa967cec6 Category info edit refactoring (#275)
* separately import vue, vue-class-component

* changed categoryStatus declaration, refactored imports
2019-05-18 17:47:58 +04:00
Artyom Kazak
b55ccbd891
Fix some bugs in the Travis config and reduce the number of jobs (#290) 2019-05-17 22:44:52 +02:00
avele
164a93e6b4
Fixed toc getting corresponding to new API format (#289) 2019-05-17 19:49:02 +04:00
Vladislav Sabanov
e85eca1b66
Fix dockerfile and readme (#282)
* Fix dockerfile and readme

* Fix up
2019-04-27 01:41:12 +05:00
Avele
43da382888 Front: corrected api requests on client 2019-04-26 17:04:56 +04:00
Vladislav Sabanov
9524e2263e
Update chromedriver (#281) 2019-04-24 23:26:53 +05:00
Vladislav Sabanov
7d9d8ec84e
Make docker and upload (#279)
* 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
2019-04-24 20:25:12 +05:00
Avele
b81773092d Front: dev build optimized 2019-04-23 00:48:21 +04:00
Avele
64d63f72ea Front axios defaults moved to server build only 2019-04-20 14:35:43 +04:00
Avele
734cf3512f Front build errors resolved 2019-04-20 14:34:46 +04:00
Avele
0030f788e1 Front readme formatting 2019-04-20 14:33:26 +04:00
Avele
7ea7618c82 Front: config api url can be set through enviroment variable 2019-04-19 15:44:46 +04:00
Avele
5ad730606d Front added misssing dev dependencies 2019-04-19 15:11:28 +04:00
Avele
8724c91f73 Front fixed readme 2019-04-19 15:11:10 +04:00
avele
469b5b5790
Front/structure refactor and building reconfigure (#277)
* DefferedPromise refactor

* Moved defferedPromise to utils folder

* Base url moved to app file

* Store modules states rewrittten according to vue doc recommendations

* Deffered promise usage moved

* removed unused packages in entries

* Structure refactor, easier building, prod building configured, tsconfig reconfigure removed useless packages

* Update front/index.html

Co-Authored-By: avele <34437766+avele@users.noreply.github.com>

* Update front/postcss.config.js

Co-Authored-By: avele <34437766+avele@users.noreply.github.com>

* Comment rewritten
2019-04-18 01:52:43 +04:00
Gigiman
3c74057616 Rss icon and link added (#274)
* rss link added

* separate file for categroy information

* removed lodash functions from CategroyInfoEdit component

* RSS tooltip added

* move category info logic to the separate component

* Rss refactored

* minor bug fix
2019-04-04 09:13:53 +04:00
Vladislav Sabanov
22a4039413
Update README.md (#276) 2019-04-01 15:26:33 +05:00
Vladislav Sabanov
892d5c7558
Swap slave with async (#273)
* Swap slave with async

* Refactor with mapConcurrently_

* Move functions from let to high level

* Separate ekg and spock

* Fix comments
2019-03-20 11:49:02 +05:00
Giyos
48bb8ee882 remove lodash from CategoryInfoEdit component 2019-03-19 13:54:32 +05:00
Gigiman
c14cd70474
Category info edit (#268)
* category info editing dialog added

* square icon bug fix

* added service for updating category info

* added action to update category info

* update category info functionality added

* category info edit functionality finished

* small change

* small change

* small changes

* if else to switch refactor

* refactor checkbox to array to v-model with array

* minor checkbox fix

* changed: validation rule renamed

* refactoring

* parsing selected sections from api
2019-03-18 14:48:07 +05:00
Vladislav Sabanov
93236f1542
Add imports to test (#272)
* Add imports to test

And swap with imports in other modules.

* Add comments

* Fix travis and add comments

* Fix travis config
2019-03-17 10:21:44 +05:00
avele
b46f97055f
vuetify update (#271) 2019-03-10 19:37:47 +04:00
Vladislav Sabanov
3be9fa30a3
Fix json instances for toc (#270)
* Fix json instances for toc

* Add CTocHeading type
2019-03-08 15:44:50 +05:00
Vladislav Sabanov
2ed5e51e15
Add section info to getCategory (#269)
* Add section info to _getCategory

* Fix consistent
2019-03-03 21:50:45 +05:00
avele
c710727a24
Update README.md 2019-02-27 16:54:27 +04:00
Giyos
1a70400678 small change 2019-02-27 16:39:08 +05:00
Giyos
d8af6068f9 Merge branch 'develop' of https://github.com/aelve/guide into develop 2019-02-27 16:35:30 +05:00
Giyos
3f5cb3c8cb changed: Remove shaking animation from the label 2019-02-27 16:35:21 +05:00
Dmitrij Pavluk
fbc949f3e4 Task/log monad (#264)
* 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
2019-02-26 10:40:42 +05:00
zeot
cfcd3e78d4 front: npm packages vulnerabilities fixed 2019-02-20 16:26:18 +04:00
avele
b248b75a49
updating-vue-and-babel (#267)
* Vue updated, got rid of vue fork, babel updated

* update vue-class-component

* Vue-class-component updated

* Vue-class-component update and usage
2019-02-20 00:24:07 +04:00
zeot
9e0f915d75 Not as attention grabbing inline <code> blocks 2019-02-18 14:32:31 +04:00
zeot
9b66ec7162 Category item traits excess margin removed 2019-02-18 14:08:45 +04:00
zeot
be9f93e8aa Category description headers margins changed 2019-02-18 14:06:33 +04:00
zeot
cdd38b1b79 front: added scroll to created item 2019-02-16 16:15:28 +04:00
zeot
6b09d34897 Make esc work for category creation dialog 2019-02-16 13:05:47 +04:00
zeot
670b68267d Less css margins for code blocks 2019-02-16 11:17:19 +04:00