summaryrefslogtreecommitdiffstats
path: root/container-search-gui/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Removed logging to consoleHenrik2018-07-181-2/+0
|
* Added information about querybuilders features and help-section. Show/Hide ↵Henrik2018-07-183-1/+63
| | | | section with button
* Revert "henrhoi/rank-profiles-and-sources-in-configuration-file"Harald Musum2018-07-185-174/+47
|
* Now generates config-file programmatically. Added the predetermined sources ↵Henrik2018-07-175-47/+174
| | | | from the genreated config.json to the autocompletion of yql-syntax. Now also possible to add possible values for all parameters, just put the parameter (full name with underscore instead of dots) and a list of possible values in the config-file to be generated. Model.sources, Ranking.rankprofile, Ranking.properties, ranking.features have now possible values on value-input.
* Reapply "Adding handler and binding when services.xml has <search>-field"gjoranv2018-07-121-33/+37
|
* Revert "Adding handler and binding when services.xml has <search>-field"Harald Musum2018-07-121-37/+33
|
* Merge pull request #6366 from ↵Henrik Høiness2018-07-111-33/+37
|\ | | | | | | | | vespa-engine/henrhoi/adding-gui-handler-when-building-containermodel Adding handler and binding when services.xml has <search>-field
| * Removed empty lines to run travis ci againHenrik2018-07-111-2/+1
| |
| * Changed import to staticHenrik2018-07-111-12/+12
| |
| * Moved GUIHandlerTest to own module that can use JDisc-components. GUIHandler ↵Henrik2018-07-101-31/+36
| | | | | | | | now reads from built .jar instead of resources. Vespa builds successfully
* | Added configuration-file on JSON-format. Should later contain predetermined ↵Henrik2018-07-102-29/+68
|/ | | | values for sources and rankprofiles.
* Added Copyrigths and changes a few things for ids on HTMLElementsHenrik2018-07-0613-269/+233
|
* Created new module container-search-gui containing handler for gui for ↵Henrik2018-07-0545-0/+10089
building queries. Resources-folder static is now named gui