Commit Graph

62 Commits

Author SHA1 Message Date
Martin
fd58a35c75
Remove 2>/dev/null as go test isn't as noisy 2022-08-22 01:00:32 +02:00
Martin
1a7d61a57b
Revert packr change as not even legacy mode works properly 2022-08-22 00:59:37 +02:00
Martin
eb63de4e9a
Taskfile.yml: Packr needs to be run in legacy mode 2022-08-21 23:53:57 +02:00
Martin
03f763cf57
Taskfile.yml: Fix spacing for build:local 2022-08-21 23:46:07 +02:00
Martin
120ae77012
Taskfile.yml: Fix spacing for 'deps' 2022-08-21 23:45:29 +02:00
Martin
922d850e6b
Remove goverage and move from Packr 1 to Packr 2
Ideally packr should not be used at all, but this at least makes building easier.

Partially fixes #1015
2022-08-21 22:23:48 +02:00
Denis Gukov
fe8cc8cc4c feat(ci): build docker image 2022-06-29 20:00:24 +05:00
Denis Gukov
a91241d965 fix(ci): don't to do npm audit 2022-06-23 17:24:29 +05:00
Denis Gukov
02b8b306f6 fix(ci): update golangci-lint 2022-06-21 18:54:58 +05:00
Denis Gukov
b404b55490 feat(fe): update packages 2022-06-21 16:40:23 +05:00
Denis Gukov
7e92b8c2ee test(dredd): fix hooks binary name for windows 2021-10-26 21:14:08 +05:00
Denis Gukov
5b3402ef9d fix: add goodman dep 2021-08-26 15:17:06 +05:00
Denis Gukov
85bc69d90b feat: update go to 1.16 2021-08-26 14:22:52 +05:00
Denis Gukov
603bb2b044 fix(ci): install packr 2021-08-26 13:32:27 +05:00
zeroZshadow
56a7a4132d Move interactive setup to own package
Remove reflex installation for windows
2021-07-15 21:23:59 +01:00
Denis Gukov
38ab6adfa2 fix(ci): goreleaser hooks only once 2021-06-25 13:53:50 +05:00
Denis Gukov
794ec2ab41 chore: old goreleaser 2021-06-25 13:25:57 +05:00
Denis Gukov
c607b20b26 feat: remove old ui 2021-05-15 17:59:06 +05:00
Denis Gukov
6fdb20162f fix: disable compilation of version of UI 2021-04-14 11:45:01 +05:00
FloThinksPi
de264d20f8 Fix goreleaser arm64-rpm and update to v0.159.0 2021-03-18 17:45:29 +01:00
Denis Gukov
060f4d93eb fix(be): loading static content 2020-11-24 03:13:25 +05:00
Denis Gukov
bcfaca5149 feat(web2): support web2 by backend and go-task 2020-11-05 13:59:14 +05:00
Denis Gukov
7751676009 ci: update gpg key 2020-10-03 18:55:31 +05:00
Denis Gukov
a5cf5e32a6 test: update dredd to 13.1.2 2020-10-03 02:41:45 +05:00
Denis Gukov
b9800c63e9 build: use https to get source code 2020-10-01 05:39:35 +05:00
Denis Gukov
f78f9a5ba0 fix: update linter and releaser deps 2020-09-30 16:15:13 +05:00
Denis Gukov
bf958acbd7 fix: update some deps 2020-09-30 15:22:32 +05:00
Pedro el banquero
8c25ca1a7f
Merge pull request #3 from megakoresh/develop
Yuhuuu
2020-02-09 20:23:15 -06:00
Stanislav Simovski
c42c083b37 Switch prod build to official with multi-stage
Use aliases for copy statement (compat change)

Install missing dependencies to runner

Fixed typo
2020-02-09 18:21:25 +02:00
Your Name
aa22b29900 Merge branch 'develop' of https://github.com/pedroelbanquero/semaphore into develop 2020-02-09 10:02:42 -05:00
Stanislav Simovski
3de359eac7 CI fixes 2020-02-09 16:42:55 +02:00
Stanislav Simovski
d356286796 Use official images + fix linter 2020-02-09 15:48:24 +02:00
Stanislav Simovski
c768328a50 Migrated to golang module system 2020-02-09 14:25:06 +02:00
Stanislav Simovski
7602a2ac06 Update dependencies, use go modules 2020-02-08 22:58:51 +02:00
Your Name
ddfbed1b7f npm audit fix in dredd 2020-02-08 10:35:28 -05:00
Your Name
341b09b1f1 npm security fixes 2020-02-08 03:50:57 -05:00
Stanislav Simovski
d64a46fac8 Removed explicit static file path declaration 2019-09-12 21:35:44 +03:00
Anton Markelov
5e71ce68b5 add dc dredd to taskfile 2018-10-22 13:45:35 +10: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
tom whiston
cccc00d113 use dredd for api testing
add ci context docker deployment
update api docs
add some small fixes
2018-04-18 18:03:15 +00:00
tom whiston
be6190c472 increase linter timeout 2018-04-18 12:32:44 +00:00
Tom Whiston
f7568da911
Merge pull request #514 from twhiston/gometalinter
gometalinter
2018-04-18 14:28:33 +02:00
tom whiston
fd4db93bd4 fine tune release process 2018-04-09 20:08:52 +00:00
Tom Whiston
9931f15cd5
Merge branch 'develop' into gometalinter 2018-04-06 12:27:53 +02:00
tom whiston
ad4c74fb92 circleci workflows and docker image build and push 2018-04-05 22:40:49 +00:00
tom whiston
17fa7bb407 add gometalinter to tools and run it in circle.
extract some error checking and logging in places where linting needed or errors not checked
2018-04-05 21:24:19 +00: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
Tom Whiston
ccc017cbed new dockerfiles, circleci v2 2018-03-26 12:26:36 +00:00
tom whiston
350982258e skip goreleaser install on windows and warn 2018-03-20 22:59:30 +00:00