wiedld
4fc73ea221
feat(monitor-ci/415): get oss-e2es working locally in UI repo ( #24098 )
...
* feat(monitor-ci/415): get oss-e2es working locally in UI repo
* chore: remove old, unused artifact directories
* fix: handle import cycle caused by trying to use the onboarding client
---------
Co-authored-by: Jeffrey Smith II <jsmith@influxdata.com>
2023-02-22 09:28:46 -05:00
Joshua Powers
109bc88512
chore: update package repo GPG key ( #24061 )
2023-01-26 16:10:09 -07: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
Brandon Pfeifer
853d6157e3
feat: perform basic package validation ( #23863 )
...
* chore: remove unused build/ci scripts
* feat: validate packages during build
* chore: test CentOS aarch64 package
* fix: remove x86_64 from parameterized workflow
* fix: don't upgrade packages
Since some unrelated packages break during upgrade, this
no longer upgrades the system before installing
influxdb.
2022-12-01 10:58:33 -05:00
Jeffrey Smith II
61870e5202
chore: update 2.5 changelog ( #23848 )
...
* chore: update 2.5 changelog
* chore: release 2.5.1 influxdb
2022-11-04 15:56:07 -04: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
Jeffrey Smith II
accce863db
chore: update CHANGELOG_frozen.md for 2.4 ( #23651 )
2022-08-18 16:31:18 -04:00
Brandon Pfeifer
34323c9a0c
chore: use 22.04 image instead of 21.10 for perf test ( #23647 )
2022-08-18 15:28:15 -04:00
Brandon Pfeifer
90d45e8709
feat: enable static-pie builds (2.x) ( #23630 )
...
* chore: fix build commands for new cross-builder
* fix: use xcc to determine compiler
* fix: use correct compiler for darwin tests
* fix: update perftest to 22.04 image
2022-08-16 11:53:08 -04:00
Brandon Pfeifer
83bb8ed2fc
build: update frozen changelog ( #23477 )
2022-06-17 16:24:47 -04:00
Brandon Pfeifer
841be3ca10
build: remove goreleaser for build workflow ( #23423 )
2022-06-14 15:55:23 -04:00
Dane Strandboge
05840ce2a6
fix(systemd): fix operator in host detection ( #23276 )
...
original PR: #22859
2022-04-14 15:14:10 -05:00
Dane Strandboge
82d1123e78
build: upgrade to Go 1.18.1 ( #23252 )
2022-04-13 15:24:27 -05:00
wiedld
355d32b0cf
chore: update OSS ci pipeline to match the updates to monitor-ci ( #23169 )
2022-03-09 13:17:35 -08:00
William Baker
4f74049a52
feat: add downgrade target for 2.1 ( #23029 )
2021-12-29 13:27:07 -05:00
William Baker
f78f9eda9c
feat: api/v2/config endpoint displays runtime configuration ( #23003 )
...
* feat: api/v2/config endpoint for runtime config
* feat: use a type switch
* fix: add tests
* chore: add config key to returned json
* chore: update swagger ref
2021-12-23 09:27:39 -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
William Baker
b9b86a19a3
chore: remove remote validation code ( #22901 )
...
* chore: remove remote validation code
* chore: remove unused function
* chore: add todo for updating swagger ref
* chore: update swagger ref
2021-11-18 15:17:11 -07:00
Sam Arnold
fea3037c6b
feat: configure perf tests with yaml ( #22887 )
2021-11-18 15:02:31 -05:00
William Baker
ad52815e19
feat: add field for dropping data resulting in non-retryable errors to individual replications ( #22885 )
...
* feat: add field for dropping data resulting in non-retryable errors to individual replications
2021-11-16 13:41:54 -07:00
Daniel Moran
0572ae05d2
build: replace cross_build job with parallelized build matrix ( #22877 )
2021-11-16 14:38:30 -05:00
Sam Arnold
16e3b165ca
chore: refactor performance test to generate queries and data together ( #22861 )
2021-11-15 12:01:38 -05:00
William Baker
4af68d06b7
build: updated changelog automation ( #22835 )
...
* build: updated changelog automation
* chore: update frozen changelog date
2021-11-05 20:55:37 -06:00
Daniel Moran
21362910f2
build: add a CI job to test `influxd downgrade` ( #22821 )
2021-11-03 14:28:19 -04:00
Dane Strandboge
f4e9ae94ca
build: upgrade protobuf library ( #22654 )
2021-11-02 16:00:54 -05:00
Daniel Moran
58139c47b2
feat: add auth to remotes & replications APIs ( #22744 )
2021-10-26 11:32:35 -04:00
William Baker
ca6b99f9a2
build: use changelogger image for changelog generation ( #22748 )
...
* build: install a specific version of git-cliff for changelog job
* build: use pre-built image
* chore: correct image name
* chore: update deps
* chore: remove test job
2021-10-25 15:16:10 -06:00
Daniel Moran
8be2719e3a
chore: bump openapi sha for 2.1 release ( #22745 )
2021-10-25 15:23:42 -04:00
Daniel Moran
504f0e4413
feat: passing `type=basic` returns task metadata without query text ( #22728 )
2021-10-22 09:14:58 -04:00
William Baker
d8430aa7dd
build: update script to run ui e2e tests ( #22670 )
...
* build: update script to run ui e2e tests
* chore: update comments for missing env var descriptions
2021-10-18 10:27:17 -06:00
Cody Shepherd
e75d023eba
build: the update-changelog script should not produce side-effects ( #22624 )
2021-10-11 09:31:30 -07:00
Sam Arnold
a02782c63f
feat: return new operator token during backup overwrite ( #22629 )
...
* feat: return new operator token during backup overwrite
* chore: update swagger
* test: e2e restore test with new token
2021-10-07 09:07:09 -04:00
Daniel Moran
a4ee58e451
build: refactor lint and race-test jobs to use cross-builder executor ( #22584 )
2021-10-05 16:27:00 -04:00
Daniel Moran
1e9a31a675
build: add CI jobs to natively test ARM64, Mac, and Windows ( #22539 )
2021-09-24 11:03:56 -04:00
Daniel Moran
4de57500a5
test: add ungrouped-agg case to perf test suite ( #22567 )
2021-09-23 16:24:33 -04:00
William Baker
0c59cd79e3
build: series cardinality perf test ( #22509 )
...
* build: series cardinality perf test
2021-09-17 15:14:41 -06:00
William Baker
33afff378c
build: run perf test queries only on specific datasets ( #22480 )
...
* build: run perf test queries only on specific datasets
* fix: use new aliases to fix group window transpose
2021-09-16 09:41:06 -06:00
Cody Shepherd
824e76c18d
build: generate nightly changelog from commit history ( #22377 )
...
* build: generated nightly changelog from commit history
* build: update goreleaser version
2021-09-07 08:07:04 -07:00
William Baker
eca834cc03
build: new multi-measurement perf test ( #22345 )
...
* build: new multi-measurement test
2021-08-30 16:32:47 -06:00
Daniel Moran
641c02f9a8
feat: add APIs for management of replication streams ( #22287 )
2021-08-24 14:19:03 -04:00
Daniel Moran
aee9f817d8
test: add `aggregate-drop` case to iot perf-tests ( #22263 )
2021-08-20 11:42:13 -04:00
William Baker
0649113c6e
build: use alterate names for IoT query types ( #22244 )
...
* build: use alterate names for IoT query types
2021-08-18 09:57:24 -06:00
Daniel Moran
5c7c6c2702
feat: add APIs for management of remote InfluxDB connections ( #22219 )
2021-08-17 15:15:05 -04:00
William Baker
2bf5f8ef3e
build: add multi measurement query benchmarks ( #22217 )
...
* build: add multi measurement query benchmarks
* chore: add comment for default match of query interval
2021-08-17 10:35:05 -06:00
William Baker
d677fa1eeb
build: add perf tests for group-window-transpose ( #22199 )
...
* build: add perf tests for group-window-transpose
2021-08-13 14:38:58 -06:00
Daniel Moran
72de805106
refactor: use updated API in restore service ( #22198 )
2021-08-13 16:15:18 -04:00
Dane Strandboge
1f5f927d74
build: add perf test for sorted-pivot ( #22192 )
2021-08-13 14:07:58 -05:00