aboutsummaryrefslogtreecommitdiffstats
path: root/container-search-gui
Commit message (Collapse)AuthorAgeFilesLines
* Update final "Yahoo Holdings" occurrence in repo.gjoranv2021-10-071-1/+1
|
* Update 2018 copyright notices.gjoranv2021-10-078-8/+8
|
* Update 2017 copyright notices.gjoranv2021-10-071-4/+4
|
* Remove all dependencies to jdisc_http_servicegjoranv2021-03-231-6/+0
|
* Fix linksJon Bratseth2021-02-152-7/+7
|
* Remove usage of org.jsonBjørn Christian Seime2021-02-021-42/+40
|
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-011-40/+42
|
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-291-42/+40
| | | | | | | | Remove most usage of org.json:json Maven artifact. This library does not have a compatible license. Some usage is still left as it's part of our container-search public API. We'll need a major release to fix that. See https://github.com/vespa-engine/vespa/issues/14762 for more details.
* Merge pull request #15766 from klebadev/autocompletion_ignore_caseJon Bratseth2020-12-102-2/+2
|\ | | | | Ignore case on autocomplete in querybuilder
| * Ignore case on autocomplete in querybuilderklebadev2020-12-092-2/+2
| |
* | Workaround for faulty language level detection in IntelliJBjørn Christian Seime2020-11-171-0/+5
|/
* Allow setting a request type explicitlyJon Bratseth2020-09-021-1/+0
| | | | | | This lets handler authors control the requestType explicitly by setting it on the HttpResponse, which is useful to avoid misclassification of POST requests to reading handlers as writes.
* track name changekkraune2020-05-261-1/+1
|
* Replace usagesJon Marius Venstad2019-04-021-1/+2
|
* Add &explainleve=Henning Baldersheim2019-03-191-1/+1
|
* Remove the packet cache. It will very soon loose its value as we are ↵Henning Baldersheim2019-03-071-2/+1
| | | | | | | changing the protocol. And also as it does not work for grouping I think it is better to just let it go. We might want a cache sometime later, but then we should redesign it.
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Add search api reference temporarily to avoid download during buildLester Solbakken2018-10-232-0/+1917
|
* Solved conflict between filesHenrik2018-07-198-1128/+208
|\
| * Merge pull request #6419 from ↵Jon Bratseth2018-07-196-117/+188
| |\ | | | | | | | | | | | | vespa-engine/henrhoi/rank-profiles-and-sources-in-configuration-file henrhoi/rank-profiles-and-sources-in-configuration-file
| | * Added a provided dependency on configdefinition for RankProfileConfigHenrik2018-07-181-0/+6
| | |
| | * Forgot to add one change from the reverted PR. Now added for index.htmlHenrik2018-07-181-102/+50
| | |
| | * Solved conflict and added all changes from the PR that was revertedHenrik2018-07-182-67/+34
| | |\
| | * | Changed artifactId in pom.xml. Had to get the bundle ↵Henrik2018-07-182-13/+30
| | | | | | | | | | | | | | | | container-search-and-docproc to use com.yahoo.search.config.RankProfilesConfig. Also now adding rankprofiles to the configuration file-response
| * | | Removed ignore, now that the search api reference gets placed in /targetHenrik2018-07-181-2/+1
| | | |
| * | | Download html file in prepare-package to the target directory.gjoranv2018-07-181-3/+3
| | | |
| * | | Changed phase of getting the resourceHenrik2018-07-171-1/+1
| | | |
| * | | Maven now gets the search api reference from the docs.vespa.ai when building ↵Henrik2018-07-173-1011/+19
| | | | | | | | | | | | | | | | vespa. Now only have one version of the doc.
* | | | 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-186-180/+47
| |/ |/|
* | Now generates config-file programmatically. Added the predetermined sources ↵Henrik2018-07-176-47/+180
|/ | | | 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.
* Minimal .gitignore files (originally copied from container-search).gjoranv2018-07-121-29/+0
|
* Reapply "Adding handler and binding when services.xml has <search>-field"gjoranv2018-07-124-159/+89
|
* Revert "Adding handler and binding when services.xml has <search>-field"Harald Musum2018-07-124-89/+159
|
* Merge pull request #6366 from ↵Henrik Høiness2018-07-114-159/+89
|\ | | | | | | | | 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
| |
| * Added module to parents CMakeLists.txt and created CMakeLists for moduleHenrik2018-07-111-0/+2
| |
| * Changed import to staticHenrik2018-07-111-12/+12
| |
| * Moved GUIHandlerTest to own module that can use JDisc-components. GUIHandler ↵Henrik2018-07-103-131/+40
| | | | | | | | now reads from built .jar instead of resources. Vespa builds successfully
| * Changed pom.xml and adding of handler in ContainerModelBuilderHenrik2018-07-101-41/+61
| |
* | 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-0615-273/+242
|
* ..Henrik2018-07-051-1/+1
|
* Created new module container-search-gui containing handler for gui for ↵Henrik2018-07-0550-0/+10251
building queries. Resources-folder static is now named gui