Commit Graph

5277 Commits (b7e7aa9c5de8fcda5bf6f5285a404e652d0962af)

Author SHA1 Message Date
Michael Desa b7e7aa9c5d WIP: Add BoltDB implementation of RolesStore
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-10-12 19:30:34 -04:00
Jared Scheib e1bd08838f Add Role and Permission messages to protobuf
Signed-off-by: Michael de Sa <mjdesa@gmail.com>
2017-10-12 19:30:09 -04:00
Jared Scheib 5da90aedbc Merge pull request #2099 from influxdata/multitenancy_users_crud
MULTITENANCY: Add CRUDA operations for Chronograf Users
2017-10-11 11:54:13 -07:00
Michael Desa 6b9c1ed127 Add jsonEqual to test helpers file 2017-10-11 14:33:55 -04:00
Michael de Sa 04a9af37f3 Refactor setting writer Location header
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-10-11 10:14:57 -07:00
Jared Scheib 40fac47b28 Rename vestigial receiver 'h' on Service to 's'
Signed-off-by: Michael de Sa <mjdesa@gmail.com>
2017-10-10 15:27:58 -07:00
Jared Scheib e2ce0cda0d Refactor applying writer location header into helper func
Signed-off-by: Michael de Sa <mjdesa@gmail.com>
2017-10-10 14:40:45 -07:00
Michael de Sa 5a9772822e Move source_users & source_users_test code into sources.go & sources_test.go
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-10-10 14:32:41 -07:00
Michael de Sa 64381c28ba Remove omitempty for Provider & Scheme in userRequest and userResponse
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-10-10 14:25:45 -07:00
Michael de Sa 04f4c4b917 Use more idiomatic error message method
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-10-10 14:21:43 -07:00
Michael de Sa a122d5537c Add comments on ValidUpdate for future considerations
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-10-10 14:19:28 -07:00
Jared Scheib 1b250ebfa9 Make name on userResponse required
Signed-off-by: Michael de Sa <mjdesa@gmail.com>
2017-10-10 14:15:31 -07:00
Jared Scheib 35d6f0b8c3 Use string IDs in JSON res and req for Users
Signed-off-by: Michael de Sa <mjdesa@gmail.com>
2017-10-10 12:27:55 -07:00
Michael de Sa a1782cae64 Update only fields with diff; add test for that
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-10-10 11:40:33 -07:00
Michael de Sa 9f5f01bb3f Make User Update test reflect updated changes
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-10-10 11:36:13 -07:00
Michael de Sa d62f144e14 Use new-school sort.Slice
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-10-10 11:30:57 -07:00
Jared Scheib 004b0e20ef Add comments to exported functions
Signed-off-by: Michael de Sa <mjdesa@gmail.com>
2017-10-09 15:28:39 -07:00
Michael de Sa 990c4eee4d Return users in usersResponse in sorted order
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-10-09 15:19:46 -07:00
Michael de Sa 1a6b446bf8 Add All route & operation for Chronograf Users
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-10-09 15:03:50 -07:00
Jared Scheib 37183d871c Implement CRUD routes & operations for Chronograf User
Move source Users code into source_users and source_users_test files.
Use the UsersStore for both InfluxDB and Chronograf users.

Signed-off-by: Michael de Sa <mjdesa@gmail.com>
2017-10-09 14:16:24 -07:00
Nathan Haugo 3ec34cd1a4 Merge 1.3.9.x changelog and version bump 2017-10-06 11:39:45 -07:00
Nathan Haugo f23351c9ba Update version 2017-10-06 11:38:40 -07:00
Nathan Haugo 04bd458324 Clean up changelog 2017-10-06 11:36:36 -07:00
Hunter Trujillo 9fb48f650e Fix PR change requests. 2017-10-06 09:47:03 -07:00
Hunter Trujillo 8dde91b584 Changelog. 2017-10-06 09:46:57 -07:00
Hunter Trujillo 3ad2cd053d Add Data Explorer InfluxQL query and location query synchronization 2017-10-06 09:46:49 -07:00
Hunter Trujillo 3053ea04d9 Merge pull request #2082 from influxdata/feature/query-sync
Add Data Explorer InfluxQL query and location query synchronization
2017-10-05 14:18:51 -06:00
Hunter Trujillo a79f7fdd94 Fix PR change requests. 2017-10-05 12:02:03 -06:00
Hunter Trujillo 145359b1e9 Changelog. 2017-10-05 10:23:45 -06:00
Hunter Trujillo 67385e0075 Add Data Explorer InfluxQL query and location query synchronization 2017-10-05 10:20:00 -06:00
Alex P ab5a4682c0 Prevent CEO toggle from de-centering when no queries present 2017-10-04 17:48:50 -07:00
lukevmorris eb1506435d Merge pull request #2079 from influxdata/source-cell-cleanup
Source cell cleanup
2017-10-04 17:15:12 -07:00
lukevmorris 2c4637309c Merge pull request #2076 from influxdata/source-cell-cleanup
Source cell cleanup for 1.3.9.x
2017-10-04 17:13:41 -07:00
Andrew Watkins d44e245f6f Dont show source list until query is created 2017-10-04 16:29:28 -07:00
Alex P fe2e920e73 Fix dropdown item clickable area bug 2017-10-04 16:13:07 -07:00
Andrew Watkins 4c2c3ab808 Remove fun from the world 2017-10-04 15:53:24 -07:00
Andrew Watkins 0c58df12a6 Merge branch 'master' of github.com:influxdata/chronograf 2017-10-04 15:52:13 -07:00
Andrew Watkins d4ead7a270 Update copy 2017-10-04 15:52:03 -07:00
Andrew Watkins b9ccf126a3 Update source for tag values 2017-10-04 15:44:13 -07:00
Andrew Watkins 23c4e3f429 Add local source logic to local queryStateReducer 2017-10-04 15:43:40 -07:00
Andrew Watkins 44e720eebf Keep local source until save 2017-10-04 15:02:03 -07:00
Alex Paxton f7c26b2e1f Merge pull request #2069 from influxdata/chore/sourceindicator_port
Display name and port in SourceIndicator tooltip; clean up Tooltip styles
2017-10-04 14:40:21 -07:00
Alex P 4397a19326 Remove excess brackets 2017-10-04 13:17:20 -07:00
Nathan Haugo 9e1020dd11 Merge pull request #2071 from influxdata/feature/port-1.3.8.x-pixel
Feature/port 1.3.8.x pixel
2017-10-04 12:52:55 -07:00
Nathan Haugo a45fe13e47 Remove debugging artifacts 2017-10-04 12:51:58 -07:00
Nathan Haugo a3c88e28b1 Merge branch 'master' into feature/port-1.3.8.x-pixel 2017-10-04 12:47:23 -07:00
Alex P d64f5eb21b Use same style patterns in kapacitor themed tooltips 2017-10-04 12:40:40 -07:00
Alex P 6917e6dabd Updoot 2017-10-04 12:36:07 -07:00
Alex P 4e73c985be Adjust formatting of some tooltips
Tooltip strings should be inside a paragraph or a heading. Using
multiple paragraphs currently causes some display issues
2017-10-04 12:34:36 -07:00
Alex P fb616605d1 Remove excess props from instances of tooltips 2017-10-04 12:30:33 -07:00