Commit Graph

29271 Commits (d5e1483fbdb8ec425101908978029ef011bab24d)

Author SHA1 Message Date
Deniz Kusefoglu d5e1483fbd
Merge pull request from influxdata/add-import-to-empty
Add import to empty
2019-03-17 17:46:31 -07:00
Deniz Kusefoglu 46da0c8096 Add styles to empty state dropdown
Add dropdown to Dashboards empty state
Add dropdown to tasks empty state
Add missing import property
Fix e2e tests
2019-03-16 10:26:52 -07:00
Mark Rushakoff c8e2339d61 fix(task): filter by measurement early in query logreader
The late measurement filter, after a pivot, had the potential to result
in empty groups without a runID, which would cause a runtime error,
which would cause the whole query to fail.

Experimentation has shown that those empty tables will no longer arrive
by filtering early on measurement.
2019-03-15 22:28:13 -07:00
Iris Scholten 009e5130e8
Merge pull request from influxdata/feat/flux--insert-function
feat(ui): Update flux functions insertion from  toolbar to add to current line or below
2019-03-15 17:37:56 -07:00
Deniz Kusefoglu 6770d36b2f
Merge pull request from influxdata/adapt-template-types-to-client
Adapt template types to client
2019-03-15 17:32:48 -07:00
Iris Scholten e250eb1977 feat(ui): Update flux functions insertion from toolbar to add to current line or below 2019-03-15 17:24:01 -07:00
kelwang 32a511b671
Merge pull request from influxdata/telegraf_delete
fix(http): fix telegraf delete
2019-03-15 20:16:50 -04:00
Deniz Kusefoglu bc106c269a Convert ITemplate types to documentcreate types 2019-03-15 17:01:04 -07:00
Deniz Kusefoglu 28fd243fa2 Bump client version 2019-03-15 17:00:24 -07:00
Russ Savage 0a9ad0c04e
Update changelog for alpha 6 ()
* Update changelog for alpha 6 again
2019-03-15 19:54:00 -04:00
Russ Savage 966ff97735
Update Changelog for Alpha 6 ()
* Update Changelog for Alpha 6
2019-03-15 19:30:55 -04:00
Jade McGough 4a4bd76e70
Merge pull request from influxdata/label-names
Label names
2019-03-15 16:29:35 -07:00
kelwang 5787e8642b
Merge pull request from influxdata/fix_swagger_tasks_defined_twice
fix(http): remove dup tasks definition
2019-03-15 19:29:16 -04:00
Jade McGough b2775ef9da feat(labels): allow label names to be updated 2019-03-15 16:24:23 -07:00
Jade McGough 8da4614360 remove dead label tests 2019-03-15 16:24:23 -07:00
Jade McGough 334b9ec0ae remove unnecessary ID filtering logic 2019-03-15 16:24:23 -07:00
Deniz Kusefoglu 0e5e2a5703
Merge pull request from influxdata/death-to-v2-folders-dashboards
Death to v2 folders dashboards
2019-03-15 14:13:16 -07:00
Deniz Kusefoglu 98e74881eb Fix confused types and remove add label defaults 2019-03-15 13:55:00 -07:00
Deniz Kusefoglu 181f5eb2c9 dashboards/reducers/v2 2019-03-15 13:55:00 -07:00
Deniz Kusefoglu 0dd37106d9 dashboards/actions/v2 2019-03-15 13:55:00 -07:00
Deniz Kusefoglu 00d32ec8eb src/dashboards/apis/v2 2019-03-15 13:53:28 -07:00
Palakp41 aa65f4f9bb
Merge pull request from influxdata/feat/tasks-run-manually
Add the ability to run task manually from tasks run page
2019-03-15 12:39:48 -07:00
Palak Bhojani 6e8c30f76f Add the ability to run task manually from tasks run page 2019-03-15 12:29:51 -07:00
Iris Scholten 46223851dc
Merge pull request from influxdata/fix/scrollbars-hiding-editor
Stop scrollbars from covering text in flux editor
2019-03-15 10:07:14 -07:00
Iris Scholten d9b416ae06 Stop scrollbars from covering text in flux editor 2019-03-15 09:35:58 -07:00
Andrew Watkins f3448ebb02
fix(fluxui/union): removes pipes and strings from union insertion () 2019-03-15 09:23:42 -07:00
Mark Rushakoff 6cb90686ff ci: fail build if binary files committed
Binary files can be whitelisted with the special line 'Adds-Binary:
<path/to/binary/file>' included in the commit message body. Deliberately
checked-in binary files should be very rare.

