Commit Graph

6 Commits (cbbf4b27da5a8bef8737ffa9380a4cc31cbf72e9)

Author SHA1 Message Date
Sam Arnold 4ee93a9b22
chore: fix up message when build fails due to OS (#22928) 2021-11-24 14:43:42 -05:00
Bryan FRIMIN 5a1e3752c7
build: allow to build on FreeBSD (#22285)
* fix(build): checksum failed on FreeBSD

* fix(build): avoid BSD make evaluate Makefile

This Makefile use GNU make functions which is not compatible with the BSD
make. In order to avoid BSD make to try evaluation the Makefile and because
the Makefile use GNU make functions renaming the from Makefile to GNUmakefile
does not change anything for GNU make users and expose a clear error
when someone try to evaluate with BSD make.

* fix(build): invalid shebang on FreeBSD
2021-11-24 08:42:36 -05:00
Daniel Moran 858be90139
fix: regenerate protos using gogo 1.3.2 (#21880)
* Regenerate protos using gogo 1.3.2
* Add protos to generate, add checkgenerate to CI
* Address proto warning
* Add generator tooling to Makefile
* Delete recursive Makefiles, simplify generation run by goreleaser
* Use env bash for fetch-ui-assets
* Add static-data to clean target
2021-07-20 15:11:46 -04:00
William Baker ea5e6eabcb
feat: transfer static asset handling into own package (#21785)
* feat: transfer static asset handling into own package

* chore: added some tests

* fix: update swagger script per review

* fix: make into bash script
2021-07-06 12:54:01 -05:00
William Baker 156e55a6d1
build: verify checksum of built ui assets (#21736)
* build: verify checksum of built ui assets
2021-06-23 13:08:02 -04:00
William Baker 0e02166ed0
chore: remove dead source code from UI folder (#21446)
* build: updated makefile

* docs: update contributing and readme docs

* chore: delete all the ui files
2021-05-11 10:11:07 -04:00