aboutsummaryrefslogtreecommitdiffstats
path: root/client/js
Commit message (Collapse)AuthorAgeFilesLines
...
* Move query-builder-provider.jsx to contextLeandro Alves2022-08-126-7/+6
|
* Initial clean-upLeandro Alves2022-08-129-1689/+7
|
* Upgrade MantineLeandro Alves2022-08-126-194/+322
|
* changed image to represent current lookErlend2022-08-121-0/+0
|
* Merge remote-tracking branch 'upstream/master'Erlend2022-08-111-21/+30
|\
| * Merge branch 'master' into kkraune/readme-fixKristian Aune2022-08-1132-1242/+588
| |\
| * | Add logo, misc cleanupKristian Aune2022-08-111-22/+31
| | |
* | | fixed to allow multipe query_execution stepsErlend2022-08-111-113/+132
| |/ |/|
* | Updated readme to reflect changes to trace visualizerErlend2022-08-101-1/+3
| |
* | small changesErlend2022-08-101-11/+15
| |
* | Merge remote-tracking branch 'upstream/master'Erlend2022-08-1030-1191/+506
|\ \
| * | Fix download buttonValerij Fredriksen2022-08-104-45/+35
| | |
| * | Initialize with yqlValerij Fredriksen2022-08-101-5/+5
| | |
| * | Remove Show query buttonValerij Fredriksen2022-08-103-48/+15
| | |
| * | Do not show already selected propertiesValerij Fredriksen2022-08-105-81/+75
| | |
| * | Centralize all logic in a single providerValerij Fredriksen2022-08-1023-815/+429
| | |
| * | Remove TextBoxValerij Fredriksen2022-08-105-31/+5
| | |
| * | Merge OverlayImageButton into CopyResponseButtonValerij Fredriksen2022-08-108-66/+15
| | |
| * | Remove SimpleButtonValerij Fredriksen2022-08-107-47/+15
| | |
| * | Import levelZeroParameters and childMap staticallyValerij Fredriksen2022-08-107-153/+154
| | |
| * | Remove unused filesValerij Fredriksen2022-08-103-142/+0
| |/
* / spans now get processes with more descriptive namesErlend2022-08-101-49/+74
|/
* Merge remote-tracking branch 'upstream/master'Erlend2022-08-091-3/+3
|\
| * 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
| | | | | | Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
| * Update client/js/app/README.mdKristian Aune2022-07-281-1/+0
| | | | | | Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
| * 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
| |