Jared Scheib
812e0b2855
Merge branch 'master' into bugfix/hostlist-customdb
2018-04-18 10:47:52 -07:00
lukevmorris
ada654cbe6
fix(migration): Snapshot all struct types ( #3211 )
...
declaring all migration-irrelevant types as []byte may erase data
for repeated protobuf fields. we hoped that "obscuring" the original
types of these columns with []byte would pass-through their values
unchanged, allowing us to omit entire types (and their descendent
trees) that were not being operated on in a migration. Fewer imported
types would lead to a more expressive migration file whose intent was
more clear to the reader. We will need to experiment with other ways
to achieve this in the future.
fixes #3200
2018-04-16 12:47:38 -07:00
Iris Scholten
fa7b21a099
Test bolt update defaultRP in source
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-11 15:04:40 -07:00
Iris Scholten
c4566e3220
Add and test source defaultRP in bolt
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-11 14:57:50 -07:00
Iris Scholten
639edc49b2
WIP add DefaultRP to Source in protobuf
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-11 14:08:39 -07:00
Luke Morris
cf8d3fb2ac
Correct type information in migration
2018-04-05 15:44:27 -07:00
Luke Morris
2ffb118e29
Fill the value with the current time
2018-04-03 22:45:52 -07:00
Luke Morris
565f1f18b5
A bit of cleanup
2018-04-03 18:01:57 -07:00
Luke Morris
402c8a6db5
Pointers and strings
2018-04-03 17:28:57 -07:00
Luke Morris
37e09ad8b2
Runnable migration file -- missing an update
2018-04-03 16:52:34 -07:00
Luke Morris
7f31c6747f
WIP -- general sketch of thoughts
2018-04-03 16:52:34 -07:00
Luke Morris
efb63adccd
Sketching new migration system
2018-04-03 16:52:34 -07:00
Luke Morris
8c50b8a36c
Reintroduce :interval: work
...
This reverts commit c331e0f48e
.
:interval: represents a duration now
queryConfig must recognize both :interval: forms
Another case to consider
Fix broken links in CHANGELOG
Rudimentary migration system w/ :interval: migration
Only looking for :interval: now
Server can expect time(:interval:) from now on
Repair go specs
2018-04-03 16:52:34 -07:00
Iris Scholten
cb9c6ac00d
WIP change backend TableColumn to RenamableField and ColumnNames in TableOptions to FieldNames
2018-03-20 17:15:33 -07:00
Iris Scholten
cb80c8a536
add visible to TableColumn in backend and fix tests accordingly
2018-03-20 17:03:24 -07:00
Iris Scholten
a985250030
add fixFirstColumn to backend and tests
2018-03-19 15:56:31 -07:00
Andrew Watkins
dee82fcd4d
Update tests
2018-03-14 17:24:55 -07:00
Andrew Watkins
786f028b6c
Add insecureSkipVerify to marshal / unmarshal
...
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-14 17:24:55 -07:00
Iris Scholten
278b21b750
Merge pull request #2968 from influxdata/feature/graph-table-time-format
...
Table Graph Time Format and Saving to Backend
2018-03-14 09:58:30 -07:00
Iris Scholten
3e54c6de16
update formatting in internal.proto
2018-03-14 09:17:15 -07:00
Michael Desa
353af38ea7
Use consistent argument names for bolt
2018-03-14 11:38:48 -04:00
Iris Scholten
7237bb65b8
respond to reviews and add extra test
2018-03-13 16:58:25 -07:00
Iris Scholten
cae415b639
update Test_MarshalDashboard_WithEmptyCellType with table options
2018-03-13 10:38:33 -07:00
Iris Scholten
bbabe8279e
Merge branch 'master' into feature/graph-table-time-format
2018-03-13 09:48:52 -07:00
Iris Scholten
4eecba905b
update server_test, internal_test, and cells_test with tableOptions
2018-03-12 17:12:20 -07:00
Brandon Farmer
0a353cd000
Only test type default in unit test
2018-03-12 15:32:26 -07:00
Brandon Farmer
41587178d9
Add separate test for empty dashboard cell type
2018-03-12 15:22:38 -07:00
Iris Scholten
7edf714ba2
change options to table options in backend, front end and redux
2018-03-12 15:04:17 -07:00
Brandon Farmer
ce8ac7398c
Legacy dashboard cells default to type 'line'
...
Closes #2920 , #2919
2018-03-12 14:32:09 -07:00
Iris Scholten
d1635a45c5
WIP adding options to the marshalling and unmarshalling of dashboards
...
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-09 11:47:56 -08:00
Luke Morris
c5d89c353d
Remove Public; Improve Tab Names
2018-02-09 16:00:27 -08:00
Luke Morris
5f0ef591ea
Merge branch 'master' into feature/mappings
2018-02-09 11:42:07 -08:00
Edd Robinson
e7e6cf7cd5
😱
2018-02-08 15:41:29 +00:00
Iris Scholten
0f2e163e50
Group=>ProviderOrganization; organization=>organiztionId; fix pointer bug
2018-02-06 18:33:27 -08:00
ischolten
d83c1e8a63
Merge pull request #2703 from influxdata/feature/global-users
...
Add global users page for super admins
2018-02-06 14:30:08 -08:00
Michael Desa
fd486c9168
Prevent error if organization not found in mapping
...
chris go vet fix
2018-02-05 18:20:03 -05:00
Michael Desa
25838cb9ea
Add Mappings CUDA routes
2018-02-05 16:47:44 -05:00
Chris Goller
5ccab143b7
Add legend to dashboard cells
2018-02-05 14:25:57 -06:00
Michael Desa
64f670e819
Add correct implementation of mappings
2018-02-05 14:54:39 -05:00
Iris Scholten
20c2b4e7c4
update the config_test and server_test files to accept super admin status as false
2018-02-05 10:41:31 -08:00
Iris Scholten
b29bcfc478
change the create new user as super admin default setting to false
2018-02-02 17:44:49 -08:00
Michael Desa
be3b76629a
Add mappings to organizations
...
Add links to organization response on me
2018-01-10 15:56:13 -05:00
Michael Desa
e0c100ea4e
Remove unused code related to excess prints
2017-12-19 13:24:05 -08:00
Michael Desa
ca055fe410
Add filestore impl of kapacitor and source stores
...
Remove random `fmt.Println`'s
2017-12-19 13:14:00 -08:00
Michael Desa
95c01ae080
Change default org ID to default from Default
...
This is so that the URL can be case insensitive. (e.g.
/chronograf/v1/organizations/default instead of
/chronograf/v1/organizations/Default)
2017-12-19 10:26:36 -08:00
Michael Desa
f26d2f0f35
Change Organization ID to string from uint64
2017-12-19 10:13:43 -08:00
Chris Goller
a6ef15ee54
Add multiple dashboard stores to server
2017-12-19 10:07:07 -08:00
Luke Morris
4d449ba32b
Backup/Migrate/Initialize moved into Open
...
Signed-off-by: Chris Goller <goller@gmail.com>
2017-12-18 12:06:17 -08:00
Luke Morris
8843699303
Repair broken tests
2017-12-17 14:25:18 -08:00
Luke Morris
17759192b2
Refactor; simplify function responsibilities
2017-12-17 14:11:27 -08:00