Commit Graph

5201 Commits (29f9d3d024a694e6a9064627a9649d16f7986109)

Author SHA1 Message Date
Alex P ca5af59b97 Remove vestigial cell renaming code 2017-09-20 14:21:26 -07:00
Alex P 0ea831524f Refactor NameableGraph into LayoutCell
Chose a more semantic name for NameableGraph and its sub-components,
removed unused functions
2017-09-20 13:34:19 -07:00
Alex P 547fa63370 Move delete confirmation to a different position than the delete button
Better UX, less accidents
2017-09-20 13:17:31 -07:00
Alex P d49da08d3f Cleanup 2017-09-20 13:08:06 -07:00
Alex P 33a3427c08 Add style for untitled cells
Also using the language “Untitled Cell” instead of “Name this Graph” as
the thing being named is actually a cell, not a graph. Also now that
renaming is a little more buried, I am avoiding the urgency of “Name
this Graph”
2017-09-20 13:06:11 -07:00
Alex P 429a36512a Redesign context menu to expose actions without dropdown 2017-09-20 12:39:42 -07:00
Alex P 3053ac5d1d Revert "WIP show query errors on cells"
This reverts commit ea8a344501.
2017-09-19 14:34:40 -07:00
Deniz Kusefoglu 9b1d829227 Merge pull request #2006 from influxdata/bugfix/duplicateDBname
Display error if new db name matches an existing db name
2017-09-19 13:22:20 -07:00
deniz kusefoglu 57acfb52cb Allow code to breathe 2017-09-19 13:09:08 -07:00
deniz kusefoglu 65ccac70db Generate a unique db self.link for use as a temp-id-key 2017-09-19 13:05:31 -07:00
deniz kusefoglu ed359f7ff3 Update changelog 2017-09-18 20:20:26 -07:00
deniz kusefoglu 1900e79243 camelCase is alWays beTTer 2017-09-18 20:17:43 -07:00
deniz kusefoglu 6d2e1100d8 Fix behavior on db creation with enter and make db keys unique 2017-09-18 20:07:21 -07:00
deniz kusefoglu fb4f9693e3 Display error and prevent new db creation if new db name matches existing db name 2017-09-18 19:34:58 -07:00
Deniz Kusefoglu 64d94b250f Merge pull request #2004 from influxdata/fix/QueryTemplates
Display Query Templates dropdown even when status is null
2017-09-18 16:52:37 -07:00
Alex P ea8a344501 WIP show query errors on cells 2017-09-18 14:40:13 -07:00
deniz kusefoglu f06d3f6b13 Update CHANGELOG.md 2017-09-18 14:30:01 -07:00
deniz kusefoglu 223d46f497 Display Query Templates dropdown even when status is null 2017-09-18 14:11:52 -07:00
Alex P 63033b8d62 Updoot the log of changes 2017-09-18 13:03:05 -07:00
Alex P 9b643c7f7e Sort databases list alphabetically by database name 2017-09-18 10:41:37 -07:00
Alex P 035637f1cd Require user confirmation to delete a cell 2017-09-18 10:13:37 -07:00
Andrew Watkins 9059da096d Merge branch 'master' into feature/tickscript-editor 2017-09-14 14:29:00 -07:00
Andrew Watkins 2fdee35bb6 Update CHANGELOG 2017-09-14 14:17:30 -07:00
Andrew Watkins e314789895 Refine copy 2017-09-14 14:15:42 -07:00
Andrew Watkins e646f42b25 Add a TICKscript table to alert rules page 2017-09-14 14:06:43 -07:00
Andrew Watkins 6dd8e378b1 Use tickscript id as 'name' for raw tickscripts 2017-09-14 13:04:05 -07:00
Deniz Kusefoglu 719091dbe3 Merge pull request #1992 from influxdata/feature/download-csv
Add .csv download button to data explorer
2017-09-13 09:39:58 -07:00
deniz kusefoglu 5743cefb33 Add download.js license 2017-09-13 09:32:43 -07:00
deniz kusefoglu ca606b7191 Improve testing on resultstoCSV 2017-09-12 18:45:49 -07:00
deniz kusefoglu 9690b512a4 Improve testing on resultsToCSV 2017-09-12 15:50:25 -07:00
deniz kusefoglu 7561a0da6d Add tests to results to CSV function 2017-09-12 14:59:03 -07:00
Andrew Watkins dc7fc85bac Remove TICKscript name creation 2017-09-12 14:27:48 -07:00
Andrew Watkins 701c4bf92e Publish notification after route change 2017-09-12 14:25:40 -07:00
Andrew Watkins f7d59f6a4f Fix auto indendation to match indentation of previous line 2017-09-12 13:17:51 -07:00
deniz kusefoglu 3bbbd7056f Provide a more descriptive error text 2017-09-12 13:11:16 -07:00
deniz kusefoglu e6413d1436 Add error handling to getCSV function 2017-09-12 12:37:13 -07:00
Andrew Watkins 4915e978c9 Update existing tickscript 2017-09-12 11:44:06 -07:00
Andrew Watkins b151e81733 Use /rules to create tickscripts 2017-09-12 11:03:30 -07:00
deniz kusefoglu 4135c90096 Update CHANGELOG.md to reflect PR 2017-09-12 09:45:14 -07:00
Hunter Trujillo 3f390ae01a Refactor download.js. Refactor resultsToCSV. Use Excel formatting. 2017-09-12 09:45:13 -07:00
deniz kusefoglu 33123724e9 Add csv download button to data explorer visualization header 2017-09-12 09:45:13 -07:00
Andrew Watkins b817c823de Update branch with new linter rules 2017-09-12 09:23:26 -07:00
Andrew Watkins cce44b1681 Update to react-codemirror 1.0 2017-09-12 09:23:26 -07:00
Alex P 077bdf20fb Change layout of tickscript editor 2017-09-12 09:23:26 -07:00
Alex P 09d554cd4d Organize styles and use custom theme for code mirror 2017-09-12 09:23:25 -07:00
Andrew Watkins 25d5310cf5 Prettier 2017-09-12 09:23:25 -07:00
Andrew Watkins c653982216 Make task ids only edit when making new task 2017-09-12 09:23:25 -07:00
Andrew Watkins fe6c5ac29d Cleanup 2017-09-12 09:23:25 -07:00
Andrew Watkins 879685d11f Remove view only Tickscript 2017-09-12 09:23:25 -07:00
Andrew Watkins a1ecdb6e5d WIP Introduce tickscript id editing 2017-09-12 09:23:25 -07:00