summaryrefslogtreecommitdiffstats
path: root/container-search-gui/src/main/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* Revert "henrhoi/rank-profiles-and-sources-in-configuration-file"Harald Musum2018-07-181-78/+9
|
* Now generates config-file programmatically. Added the predetermined sources ↵Henrik2018-07-171-9/+78
| | | | 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
|
* 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 Copyrigths and changes a few things for ids on HTMLElementsHenrik2018-07-062-2/+2
|
* Created new module container-search-gui containing handler for gui for ↵Henrik2018-07-052-0/+201
building queries. Resources-folder static is now named gui