summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master'Erlend2022-08-0918-3/+1826
|\
| * actually check for same fileArne Juul2022-08-091-15/+28
| * add CLI and main for vespa-logfmtArne Juul2022-08-092-0/+54
| * add logfmt codeArne Juul2022-08-0915-0/+1756
| * fix image linksKristian Aune2022-08-081-3/+3
* | fixed not every trace point getting addedErlend2022-08-091-25/+37
* | Cleanup of unused codeErlend2022-08-081-77/+7
* | Changed how logs are added to improve relation between spansErlend2022-08-081-62/+76
|/
* Updated README with information about trace visualizerErlend2022-08-084-1/+36
* fixed a problem wth children not at correct levelErlend2022-08-031-13/+30
* Now has top span and correct duration for spansErlend2022-08-021-12/+18
* Trace is now correctly traversed with nested childrenErlend2022-08-011-172/+149
* logs belong to the correct parentErlend2022-08-011-8/+17
* Logs are now represented as spansErlend2022-08-011-69/+100
* Merge remote-tracking branch 'upstream/master'Erlend2022-07-291-0/+11
|\
| * port 3000Kristian Aune2022-07-281-1/+1
| * Update client/js/app/README.mdKristian Aune2022-07-281-1/+1
| * Update client/js/app/README.mdKristian Aune2022-07-281-1/+0
| * Add js app readmeKristian Aune2022-07-281-0/+12
* | Spans are now split between invoking and returningErlend2022-07-291-28/+103
|/
* Added page for pasting Vespa trace, transforming and downloading traceErlend2022-07-284-8/+29
* Small changesErlend2022-07-284-4/+6
* Small changeErlend2022-07-281-1/+1
* Added ability to download trace from response for use in visualizationErlend2022-07-287-11/+285
* Added feedback to CopyResponseButton when clickedErlend2022-07-043-13/+26
* Added some commentsErlend2022-07-013-6/+12
* Copy response button now copies the response to clipboardErlend2022-07-017-27/+60
* Pasting JSON works but the input rows do not reflect itErlend2022-07-012-12/+22
* fixsed missing dependecyErlend2022-07-012-19/+21
* Merge branch 'enikolaisen/querybuilder-js'Erlend2022-07-0134-8/+3014
|\
| * Added pasteJSONButton but functionality is not completeErlend2022-07-014-13/+82
| * Show query JSON button now shows the query input as jsonErlend2022-07-015-37/+100
| * Sending query to backend now worksErlend2022-07-014-32/+79
| * Now parses the inputs and constructs a JSON object to send to the backendErlend2022-06-3010-28/+100
| * Removed unused fileErlend2022-06-291-80/+0
| * Added commentsErlend2022-06-296-110/+138
| * New choice can now be selected from the dropdown without leaving orphansErlend2022-06-291-0/+2
| * Child rows can now be removedErlend2022-06-291-2/+51
| * Inputs can now have serveral nested childrenErlend2022-06-293-79/+93
| * QueryInputChild now properly displays childrenErlend2022-06-287-66/+238
| * QueryInput input field now shows what type of input is neededErlend2022-06-243-14/+28
| * QueryInput now switches between input and button depending on the chosen methodErlend2022-06-246-16/+16
| * Updated the JSON for QueryDropDownFormErlend2022-06-243-74/+108
| * DropdownForm npw uses JSON objects to populete optionsErlend2022-06-238-35/+138
| * Added SendQuery componentErlend2022-06-236-47/+58
| * qeury input now gets saved correctlyErlend2022-06-228-75/+1681
| * querybuilder displays correctlyErlend2022-06-2230-290/+703
| * Moved files to projectErlend2022-06-2222-0/+373
* | Merge pull request #23284 from vespa-engine/mpolden/cli-clusterJon Bratseth2022-06-3014-46/+53
|\ \
| * | Support specifying cluster nameMartin Polden2022-06-3010-22/+48