aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/ai
Commit message (Collapse)AuthorAgeFilesLines
* Add DomainName.leafLabel()Håkon Hallingstad2024-03-131-0/+5
|
* Don't use optional variants for primitive typesBjørn Christian Seime2024-02-291-4/+2
|
* Various improvements to `Json`Bjørn Christian Seime2024-02-271-1/+30
|
* Export packageValerij Fredriksen2024-02-261-0/+5
|
* Move Json to vespajlibValerij Fredriksen2024-02-262-0/+252
|
* Add validation for nullity taking multiple argumentsBjørn Christian Seime2023-12-081-0/+8
|
* Non-functional changes onlyLester Solbakken2023-10-161-3/+3
|
* Add OpenAI async clientLester Solbakken2023-10-164-10/+95
|
* Update copyrightJon Bratseth2023-10-0921-24/+26
|
* Get rid of third party openai clientJon Bratseth2023-06-132-0/+129
|
* Remove duplicate copyright headersHåkon Hallingstad2023-06-121-2/+0
|
* Add CidrBlock.contains(InetAddress)Håkon Hallingstad2023-06-121-22/+43
|
* Move CidrBlock to vespaHåkon Hallingstad2023-06-122-0/+232
|
* Put the openai client in a separate componentJon Bratseth2023-04-258-0/+204
|
* Revert "Merge pull request #25776 from ↵jonmv2023-01-301-1/+1
| | | | | | | vespa-engine/jonmv/revert-private-endpoints" This reverts commit 350b36dd88baef7548c0066b01ea1e328eb78f3f, reversing changes made to 8a006bc9ca202713ec54c7961a9256790c87d10d.
* Revert "Merge pull request #25770 from vespa-engine/jonmv/private-endpoints"jonmv2023-01-271-1/+1
| | | | | This reverts commit a3ae8f5b0ec3a7f2f3c9205289470dbb89e477ff, reversing changes made to 6534f02466a8958513a8b8684cc2a4369fab7666.
* Move container status.html check as welljonmv2023-01-271-1/+1
|
* Improve equals (#24917)Jon Marius Venstad2022-11-181-3/+5
|
* Path validationMorten Tokle2022-08-111-0/+36
|
* Domain names may end with ., but hostnames may notjonmv2022-04-091-4/+4
|
* Revert "Merge pull request #22072 from ↵jonmv2022-04-092-4/+4
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 87e5b33c003d07ca585d73e0166857fe22b4c16f, reversing changes made to 80b96d32550ae0df59572a58cd62f507e8068c2c.
* Revert "Merge pull request #22068 from ↵jonmv2022-04-082-4/+4
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 8aa4c83df5ce7843c040afa41706fcc7c3afd030, reversing changes made to f95ad44fae879da9db19f73eabe62c53baeb0c36.
* Revert "Merge pull request #22065 from ↵jonmv2022-04-082-4/+4
| | | | | | | vespa-engine/revert-22049-jonmv/unify-hostname-classes" This reverts commit 4ffc54339186574491a32b3166223c3fc50ba8fe, reversing changes made to db9e570a36decb24e6cb13f44bd0ff444ab762e3.
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-082-4/+4
|
* Use DomainName for routing names, and fix invalid unit test namesjonmv2022-04-082-4/+4
|
* Unwrap recursionJon Marius Venstad2022-04-081-9/+11
|
* Constant time append to Path as well, and add length()Jon Marius Venstad2022-04-081-30/+70
|
* Return "this" when no removal occursJon Marius Venstad2022-04-081-2/+4
|
* More efficient Query.set(Map), and bulk Query.remove(Collection)Jon Marius Venstad2022-04-082-10/+17
|
* Add some more unit testing of HttpURL.queryJon Marius Venstad2022-04-071-0/+1
|
* Fix another unit testJon Marius Venstad2022-04-071-1/+1
|
* Support multiple values for same key, in HttpURL.QueryJon Marius Venstad2022-04-071-62/+139
|
* Replicate host name pattern instead of making publicJon Marius Venstad2022-04-071-2/+2
|
* Non-functional changesJon Marius Venstad2022-04-071-1/+13
|
* Resolve conflictsJon Marius Venstad2022-04-073-0/+498
|
* Merge pull request #21952 from vespa-engine/jonmv/http-urlJon Marius Venstad2022-04-051-8/+8
|\ | | | | Jonmv/http url
| * Simplify signature of require(...)Jon Marius Venstad2022-04-031-8/+8
| |
* | Revert "Revert "Jonmv/reapply application name validation""Jon Marius Venstad2022-04-042-2/+5
| |
* | Revert "Jonmv/reapply application name validation"Jon Marius Venstad2022-04-042-5/+2
| |
* | Add package-infoJon Marius Venstad2022-04-041-0/+5
| |
* | Revert "Merge pull request #21961 from vespa-engine/revert-21918-jonmv/misc-6"Jon Marius Venstad2022-04-041-2/+0
| | | | | | | | | | This reverts commit a0b02d8bd00bf8d7f3410cbf47ae432770546883, reversing changes made to 64d0102f9931a01d31976e85b585b9e63894f08e.
* | Revert "Jonmv/misc 6"Jon Marius Venstad2022-04-041-0/+2
| |
* | Cleanup, should not change anythingJon Marius Venstad2022-03-311-2/+0
|/
* Rename back to HostName, and merge the value class and utilitiesJon Marius Venstad2022-03-311-0/+6
|
* Allow 64 characters in Name, and use PatternedStringWrapper for more classesJon Marius Venstad2022-03-311-1/+1
|
* Actually add the PatternedStringWrapperJon Marius Venstad2022-03-311-0/+19
|
* Add a PatternedStringWrapper for the common case with a regexJon Marius Venstad2022-03-311-13/+9
|
* Move HostName -> Hostnames, and DomainName and Hostname to com.yahoo.netJon Marius Venstad2022-03-312-57/+0
|
* Split in DomainName and HostnameJon Marius Venstad2022-03-302-14/+39
|
* Fix unit testJon Marius Venstad2022-03-301-0/+2
|