Chris Goller
|
84b6cf4967
|
Update cell defaults to use empty array
|
2018-02-05 17:04:15 -06:00 |
Alex P
|
e0f54aacca
|
Render key/value pairs in log messages alphabetically by key
|
2018-02-05 14:49:21 -08:00 |
Alex P
|
6afa86c61a
|
Improve log message text wrapping
Also renamed some css classes to be more generic and understandable
|
2018-02-05 14:36:15 -08:00 |
Alex P
|
1128040be2
|
Remove concept of expand/collapse and redesign log table rows
Each row sized to fit content, if the keys/values list is too long it
scrolls. Should comfortably fit about 17 items before scrolling
|
2018-02-05 14:15:56 -08:00 |
Michael Desa
|
efd691d1b5
|
Add Mappings CUDA routes
|
2018-02-05 16:47:44 -05:00 |
Alex P
|
2926a127d0
|
Remove infinite scroll from logs table and render only 200 most recent logs
|
2018-02-05 13:45:50 -08:00 |
Chris Goller
|
6bfc6c36b2
|
Fix cell race condition
|
2018-02-05 14:50:05 -06:00 |
deniz kusefoglu
|
8378f858ac
|
Reflect kapacitor test button responses in flash messages
|
2018-02-05 12:30:47 -08:00 |
Chris Goller
|
a565027394
|
Add legend to dashboard cells
|
2018-02-05 14:25:57 -06:00 |
deniz kusefoglu
|
a84a5446d4
|
Prevent disabling save button if update fails
|
2018-02-05 12:13:07 -08:00 |
Iris Scholten
|
3eeb4514e5
|
accepts spaces in the kapacitor connection name
|
2018-02-05 11:58:21 -08:00 |
Michael Desa
|
8b60388d81
|
Add correct implementation of mappings
|
2018-02-05 14:54:39 -05:00 |
Iris Scholten
|
7496c660fd
|
disable the dropdown fields in the initial default mapping
|
2018-02-05 11:38:22 -08:00 |
Iris Scholten
|
1db17242c7
|
Merge branch 'master' into feature/global-users
|
2018-02-05 11:13:29 -08:00 |
Iris Scholten
|
b4bdf27d88
|
update the config_test and server_test files to accept super admin status as false
|
2018-02-05 10:41:31 -08:00 |
Alex P
|
d036dec28a
|
Polish expand/collapse interaction and appearance of logs
|
2018-02-02 18:05:32 -08:00 |
Iris Scholten
|
eec6ffa957
|
change the create new user as super admin default setting to false
|
2018-02-02 17:44:49 -08:00 |
Iris Scholten
|
160c0f50f8
|
added tabbing to InputClickToEdit components
|
2018-02-02 17:30:31 -08:00 |
Alex P
|
118ed35aa5
|
Add expand/collapse interaction to each kapacitor log item
|
2018-02-02 17:25:43 -08:00 |
Iris Scholten
|
ab085ab23d
|
refactor of update methods in ProvidersTableRow
|
2018-02-02 16:57:26 -08:00 |
Iris Scholten
|
fc55f82506
|
make scheme a dropdown, update the redux store for a mapping change corectly, and add an empty state for the provider mappings page
|
2018-02-02 15:26:31 -08:00 |
Alex Paxton
|
058df60e0e
|
Merge pull request #2746 from influxdata/saving-tickscript
Saving tickscript
|
2018-02-02 11:37:31 -08:00 |
Alex P
|
10a52199b7
|
Cleanup
Based on feedback from @lukevmorris
|
2018-02-02 11:25:59 -08:00 |
Iris Scholten
|
674223c25f
|
repair failing specs
|
2018-02-01 17:13:34 -08:00 |
Iris Scholten
|
5fbfc12f11
|
Merge branch 'master' into feature/global-users
|
2018-02-01 16:40:14 -08:00 |
Alex P
|
3f11836944
|
Redesign tick script editor console
Moved to bottom, color coded, is larger
|
2018-02-01 15:34:59 -08:00 |
Alex P
|
14ac43fd5a
|
Replace validation with consoleMessage and render in console component
Also, if error returned from kapacitor it does not save
|
2018-02-01 15:34:06 -08:00 |
deniz kusefoglu
|
167e6a948f
|
Improve copy on Tickscript editing notifications
|
2018-02-01 13:09:09 -08:00 |
deniz kusefoglu
|
9d2c44e44f
|
Update CHANGELOG
|
2018-02-01 11:14:17 -08:00 |
deniz kusefoglu
|
e0a2aecaa2
|
Detect unsaved changes outside the tickscript editor
|
2018-02-01 11:02:45 -08:00 |
Luke Morris
|
289b2474c8
|
Add confirm dialog to removing Organization Tag
|
2018-01-31 17:39:05 -08:00 |
Luke Morris
|
df66da1e0d
|
Improve of user deletion messaging
|
2018-01-31 17:20:53 -08:00 |
Alex P
|
198d066cdf
|
Replace create & exit with just exit
|
2018-01-31 17:17:15 -08:00 |
Alex P
|
3899fa1033
|
Change exit confirmation to be a question
|
2018-01-31 16:55:13 -08:00 |
Alex P
|
ba494a54f6
|
Make confirm button tooltip positioning smarter
Could be improved further, but this solves the immediate problem of the
tooltip extending beyond the right edge of the screen
|
2018-01-31 16:54:53 -08:00 |
Iris Scholten
|
96de896539
|
add better messaging for removing own user record
|
2018-01-31 16:43:51 -08:00 |
Alex Paxton
|
49670a77c2
|
Add unsavedChanges state to TickscriptPage
Signed-off-by: Deniz Kusefoglu <denizk@gmail.com>
|
2018-01-31 16:05:28 -08:00 |
Alex Paxton
|
567efea82e
|
Fix Visbility typo
Signed-off-by: Deniz Kusefoglu <denizk@gmail.com>
|
2018-01-31 16:04:27 -08:00 |
Alex Paxton
|
34d289f1bc
|
Add ConfirmButton
Signed-off-by: Deniz Kusefoglu <denizk@gmail.com>
|
2018-01-31 16:02:39 -08:00 |
Iris Scholten
|
91317a164d
|
improve the flash message verbiage when deleting a user from the userspage and standardized the duration time for flash messages to be 4s
|
2018-01-31 15:57:24 -08:00 |
Iris Scholten
|
ac7a9a4e2a
|
improve the flash message verbiage to explicitly state the changes made
|
2018-01-31 15:25:28 -08:00 |
lukevmorris
|
77f5fef9fd
|
Merge pull request #2693 from influxdata/fix/resources-build-script
Add resources dir to build.py
|
2018-01-31 09:36:32 -08:00 |
lukevmorris
|
e8021ae461
|
Merge pull request #2722 from jfyuen/hosts-page-autorefresh
Add auto refresh widget to hosts list page
|
2018-01-31 09:30:42 -08:00 |
Jean-François YUEN
|
e24ad7c1de
|
Add #2722 to changelog
|
2018-01-31 13:06:09 +01:00 |
Jean-François YUEN
|
2e3f688d6f
|
Remove useless withRouter
|
2018-01-31 13:05:31 +01:00 |
Jean-François YUEN
|
7829d390af
|
Add refresh widget to hosts page
|
2018-01-31 13:05:31 +01:00 |
Iris Scholten
|
83aff58e12
|
WIP fully connect redux to provider react componenets
|
2018-01-30 15:26:08 -08:00 |
Iris Scholten
|
a460e6c81f
|
WIP delete mapping in redux
|
2018-01-30 11:27:30 -08:00 |
Iris Scholten
|
6f0b3ae48e
|
WIP add new mappings in redux
|
2018-01-30 11:09:26 -08:00 |
Iris Scholten
|
b7b74d597f
|
WIP load mappings fixture into redux
|
2018-01-29 17:40:02 -08:00 |