Commit Graph

96 Commits (e1d0102a6f990f7ad3d0f2aaf5e19f2c934e64bc)

Author SHA1 Message Date
Cody Shepherd 8e5a0705a3
fix: systemd service -- handle 40x and block indefinitely (#22174)
* fix: systemd service -- handle 40x and block indefinitely

* chore: update changelog

* chore: add pkg_run_test to CI

* chore: fix curl syntax for auth setup in pkg_run_test
2021-08-12 12:45:29 -07:00
William Baker 9e8f47a472
build: don't include host tag on perf test results (#22183)
* build: dont report host for perf tests
2021-08-12 09:48:44 -06:00
Dane Strandboge d044c585ac
build: add perf test for aggregate-keep (#22175) 2021-08-11 16:53:23 -05:00
William Baker 7c8a5ab68f
build: add perf test for filtered queries (#22159)
* build: add perf test for filtered queries

* chore: run only on master
2021-08-11 14:22:21 -06:00
William Baker 53d2d7c3ef
build: add perf test for fast query (#22148)
* build: add fast iot query perf test
2021-08-10 15:38:08 -06:00
Daniel Moran 43f5aefe6c
build: include query-format in EC2 perftest instance names (#22134) 2021-08-09 15:42:27 -04:00
Daniel Moran b4170a9d34
build: parallelize flux and influxql perf tests (#22118) 2021-08-09 14:07:01 -04:00
Daniel Moran 34d73cfd88
build: remove file_tag from perf-test telegraf config (#22122) 2021-08-09 14:05:11 -04:00
Daniel Moran 817fae2a9a
build: replace general perf tests with aggregate tests, refactor script (#22068) 2021-08-09 10:23:06 -04:00
Daniel Moran 22c6b78c62
build: fix generation when vendoring dependencies (#22089) 2021-08-06 15:06:36 -04:00
Daniel Moran 8282fbac77
build: revert renaming of influxd-only release artifacts (#22086) 2021-08-06 14:45:29 -04:00
Daniel Moran e15b15b9c2
build: re-add branch as a tag in perftest results (#22050) 2021-08-05 11:59:45 -04:00
William Baker 886dfee91b
chore: add metaquery perf tests (#22008)
* build: metaquery perf tests

* fix: add scale string and seed to data file name

* fix: adjust telegraf outputs

* fix: fix force_compaction func

* fix: dont overwrite existing result files
2021-08-05 09:03:39 -06:00
Cody Shepherd 693f3212d3
chore: set rust version to the same as latest tag from flux (#21996)
* chore: set rust version to the same as latest tag from flux

* chore: parse rust version from flux tag targeted by go.mod
2021-08-03 07:23:01 -07:00
Daniel Moran 8dc74f1132
build: update deb and rpm names to match 2.0.8 (#21940) 2021-07-23 15:01:25 -04:00
Cody Shepherd 035e11e3ca
chore: perftests should use API instead of influx cli (#21909) 2021-07-22 11:04:47 -07: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
Cody Shepherd 7ea348db35
chore: enable query performance tests (#21892) 2021-07-20 09:05:06 -07:00
Cody Shepherd c8de72ddbc
fix: systemd unit should block on startup until http endpoint is ready (#21850)
* fix: systemd unit should block on startup until http endpoint is ready

* chore: update changelog
2021-07-16 08:13:26 -07:00
Cody Shepherd 865a030420
chore: change commit and branch keys to fields instead of tags (#21824)
context: configuring unique data as tags causes series cardinality to
grow in an unbounded manner; data with unique values should be set
as fields
2021-07-15 10:19:59 -07:00
Cody Shepherd bffdb0f859
chore: perftests should use API now that `influx` cmd is gone (#21815) 2021-07-13 09:44:33 -07: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
Cody Shepherd cff403af0d
chore: enable log retention for performance tests (#21708)
* chore: upload perftest logs to s3 bucket when finished

* chore: turn on verbose telegraf logging in perf test reporting
2021-06-17 08:46:44 -07:00
Cody Shepherd 45f8c66345
chore: enable ingest performance tests for master (#21627)
* chore: enable ingest performance tests (#21624)

* chore: add run script for performance tests

* chore: update circle config to run performance tests

* chore: adjustments to perf test config

* remove 1.8 branch here, as that branch is already configured for perf
  tests
* remove extraneous comments in config and perftest script
* move perftest setup logic out of circle config and into a script
* use a specific ubuntu machine image for circle driver
* omit gzip/gunzip from perf test dataset manipulations

* chore: use r5.2xlarge instance type and put perf test dataset in ramdisk

* chore: fix query logic in nightly aws teardown (#21678)
2021-06-15 10:00:40 -07:00
Daniel Moran 9b02820a0f
build: upgrade to go1.16 (#21642)
* build: bump to go 1.16
* build: go mod tidy & update godeps CI step
2021-06-09 12:59:05 -04:00
pierwill e59b8ea078
fix: verify rustup checksum in CI (#21637)
* chore: bump rust in CI to 1.52.1
2021-06-08 13:32:13 -05: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
William Baker dc72dc3f0c
build: replace local e2e tests with e2e-monitor-ci (#21387)
* feat: update e2e to use monitor-ci

* build: local copy of test script

* build: use stable docker image for e2e

* fix: use a working image for e2e ci job
2021-05-07 14:47:56 -04:00
Daniel Moran 61d1ee45b3
build: add windows to cross-build (#21109) 2021-03-31 18:52:20 -04:00
Daniel Moran 6515a79413
fix: update doc links to point at new site (#20754) 2021-02-16 12:37:56 -05:00
Daniel Moran 58a782ad47
fix(packaging): don't overwrite existing config on package install (#20625) 2021-01-28 17:13:16 -08:00
Daniel Moran 9493afb46e
build: rewrite our CI/CD pipeline to make ARM64 docker build work (#20484) 2021-01-11 15:01:09 -08:00
Daniel Moran c99eaee5ec
fix: ensure init.d-style install sees our default environment variables (#20349) 2020-12-15 18:15:00 -08:00
Daniel Moran a16f2a0dee
fix: adjust post-install logic to only display upgrade notice when needed (#20348) 2020-12-15 15:12:23 -08:00
Phillip Steinbachs e67de69382 fix: Improve v2 packaging 2020-12-14 14:41:48 -08:00
Phillip Steinbachs e7e90e20ec fix: Improve v2 packaging 2020-12-14 14:41:48 -08:00
Phillip Steinbachs f896a49ec5 fix: Improve v2 packaging 2020-12-14 14:41:48 -08:00
Phillip Steinbachs b07b96cf32 fix: Improve v2 packaging 2020-12-14 14:41:48 -08:00
Gershon Shif f8f789c541
chore: use influxdb2 name for packaging (#20111) 2020-11-19 15:39:40 -08:00
Gershon Shif af0c328095
chore(packaging): build rpm and deb packages (#19567)
- Update CIrcleCI configuration to start release process on an RC build
- Update .goreleaser.yml:
   - Start building armel and armhf binaries and rpm and debian packages.
   - Generate sha256 checksum file.
- launcher.go: do not use `max` module to escape integeroverflow problem for armel and armhf builds
- Start using `v0.142.0` of goreleaser
- Added pre and post install/uninstall scripts for rpm amd deb packages
2020-09-16 12:36:44 -07:00
jlapacik 2ef9999907 Merge branch 'master' into chore/merge-master 2020-04-30 09:53:04 -07:00
Gavin Cabbage 95913534a0
feat(kit/feature): add feature flag package (#17851)
* feat(kit/feature): add feature flag package

* refactor(kit/feature/_codegen): simplify with fmt.Errorf

* chore(kit/feature): tidy comments
2020-04-30 11:29:43 -04:00
Jonathan A. Sternberg 25b0e37522
feat: add support for pkg-config (#17036)
This adds support for using pkg-config to build libflux inside of the
flux dependency. The build can occur by either installing `pkg-config`
into your path or the `env` script can be used to invoke it from the go
modules.
2020-02-28 11:08:21 -06:00
Jeff Wendling 5dc3e52fd9 chore: bump gogo/protobuf and regenerate
It had been bumped previously from v1.1.1 to v1.2.0 and nothing was
regenerated. This bumps it to v1.2.1 and regenerates.
2019-04-03 15:42:33 -06:00
Jonathan A. Sternberg e9600b1f0b
refactor: modify tooling to take advantage of go run
The generate commands have been modified to take advantage of the new
functionality in Go 1.11 that allows `go run` to execute a package
instead of individual files.

This functionality combined with Go modules allows us to execute a
package directly out of our pinned dependencies rather than accidentally
picking up another binary outside of the build environment.

This also simplifies the Makefile because they no longer have to be
responsible for installing the correct tooling since the Go command
takes care of that logic. It also makes it so that the Makefiles with
file generation can now be invoked from their appropriate subdirectories
so they are contained within the directory itself rather than relying on
values in the top level Makefile.

It is now possible to generate all files within this project by using:

    go generate ./...

Or the Makefile can continue to be used.

This commit also copies over the special copy of `tmpl` that the storage
engine uses within the influxdb repository. It was never copied over so
using `go generate` on these packages did not work.
2018-10-15 11:01:27 -05:00