Jared Scheib
d1c0fb63c1
Merge pull request #2480 from influxdata/multitenancy_remove_viewer_put
...
Prevent PUT operations for Viewer role on Dashboard load
2017-12-05 12:58:30 -08:00
Jared Scheib
f1ec053e9b
Merge remote-tracking branch 'origin/multitenancy' into multitenancy_remove_viewer_put
2017-12-05 12:51:37 -08:00
Nathan Haugo
21b4d68f59
Merge pull request #2479 from influxdata/feature/add-meta-auth
...
Add basic auth or JWT tokens for meta queries
2017-12-05 12:41:18 -08:00
Chris Goller
86843f73d3
Merge branch 'master' into feature/add-meta-auth
2017-12-05 14:37:47 -06:00
Andrew Watkins
4b299ffd0b
Merge pull request #2450 from influxdata/feature/auto-group-by-de
...
Auto GROUP BY in the DataExplorer
2017-12-05 12:27:45 -08:00
Andrew Watkins
672fe21c65
Merge pull request #2477 from influxdata/bugfix/hoverline
...
Fix the hoverline
2017-12-05 12:24:20 -08:00
Andrew Watkins
bad3f93c3d
Merge branch 'master' into bugfix/hoverline
2017-12-05 12:24:11 -08:00
Alex P
6025c1224a
Merge branch 'master' into gauge-cell-type
2017-12-05 12:12:16 -08:00
Alex P
5f80268191
Guard against missing colors
2017-12-05 12:07:40 -08:00
Hunter Trujillo
637e805690
Remove logging animations.
2017-12-05 12:53:31 -07:00
Jared Scheib
6c507b4138
Make dashboards filter work for lowercase search terms
2017-12-05 11:45:59 -08:00
Jared Scheib
c9e579acb2
Merge remote-tracking branch 'origin/master' into multitenancy
2017-12-05 11:43:23 -08:00
Nathan Haugo
8d324790db
Merge pull request #2485 from influxdata/feature/empty_meta_url
...
Allow for empty MetaURL in UpdateSource
2017-12-05 11:39:04 -08:00
Michael Desa
5bc2b85c11
Move principal expiry into body of test
2017-12-05 14:31:26 -05:00
Michael Desa
3b5d0b386b
Remove "impossible" state from tests
2017-12-05 14:25:59 -05:00
Hunter Trujillo
3c6f3efc61
Refactor to use Scrollbars from FancyScrollbar.
2017-12-05 12:09:01 -07:00
Michael Desa
8cfc6bbbae
Allow for empty MetaURL in UpdateSource
...
Currently, if an empty source is supplied, then the source's meta url
will not be updated. Now, if the MetaURL is supplied and is different
than the one that is currently on the source, the value will be updated.
Even in the case of empty string meta urls.
2017-12-05 13:04:31 -05:00
Hunter Trujillo
eaecdce3b6
Merge pull request #2481 from influxdata/bugfix/setback-webpack-callback
...
Node-style callbacks instead of async/await/promisify in webpack build dir cleanup code
2017-12-05 10:40:11 -07:00
Michael Desa
87551af3ff
Allow empty Organization on Layouts in Org store
...
Previously, canned dashboards were global to the application. When
organizations were introduced, we scoped layouts under a specific
organization. This was done without consideration to the `canned`
layouts which are more global than a specific organization and likely
apply an an application level. Since the layout did not have any
organization associated with it, it was filtered out of the list of
results that one would see for `GET /mappings`.
This commit allows users to retrieve layouts that are stored in the
canned store that do not have an organization associated when the user
requests `All` layouts for an organization.
Future work for this is outlined as a comment in the commit.
2017-12-05 12:29:57 -05:00
Nathan Haugo
cecd203a75
Merge pull request #2483 from influxdata/feature/canned-mysql-per-second
...
Update mysql pre-canned dashboard to use last value over a second derivative
2017-12-05 07:53:23 -08:00
Chris Goller
0a3c5f9e81
Update CHANGELOG.md to mention updating mysql precanned dashboard
2017-12-05 08:39:24 -06:00
Chris Goller
3be078492b
Update mysql pre-canned dashboard to use last value over a second derivative
2017-12-05 08:36:50 -06:00
Hunter Trujillo
8b02ccbfdc
Remove propTypes from member properties and place at end of file.
2017-12-04 18:24:22 -07:00
Hunter Trujillo
68be5030c2
Remove unnecessary return.
2017-12-04 18:13:40 -07:00
Hunter Trujillo
188cd8f1ca
Refactor webpack file cleanup script to use ES6-compatible callback-style Node fs calls.
2017-12-04 18:10:57 -07:00
Alex P
12d1845395
Use destructuring and implicit return
...
Just a nicer pattern
2017-12-04 16:53:48 -08:00
Andrew Watkins
ca22d26808
Merge branch 'master' into feature/auto-group-by-de
2017-12-04 16:51:01 -08:00
Alex P
3adb6206e1
Use template string instead of String constructor
2017-12-04 16:49:39 -08:00
Alex P
ee82fd6c4d
Remove unused ref
2017-12-04 16:48:45 -08:00
Alex P
8e7e2bb266
Use PureComponent in favor of shouldComponentUpdate with shallow compare
2017-12-04 16:44:21 -08:00
Alex Paxton
d55d9dac01
Merge pull request #2469 from influxdata/multitenancy_ui_polish
...
Multitenancy UI Polish
2017-12-04 16:40:18 -08:00
Alex P
032af1f046
Ensure provider indicator in nav does not wrap
2017-12-04 16:24:41 -08:00
Jared Scheib
66a841a396
Prevent PUT operations for Viewer role on Dashboard load
2017-12-04 16:19:17 -08:00
Chris Goller
a1a458cf73
Update CHANGELOG to mention adding auth for meta nodes
2017-12-04 18:07:13 -06:00
Chris Goller
ef1cadb7a4
Add basic auth or JWT tokens for meta queries
2017-12-04 18:07:08 -06:00
Nathan Haugo
2254d3f96f
Merge pull request #2478 from influxdata/bugfix/logging-cookies
...
Fix headers sent to Kapacitor proxy endpoint by clientside fetch
2017-12-04 15:56:13 -08:00
Hunter Trujillo
e904296b2f
Fix headers sent to Kapacitor proxy endpoint by clientside fetch.
2017-12-04 16:47:23 -07:00
Andrew Watkins
dfe308ab9d
Update CHANGELOG
2017-12-04 15:31:44 -08:00
Andrew Watkins
1692a754a2
Improve performance of highlightCallback
2017-12-04 15:21:14 -08:00
Nathan Haugo
37ceaea372
Merge pull request #2456 from influxdata/feature/alert-boolean-thresholds
...
Add boolean thresholds for kapacitor threshold alerts
2017-12-04 15:21:07 -08:00
Andrew Watkins
de302999fa
Update guard clause of syncronizer
2017-12-04 15:20:46 -08:00
Nathan Haugo
d02f10182d
Merge pull request #2470 from influxdata/feature/update-readme
...
Update README to mention /docs and reformat
2017-12-04 15:20:10 -08:00
Nathan Haugo
cd7355d2f6
Merge pull request #2467 from influxdata/fix/basepath-logout
...
Update oauth logout to include basepath
2017-12-04 15:19:00 -08:00
Jared Scheib
a56a584a25
Merge pull request #2472 from influxdata/multitenancy_update_superadmin_role
...
Allow Admin to update a SuperAdmin's Roles
2017-12-04 14:58:11 -08:00
Alex P
556d622509
Merge branch 'multitenancy' into multitenancy_ui_polish
2017-12-04 14:39:44 -08:00
Alex P
a09135cfd7
Prevent tooltip wrap
2017-12-04 14:31:19 -08:00
Alex P
c4c6ad6974
Remove function call and closure
2017-12-04 14:30:16 -08:00
Jared Scheib
adce9f159c
Merge pull request #2435 from influxdata/multitenancy_prevent_bad_add_org_user
...
Prevent unintended update of existing user on Add; fix duplicate User & Org creation client UX
2017-12-04 14:15:27 -08:00
Jared Scheib
439cee9e9b
Merge pull request #2452 from influxdata/multitenancy_ui_prevent_self_deletion
...
Disable 'Remove' button for self in Chronograf UsersTable
2017-12-04 13:57:33 -08:00
Michael Desa
9a701a0a65
Allow admins to update a superadmins roles
2017-12-04 16:53:30 -05:00