Commit Graph

9847 Commits (8763a6b2705be098e0a5b3b454100daad2466944)

Author SHA1 Message Date
Iris Scholten 392ad3a63f Fix initialSource getter to find source from props sources
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-05-21 16:54:49 -07:00
Alex P ac2373e262 Merge branch 'master' into ifql/style-suggestions 2018-05-21 16:30:00 -07:00
Jared Scheib 559d42c26a Correct spelling of 'fallack' to 'fallback' in getNested 2018-05-21 16:22:53 -07:00
Iris Scholten c0e907b84f Rename nested lodash get wrapper to getNested for idiomatic in-place clarity 2018-05-21 16:22:38 -07:00
Alex P 5ffea9a52e Highlight function arg in function body
This regex is kinda simplistic and could be more specific but I’ll do
more testing / improvement on this later
2018-05-21 16:20:46 -07:00
ebb-tide 8f2385d065 Pass declarationsFromBody to FuncArgs 2018-05-21 16:20:10 -07:00
Alex P 047daa082a Implement new themes and modes 2018-05-21 16:12:51 -07:00
Alex P f004fe78bd Organize code mirror themes into separate sheets 2018-05-21 16:12:29 -07:00
Alex P 7b26809521 Improve IFQL syntax highlighting 2018-05-21 16:12:11 -07:00
Iris Scholten da5af543cd Fix source selection & CEO initialSource to always be Source type
Refactor lodash get usage in CEO to use wrapped get that
requires generics. Nested generics were at the root of
not being able to determine that initialSource() was not
always returning a Source, and was instead returning a string.

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-05-21 15:58:19 -07:00
Alex P 7510de4f2c Move and rename code mirror theme styles 2018-05-21 15:32:30 -07:00
Alex P 6b37dbd743 Define separate Code Mirror "Modes" for IFQL and TickScript in a constants file 2018-05-21 15:29:44 -07:00
Andrew Watkins ae9184f33f Merge pull request #3460 from influxdata/ifql/get-data
Ifql/get data
2018-05-21 12:59:31 -07:00
Jared Scheib a1f5712755 Fix source switching by ensuring source is always url string 2018-05-21 11:54:26 -07:00
Alex P 667e442017 Add styles for CodeMirror hints 2018-05-21 11:30:41 -07:00
Jared Scheib c92f5d1724 Correct QueryConfig to Query type in Visualization & VisView 2018-05-21 11:18:40 -07:00
Brandon Farmer 683a9e2362 Use get to find role 2018-05-21 11:16:01 -07:00
Andrew Watkins de59c25140 Introduce new and edit ifql connection forms 2018-05-21 10:45:28 -07:00
Andrew Watkins 6e7263f40d Add abiility to edit existing service 2018-05-21 10:45:28 -07:00
Andrew Watkins fbafc81c1f WIP edit ifql service 2018-05-21 10:45:28 -07:00
Chris Goller 15208c3215 fix(bolt/services): unmarshal metadata into pointer 2018-05-21 10:45:28 -07:00
Andrew Watkins 76d60b5962 Fix type errors 2018-05-21 10:45:28 -07:00
Andrew Watkins e3c75858e5 Introduce ability to add an IFQL connection 2018-05-21 10:45:28 -07:00
ebb-tide f32af7bb09 Improve temporary amendment of suggestions to include join 2018-05-21 10:45:28 -07:00
Andrew Watkins 3d186b1f93 Introduce CheckServices component 2018-05-21 10:45:28 -07:00
Andrew Watkins cd66eae659 Remove services from ifql table 2018-05-21 10:45:28 -07:00
Andrew Watkins afc7bf7648 Import Service type 2018-05-21 10:45:28 -07:00
Chris Goller 09e34b08da feat(server/services): add metadata for services 2018-05-21 10:45:28 -07:00
Andrew Watkins c5fcb3c59f Give services their own namespace in app state 2018-05-21 10:45:28 -07:00
Chris Goller 2765bdc088 feat(server/services): add source id and source link to all services 2018-05-21 10:45:28 -07:00
ebb-tide 2f4123d3a2 Override suggestions temporarily 2018-05-21 10:45:28 -07:00
ebb-tide f43131c99e Add temporary overrides to suggestions 2018-05-21 10:45:28 -07:00
ebb-tide 4538e05710 Improve default join query 2018-05-21 10:45:28 -07:00
Andrew Watkins ea78bf3c66 WIP Introduce LOAD_SERVICES 2018-05-21 10:45:28 -07:00
ebb-tide 8abf433a6e Add append handlers for join function 2018-05-21 10:45:28 -07:00
Andrew Watkins 149cd4a27f Refactor InfluxTable and convert to ts 2018-05-21 10:45:28 -07:00
ebb-tide c78f97972d Add join to funcNames, and use to build declerationFunctions 2018-05-21 10:45:28 -07:00
ebb-tide ba9680d5bf Add join to available declarationfuncs 2018-05-21 10:45:28 -07:00
Jade McGough 393bdfb68e Convert ManageSource page and actions to ts 2018-05-21 10:45:28 -07:00
Andrew Watkins 2304ed7899 Move threesizer into own dir 2018-05-21 10:45:28 -07:00
Andrew Watkins 522d792416 Moved files 2018-05-21 10:45:28 -07:00
Andrew Watkins 1f0a11d528 Correct filename 2018-05-21 10:45:28 -07:00
Andrew Watkins fe29d93c9e Introduce appendFrom funtionality 2018-05-21 10:45:28 -07:00
Andrew Watkins 9748d526a3 Fix broken tests 2018-05-21 10:45:28 -07:00
Andrew Watkins 08cb613529 Display success on analysis 2018-05-21 10:45:28 -07:00
Andrew Watkins 99f87a54f0 Introduce analyze button 2018-05-21 10:45:28 -07:00
Andrew Watkins 4cd7550512 Enable multiple line error spans 2018-05-21 10:45:28 -07:00
Andrew Watkins 5d9a20a7d7 Refine error reporting 2018-05-21 10:45:28 -07:00
Andrew Watkins 66b046aced Prevent suggestions on paste / copy 2018-05-21 10:45:27 -07:00
Andrew Watkins 206496c656 Add line specific error text 2018-05-21 10:45:27 -07:00