Commit Graph

30579 Commits (6e77b64da93cacf9ca0a2c438459f794f4bd6d3d)

Author SHA1 Message Date
karel-rehor f790799981 test(e2e/ui): labels tests and post rebase (#13987)
* # This is a combination of 2 commits.
# The first commit's message is:

added writeData command

# The 2nd commit message will be skipped:

#	delinting

* added writeData command

* better junit reporting

removed chainable .only.

* starting onboarding test

* complete onboarding to quick start

* additional onboarding tests

* adding field requirements test

WIP - updating to new org ctx - stablizing

WIP - linting - stablizing

fixing merge conflicts

* refactor onboarding test to leverage data-testid

fixing jstests with new data-testid attribs

refactor add last data-testid replacements onb test

improving assert

* passing in additional data-testid values

troubleshoot tokens test

WIP tokens test - clean up after troubleshoot

WIP - tokens tests

updating testID in tokens test

* re-enable all current tokens tests

* starting labels test

* labels tests

* minor fix

minor fix

* cy.writeData chunked

* resynching onboarding.test.ts
2019-05-29 10:04:07 -07:00
Mark Rushakoff f904c92b5a chore: add go directive to go.mod
As of golang/go#31960, go1.13 (or tip) will always add the go directive
to go.mod. Add it now as go 1.12 so that we don't have churn later as
people start using 1.13, before we're ready to officially switch to
building influxdb with 1.13.
2019-05-29 09:09:32 -07:00
Mark Rushakoff 4b3d57c06d fix(storage): add missing RUnlock in Engine.Close
I don't see anywhere obvious that an engine would be closed twice, but
if it was, the RLock would have been held permanently, such that a Lock
could not be taken later.

Running go test ./storage/... did not trigger a double-close.
2019-05-29 08:40:40 -07:00
Jonathan A. Sternberg 21c80f3e93
refactor(query/control): move the controller from flux to influxdb (#13991)
The controller implementation is primarily used by influxdb so it
shouldn't be part of the flux repository. This copies the code from flux
to influxdb so it can be removed from the next flux release.
2019-05-29 09:04:34 -05:00
kelwang cccdae2421
Merge pull request #13977 from influxdata/org_audit_log
feat(influxdb): add org create and update time
2019-05-28 16:51:18 -07:00
Mark Rushakoff 4866ef918b ci: handle CRLF in git commit messages when detecting binary files 2019-05-28 16:34:52 -07:00
Jonathan A. Sternberg ebdbc394fc
chore(flux): update to Flux v0.31.0 (#14002)
* refactor(storage/reads): update the table implementation for the interface change (#13994)

* chore(flux): update to Flux v0.31.0
2019-05-28 17:24:26 -05:00
Jade McGough 4e0d1199c8
fix(ui): run prettier (#14006) 2019-05-28 14:56:31 -07:00
Jade McGough 278da443e6
fix(http): remove accept header from query request swagger (#13625) 2019-05-28 14:44:27 -07:00
Jorge Landivar 428d908af9
Merge pull request #14004 from influxdata/swagger-typos
chore(swagger): fix a few swagger typos
2019-05-28 14:33:14 -07:00
Jorge Landivar e6ae9f6231
Fix path: 2019-05-28 16:26:49 -05:00
Jade McGough 89f44da409
fix(ui): use correct templates for support links (#13990) 2019-05-28 14:25:54 -07:00
Jorge Landivar ecd9200302
chore(swagger): fix a few swagger typos 2019-05-28 16:12:44 -05:00
Deniz Kusefoglu 192998d1e5
Add scatter (#13974)
* Add scatter to visualization types dropdown
* Add initial scatter options
* Add scatter visualization to view switcher
* Add scatter to VEO
* Add scatter type to graph types
* Expand scatter options
* Update changelog
* Change scatter color type to strings
* Assume fluxgroupkey is set
* Regularize scatter options
* Place scatter behind feature flag
2019-05-28 13:15:29 -07:00
Jorge Landivar 1388c94e07
Merge pull request #13962 from influxdata/chore/opid
chore(swagger): update swagger to include operationId
2019-05-28 09:55:33 -07:00
docmerlin (j. Emrys Landivar) fa849d5c0b chore(testing) skip flakey test 2019-05-28 10:49:16 -05:00
docmerlin (j. Emrys Landivar) 935640cf99 chore(swagger): update swagger to include operationId 2019-05-28 09:24:04 -05:00
Jade McGough dd27089f9f
Merge pull request #13899 from influxdata/chore/view-swagger
Chore/view swagger
2019-05-24 18:02:18 -07:00
Jade McGough 062c02ff8d chore(swagger): split view properties by type 2019-05-24 16:27:56 -07:00
Daniel Campbell 59d19ad36b
add heatmap icon (#13979) 2019-05-21 09:52:25 -07:00
Kelvin Wang b8c2cd6c05 feat(influxdb): add org create and update time 2019-05-20 17:36:29 -07:00
Brandon Farmer 32d4122931
Merge pull request #13973 from influxdata/swagger-task-fix
Fix Task schema error, currently preventing client generation
2019-05-20 14:25:42 -07:00
Brandon Farmer 4d797b8162
Merge pull request #13966 from influxdata/influxdb-templates
Fix influxdb-templates dependency
2019-05-20 14:25:17 -07:00
Brandon Farmer ba148f3461 Fix Task schema error, currently preventing client generation 2019-05-20 10:19:11 -07:00
Brandon Farmer 09d7c3c80f Fix influxdb-templates dependency 2019-05-20 09:11:29 -07:00
Lyon Hill 6c11be0304
fix(task): Remove timeout on task run updates (#13965)
Now that the run status updates are transactional actions
We no longer have to add a timer to keep things on track.

This is causing a problem where some runs are showing up without a start or stop time if the system is busy.
I would rather have the scheduler hang on the update then leave a run action without required fields.
2019-05-20 09:47:20 -06:00
kelwang b4a55d500a
Merge pull request #13889 from zhulongcheng/id-decode-err
fix(influxdb): use influxdb.Error in ID.Decode
2019-05-19 13:55:21 -04:00
kelwang 35c42c4cc6
Merge pull request #13956 from influxdata/fix_docs_audit_log
fix(kv): updatedAt should be updated as well
2019-05-19 13:54:30 -04:00
Kelvin Wang b18fa5b5b5 fix(kv): updatedAt should be updated as well 2019-05-18 23:36:48 -04:00
Brandon Farmer 68905bdb39
Merge pull request #13964 from influxdata/add-honeybadger-to-cloud
Add honeybadger overrides for cloud
2019-05-17 16:30:14 -07:00
Brandon Farmer d72aca1c99 Add honeybadger overrides for cloud 2019-05-17 16:19:54 -07:00
Alirie Gray d6a542e21b
Merge pull request #13946 from influxdata/fix/swagger-for-task-runs
fix(swagger): add log property to task runs endpoint docs
2019-05-17 14:18:01 -07:00
Alirie Gray 576da8f9d2 fix(swagger): add log property to task runs endpoint docs 2019-05-17 14:08:10 -07:00
Christopher Henn 9ef08fdc17 feat(ui): expose smooth interpolation option for line graphs
Closes #13762
2019-05-17 13:45:03 -07:00
Christopher Henn 1a59fbc174 fix(ui): fix crash in time machine when opening vis settings
Closes #13813
2019-05-17 12:15:14 -07:00
Christopher Henn 9b73097a9f feat(ui): add heatmap vis type 2019-05-17 12:15:14 -07:00
kelwang 7683fbc662
Merge pull request #13954 from influxdata/bucket_audit_log
feat(influxdb): bucket created and updated time
2019-05-17 14:20:19 -04:00
kelwang 497a813044
Merge pull request #13629 from zhulongcheng/upd-org-desc
feat(http): update org description
2019-05-17 12:36:45 -04:00
Kelvin Wang 57ceb9e275 feat(influxdb): bucket created and updated time 2019-05-17 11:49:10 -04:00
Iris Scholten d31be2a6f5
chore(ui): remove unused component (#13614) 2019-05-16 11:32:42 -07:00
karel-rehor e9ccde1d78 test(e2e): Bonitoo cypress tokens (#13895)
* added writeData command

* better junit reporting

* adding package-lock.json as per circle-ci hint

* delinting

* removed chainable .only.

* removed commented line

* starting onboarding test

* onboarding assert

* complete onboarding to quick start

* additional onboarding tests

* delinting

* adding field requirements test

* fixing merge conflicts

* WIP - updating to new org ctx - stablizing

* WIP - linting - stablizing

* fixing merge conflicts

* refactor onboarding test to leverage data-testid

* fixing jstests with new data-testid attribs

* resynch promql.go

* refactor add last data-testid replacements onb test

* replacing lost asserts

* improving assert

* passing in additional data-testid values

* removing bin_gen.go from branch

* starting tokens test

* troubleshoot tokens test

* WIP tokens test - clean up after troubleshoot

* WIP - tokens tests

* synching tokens test with clockface changes

* updating testID in tokens test

* re-enable all current tokens tests

* linted tokens.test.ts

* stablize beforeEach in tokens.test
2019-05-16 10:48:20 -07:00
kelwang 7b2d76c77b
Merge pull request #13941 from influxdata/fix_time_master
fix(kv): due to merged conflict
2019-05-16 11:41:37 -04:00
Kelvin Wang 4408d0c82d fix(kv): due to merged conflict 2019-05-16 11:30:36 -04:00
kelwang 4bbfa8c6f4
Merge pull request #13552 from influxdata/kv_log_time
feat(http): add audit log
2019-05-16 11:10:56 -04:00
Kelvin Wang f75f27c0bd feat(http): add audit log 2019-05-16 10:57:28 -04:00
zhulongcheng 8d5c7d33a7 feat(http): update org description 2019-05-16 22:33:14 +08:00
Jonathan A. Sternberg c98a40db14
fix(storage/reads): stop copying the values to an unnecessary buffer in the storage reader (#13933)
The copy was unnecessary since it was just going to be copied
immediately afterwards into an Arrow buffer. In the future, we will want
to have storage directly send the arrow buffer, but right now we are
putting it in an array and copying it anyway.

Even when we send an arrow buffer, the underlying sequence of bytes is
probably going to be different and we will rely on the allocator to
reuse bytes so let's remove the extra copy.
2019-05-15 20:40:29 -05:00
Christopher Henn 35701a1646 Upgrade vis library to 0.7.0 2019-05-15 16:41:53 -07:00
Brandon Farmer 6d83c3f7db
Merge pull request #13914 from influxdata/extract-templates
Extract templates to external module
2019-05-15 14:27:41 -07:00
Brandon Farmer 09600b1094 Extract template to external module 2019-05-15 14:08:07 -07:00