Commit Graph

15 Commits (gw/edge-823/go_1.23.8-2.7)

Author SHA1 Message Date
Geoffrey Wossum f3d5325d78
chore: upgrade ui assets package to 2.7.10 (#25505)
Upgrade UI assets package to OSS 2.7.10.

Closes: #25504
(cherry picked from commit 9d9e92c67d)
2024-10-30 14:40:14 -05:00
Joshua Powers 91c1a5d3d8
fix: Update UI to v2.7.9 (#25232)
* fix: Update UI to 2.7.9

Pulls in UI 2.7.9 which is based off of the releases/OSS branch, not master. Includes only the one commit to update the templates.

* chore(ui): Update fetch-ui-assets.sh
2024-08-09 13:22:19 -04:00
Brandon Pfeifer 18c989726c
chore(ui): bump release to OSS-2.7.8 (#25191) 2024-07-25 10:08:54 -04:00
Jeffrey Smith II 407fa622e9
fix: update ui to remove new data explorer (#24221) 2023-04-27 15:36:53 -04:00
Jeffrey Smith II 01dda5d9f2
chore: update UI to latest version (#24171) 2023-04-04 12:13:29 -04:00
Jeffrey Smith II 6b60728843
fix: Update UI to resolve Dashboard crash and All Access Token creati… (#24017)
* fix: Update UI to resolve Dashboard crash and All Access Token creation (#24014)

* chore: update docs around ui releases
2023-01-04 09:49:21 -05:00
Jeffrey Smith II 24a2b621ea
fix: Pin UI to older version to address Dashboard issues (#23980) 2022-12-15 11:49:43 -05:00
Jeffrey Smith II f36646d68d
feat: bump to latest UI (#23733) 2022-09-27 15:19:34 -04:00
Jeffrey Smith II 485968cce4
feat: unpin ui to point at latest (#23704) 2022-09-13 11:00:51 -05:00
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