Regan Kuchan
6ddab212ad
Update images
2017-03-21 15:54:58 -07:00
Andrew Watkins
a06e933467
Introduce remove database test
2017-03-21 15:51:14 -07:00
Andrew Watkins
32a5fc6de7
Add edit database test
2017-03-21 15:47:51 -07:00
Andrew Watkins
527e56bfa0
Introduce add database test
2017-03-21 15:34:13 -07:00
Andrew Watkins
2d9c26a463
Pull out default objects into constants dir
2017-03-21 15:33:30 -07:00
Andrew Watkins
2984c139a2
Fix test to use ∞
2017-03-21 15:32:41 -07:00
Andrew Watkins
d23ec6423f
Use links instead of ids
2017-03-21 14:49:08 -07:00
Andrew Watkins
8e1e70ecf1
Remove default flag from default rp
2017-03-21 14:35:01 -07:00
Andrew Watkins
8aa99442d3
Fix cancel new rps
2017-03-21 14:31:00 -07:00
Andrew Watkins
ba44273779
Add ∞ for infinite duration
2017-03-21 14:03:12 -07:00
Andrew Watkins
ff6b9a3a21
Add rp input validation
2017-03-21 14:00:48 -07:00
Jade McGough
36ffe0c436
dbs GET returns list of databases
2017-03-21 12:59:27 -07:00
Andrew Watkins
b9054266f2
Change DatabaseRow to stateful to handle editing
2017-03-21 12:55:48 -07:00
Chris Goller
128da34b93
Merge pull request #1038 from influxdata/feature/mngo-15-3-2017
...
My talk for Minneapolis Ultimate 15 3 2017
2017-03-21 11:23:31 -07:00
Regan Kuchan
cfc1a8178b
Update version numbers in the installation guide
2017-03-21 11:08:50 -07:00
Andrew Watkins
31c379f6a3
Make inputs uncontrolled
2017-03-21 10:56:51 -07:00
Chris Goller
9d3a37b6a1
Rename talk files to _go
2017-03-21 09:27:12 -07:00
Jade McGough
e1ccda806c
WIP db endpoint
2017-03-20 15:26:48 -07:00
Andrew Watkins
eab296a87d
Handle new rp on click outside
2017-03-20 14:56:46 -07:00
Andrew Watkins
233a0cbaac
Make rp not able to be empty
2017-03-20 14:53:49 -07:00
Andrew Watkins
338a65e21c
Cancel edit rp on click outside
2017-03-20 14:53:26 -07:00
Andrew Watkins
a64c3f7bcf
Introduce cancel edit retention policy
2017-03-20 14:26:03 -07:00
Jade McGough
b443d857ca
add db and rp routes to mux.go
2017-03-20 14:23:29 -07:00
Jade McGough
4ac8d72902
link to retention policies in db response
2017-03-20 11:58:09 -07:00
Andrew Watkins
71a3fa47f7
Handle confirm button creation of RP
2017-03-20 11:53:00 -07:00
Jade McGough
626b313d98
add links to retentionpolicy swagger
2017-03-20 11:52:49 -07:00
Chris Goller
e091a92fbb
Merge pull request #1034 from influxdata/hotfix/reporting-stats
...
Fix reporting stats to update uptime
2017-03-20 11:49:59 -07:00
Jade McGough
5859beb603
add links to database swagger object
2017-03-20 11:48:25 -07:00
Andrew Watkins
9e1c4c29ef
Add skeleton for retention policy creation
2017-03-17 14:56:06 -07:00
Andrew Watkins
ac918a4306
Introduce remove rp from state
2017-03-17 13:48:57 -07:00
Andrew Watkins
4a3f2e1981
Introduce editing rp state
2017-03-17 11:51:42 -07:00
Chris Goller
02c85cd2a0
Fix reporting stats to update uptime
2017-03-17 09:59:52 -05:00
Chris Goller
068e0c4cfb
Add talk for Minneapolis Ultimate Go
2017-03-16 10:01:23 -05:00
Andrew Watkins
7eebd623ea
Remove cruft component
2017-03-15 16:25:18 -07:00
Andrew Watkins
885e40fb6e
Introduce add retention policy to state
2017-03-15 16:21:38 -07:00
Andrew Watkins
94e4ea3d4b
Introduce delete confirmation for database
2017-03-15 13:57:28 -07:00
Hunter Trujillo
c62d19bfb3
Merge pull request #1024 from influxdata/bugfix/tr-broken-host-page
...
Fix Broken Host Page
2017-03-15 11:53:27 -06:00
Andrew Watkins
9d63d2ac13
Remove unnecessary handler
2017-03-15 10:00:23 -07:00
Andrew Watkins
e114681ce6
Introduce skeleton for confirming and canceling db creation
2017-03-15 09:52:40 -07:00
Andrew Watkins
9e36c82d51
Merge pull request #1019 from influxdata/admin-polish
...
Admin Polish
2017-03-15 08:38:05 -07:00
Tim Raymond
03849bebb5
Make NameableGraph optionally editable
...
This allows the renameability of NameableGraph to be controlled by the
presence of any one of the editing handler functions. Since we don't
pass any of these when rendering a HostPage, those graphs will have
static names, and will prevent the user from editing the names of those
graphs to no avail. Also, because the handlers were marked required, it
caused the HostPage to entirely break, which is fixed by this commit.
2017-03-15 11:11:14 -04:00
Tim Raymond
d8a289066e
Make coords numbers in NameableGraph PropTypes
...
Cell coordinates were previously strings, which disagreed with how they
were being delivered from components which used NameableGraph. This
caused errors in the console.
2017-03-15 11:08:56 -04:00
Andrew Watkins
f2f75a8963
Introduce add and edit database to state
2017-03-14 17:56:30 -07:00
Jade McGough
b9e101c831
add example for retention policy
2017-03-14 16:53:41 -07:00
Jade McGough
310f7dc7c5
fix swagger errors, add tags
2017-03-14 16:44:44 -07:00
Jade McGough
141c93bc5f
db rp server endpoint objects
2017-03-14 16:05:13 -07:00
Andrew Watkins
5dfb3d3a3e
Move local components to independent files
2017-03-14 15:45:39 -07:00
Andrew Watkins
8c11ba392e
Introduce addDatabase to store
2017-03-14 15:45:04 -07:00
Jade McGough
460f23c0c0
first whack at db rp server endpoints
2017-03-14 15:31:57 -07:00
Jade McGough
be2860af7d
db rp documentation WIP
2017-03-14 14:01:28 -07:00