With minimal effort, this could probably be repurposed as a local
postcommit hook.
2019-03-15 09:17:07 -07:00
Kelvin Wang 0fe8479e9f fix(http): remove dup tasks definition 2019-03-15 11:46:30 -04:00
kelwang 769a1a8a10
Merge pull request from influxdata/swagger_task_runs
feat(http): update swagger to use runs
2019-03-15 11:40:20 -04:00
Kelvin Wang 052510f3ee fix(http): fix telegraf delete 2019-03-15 11:31:22 -04:00
Mark Rushakoff 50b5b25f71 feat(task): include run errors in task log
This should considerably simplify debugging when things go wrong with
the tasks, as this error can be displayed from the UI or CLI. Prior to
this change, you would have to view the console output from influxd.

Fixes .
2019-03-15 08:12:39 -07:00
Ryan Betts 50f53d16f7
Merge pull request from influxdata/rb-add-stalebot
Add configuration for stale probot
2019-03-15 10:00:26 -04:00
Mark Rushakoff 3092faace8 test(task): ensure task can be created over HTTP using org name
Closes .
2019-03-14 21:23:14 -07:00
Mark Rushakoff ce7b53ef37 feat(task): log authorization errors
This should simplify debugging when a user isn't allowed to do something
with a task, that they expect to be able to do.
2019-03-14 14:04:37 -07:00
Christopher Henn 1e91da7d48 Fix ESLint errors 2019-03-14 13:58:29 -07:00
Christopher Henn 9c1abbf307 Fix typo with linting script 2019-03-14 13:58:29 -07:00
alexpaxton 4b53d29b63
Fine tune inline label keyboard interactions ()
* Fine tune keyboard shortcuts during inline label flow

* Update changelog

* Update label type in mocks

* WIP Add unit tests for inline label editing components

* WIP Add unit tests for inline interactions

* Write slightly more integrated test

* Just a couple more unit tests

* Add missing key to element in map

* Fix e2e tests
2019-03-14 13:15:21 -07:00
Deniz Kusefoglu 71bc904273
Merge pull request from influxdata/document-types
Add required types to swagger
2019-03-14 12:12:41 -07:00
Deniz Kusefoglu 14688cd5c7 Add required types to swagger 2019-03-14 12:02:33 -07:00
Christopher Henn ccc8165b16 Move TimeMachine query data into Redux
Closes 
2019-03-14 11:34:05 -07:00
Stuart Carnie df03617e65
Merge pull request from influxdata/sgc/cobra-command
Migrate influxd binary to cobra Command package
2019-03-14 10:10:49 -07:00
Lyon Hill fca6a9c412
Ensure when a manual run is called we run it as soon as possible ()
* Ensure when a manual run is called we run it as soon as possible
2019-03-14 10:25:45 -06:00
Stuart Carnie c8d70fdaf0
feedback(influxd): Use InfoLevel constant 2019-03-14 09:23:54 -07:00
Stuart Carnie c7c58275f9
feedback(influxd): Respond to PR feedback
* Add CHANGELOG entry
* Remote erroneous comment
2019-03-14 09:23:53 -07:00
Stuart Carnie e8045ae187
feat(influxd): Migrate influxd binary to cobra Command package
This commit consists of several improvements or changes:

* migrate the influxd binary to cobra.Command
* introduce a default run sub-command to start the server
* register the run sub-command flags with viper
  to maintain compatibility with the existing behavior of automatic
  binding of flags to environment variables.

Closes 
2019-03-14 09:23:53 -07:00
Stuart Carnie f5c54a00b0
feat(influxdb): Add global BuildInfo
Permits binary packages to set a global BuildInfo state that
can be inspected by other packages
2019-03-14 09:23:53 -07:00
Jonathan A. Sternberg 0d045630c8
fix(query): release the query results before requesting statistics ()
The statistics are only finalized after release is called. Defer a call
to release to ensure they are released, but explicitly release on
success to ensure that the statistics are finalized from all sources
before returning them.
2019-03-14 11:12:53 -05:00
Jonathan A. Sternberg e3ac5ffecf
feat(query/mock): create a mock object for the query interface () 2019-03-14 11:08:48 -05:00
Jonathan A. Sternberg 1d996630b1
fix(http): set the authorizer on the context in proxy query handler () 2019-03-14 10:19:47 -05:00
tmgordeeva a8b9f5d803
Merge pull request from influxdata/tg-health
check: restore force healthy
2019-03-13 22:43:00 -07:00