Commit Graph

28 Commits

Author SHA1 Message Date
Denis Gukov
31e532548b fix(fe): new task dialog 2022-10-29 22:05:42 +05:00
Denis Gukov
f3696984b7 feat(fe): run task from template page 2022-10-29 21:40:03 +05:00
Denis Gukov
8b5b8a33c4 chore(fe): change icons 2022-10-29 21:07:39 +05:00
Denis Gukov
a3c4ecbb14 feat(fe): restyle tempate form 2022-10-29 20:44:16 +05:00
Denis Gukov
d382a822fe refactor: rename directory web2 to web 2022-10-29 18:37:20 +05:00
Denis Gukov
c607b20b26 feat: remove old ui 2021-05-15 17:59:06 +05:00
Denis Gukov
d0392485eb feat: migrate logging to Store 2021-03-12 22:41:41 +05:00
Denis Gukov
bf958acbd7 fix: update some deps 2020-09-30 15:22:32 +05:00
Stanislav Simovski
7602a2ac06 Update dependencies, use go modules 2020-02-08 22:58:51 +02:00
Stanislav Simovski
a368d30ef1 Fixed mux router usage 2019-09-08 10:19:46 +03:00
Stanislav Simovski
23fdc8550b Set version on windows taskfile
It doesn't otherwise build on windows since by default it's `1`:
```powershell
Taskfiles versions should match. First is "2" but second is "1"
```

backup
2019-07-09 16:07:10 +03:00
Denis
01a0ec271f Use https protocal to import font 2018-12-11 19:32:37 +05:00
dahyung-kwon
c5f402bfa3 Add “Extra CLI Arguments” filed to "Create Task" UI. 2018-09-11 20:22:54 +09:00
Denis
53b38a09ae Fix creating new user 2018-05-16 17:13:58 +05:00
Denis
35fbd3ba2a Fix SweetAlert factory 2018-05-15 14:20:55 +05:00
Denis
173ef6b6fa Add SweetAlert dep 2018-05-15 14:20:55 +05:00
Denis
287ce7d07e Add SweetAlert factory 2018-05-15 14:20:55 +05:00
Denis
8d74b35c4a Fix promise execution, replace then(...).error(...) to then(...).catch(...) 2018-05-08 16:15:48 +05:00
slickvoodoo
db5408ad84
Assign user response correctly
Fix #529
2018-04-26 09:59:01 -05:00
Tom Whiston
123a4ea7f1
Merge pull request #509 from zarianec/develop
Fixed SweetAlert confirmation popup
2018-04-03 10:32:19 +02:00
Anton Markelov
f24a10917f add local installation of fe tools, add relative paths to that tools
move nodemon to devdependencies, remove manual installation of pug, less and nodemon

small windows-related fixes

move less and pug to devdependencies

replace echo to space for windows
2018-03-30 20:21:27 +10:00
Artiom Stoianov
8ba64afdc8 Convert spaces to tabs 2018-03-29 14:05:55 +03:00
Artiom Stoianov
c8e94d6746 Style fixes 2018-03-27 09:06:39 +03:00
Artiom Stoianov
a605c54583 Fixed SweetAlert confirmation popup 2018-03-27 08:38:48 +03:00
Tom Whiston
d22f2eb5d9
Merge pull request #458 from twhiston/cmd_environment_vars
Add environment key ENV
2018-03-20 01:33:45 +01:00
Denis
e7881ee0bc Fix: Extra arguments are not being saved in task templates 2018-03-15 12:40:17 +05:00
Tom Whiston
690f80ae54 mention env key in environment help text 2018-03-15 01:11:34 +01:00
Denis
7263101be0 Use npm instead of submodule. Split public to web/public & web/resources
Fix build under Windows

Remove htmls from pug directory

Move package.json to web directory

Remove OS type checking from test

Fix builder.js codestyle

Remove Taskfile_windows.yml
2018-03-13 12:23:20 +05:00