aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Find profile usagesJon Bratseth2022-02-187-17/+92
| | | | | |
| * | | | | Goto definitionJon Bratseth2022-02-177-70/+208
| | | | | |
| * | | | | Extract function usage finderJon Bratseth2022-02-173-109/+132
| | | | | |
| * | | | | Find usages in child schemasJon Bratseth2022-02-1710-58/+97
| | | | | |
| * | | | | Match whole elementsJon Bratseth2022-02-163-16/+45
| | | | | |
| * | | | | Respect search scopeJon Bratseth2022-02-161-5/+9
| | | | | |
| * | | | | Find usages across filers and in lexical scopeJon Bratseth2022-02-165-47/+44
| | | | | |
| * | | | | Find usages correctlyJon Bratseth2022-02-148-47/+126
| | | | | |
| * | | | | Test function resolutionJon Bratseth2022-02-141-0/+5
| | | | | |
| * | | | | Test function resolutionJon Bratseth2022-02-147-22/+36
| | | | | |
| * | | | | Find all functionsJon Bratseth2022-02-143-8/+8
| | | | | |
| * | | | | Get all profilesJon Bratseth2022-02-145-25/+39
| | | | | |
| * | | | | Retrieve project from definitionJon Bratseth2022-02-143-10/+7
| | | | | |
| * | | | | Move into SchemaJon Bratseth2022-02-144-15/+20
| | | | | |
| * | | | | Move into RankProfileJon Bratseth2022-02-144-14/+22
| | | | | |
| * | | | | Add function ownerJon Bratseth2022-02-149-17/+39
| | | | | |
| * | | | | More usages testsJon Bratseth2022-02-144-4/+13
| | | | | |
| * | | | | Skip self-referencesJon Bratseth2022-02-141-1/+1
| | | | | |
| * | | | | Skip self-referencesJon Bratseth2022-02-141-1/+4
| | | | | |
| * | | | | Extract into testerJon Bratseth2022-02-141-8/+26
| | | | | |
| * | | | | Find usages testJon Bratseth2022-02-138-27/+104
| | | | | |
| * | | | | Pass RankProfileJon Bratseth2022-02-132-7/+9
| | | | | |
| * | | | | Cache and index parent profilesJon Bratseth2022-02-135-29/+27
| | | | | |
| * | | | | Pass RankProfileJon Bratseth2022-02-131-5/+5
| | | | | |
| * | | | | Parse literal tensor expressionsJon Bratseth2022-02-132-11/+31
| | | | | |
| * | | | | Parse tensor sliceJon Bratseth2022-02-134-10/+23
| | | | | |
| * | | | | Parse single-key sliceJon Bratseth2022-02-123-4/+7
| | | | | |
| * | | | | CleanupJon Bratseth2022-02-121-4/+0
| | | | | |
| * | | | | CleanupJon Bratseth2022-02-122-4/+1
| | | | | |
| * | | | | Resolve inherited profilesJon Bratseth2022-02-126-112/+177
| | | | | |
| * | | | | Look up modular profilesJon Bratseth2022-02-1210-57/+336
| | | | | |
| * | | | | Return profileJon Bratseth2022-02-115-12/+14
| | | | | |
| * | | | | Pull into classJon Bratseth2022-02-115-51/+60
| | | | | |
| * | | | | Unit test parent rank profilesJon Bratseth2022-02-1013-225/+270
| | | | | |
| * | | | | Add unit testing frameworkJon Bratseth2022-02-1011-0/+396
| | | | | |
| * | | | | Start modelling elementsJon Bratseth2022-02-107-40/+102
| | | | | |
| * | | | | Return all profile parentsJon Bratseth2022-02-107-97/+111
| | | | | |
| * | | | | CleanupJon Bratseth2022-02-097-42/+34
| | | | | |
* | | | | | Merge pull request #21283 from vespa-engine/freva/user-credsValerij Fredriksen2022-02-2116-245/+171
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Pass Auth0 access and identity tokens to Vespa Athenz when approving SSH role membership
| * | | | | Pass along auth0 credentials to ZMSValerij Fredriksen2022-02-217-10/+17
| | | | | |
| * | | | | Merge OktaAccessToken and OktaIdentityToken into OAuthCredentialsValerij Fredriksen2022-02-2112-235/+154
|/ / / / /
* | | | | Merge pull request #21278 from vespa-engine/bjorncs/install-bc-providerv7.546.44Henning Baldersheim2022-02-201-0/+20
|\ \ \ \ \ | |_|/ / / |/| | | | Install BouncyCastle during jdisc startup [run-systemtest]
| * | | | Install BouncyCastle during jdisc startupBjørn Christian Seime2022-02-181-0/+20
| | | | |
* | | | | Merge pull request #21277 from vespa-engine/hmusum/change-compare-methodHarald Musum2022-02-192-2/+2
|\ \ \ \ \
| * | | | | Use constantHarald Musum2022-02-192-2/+2
| | | | | |
| * | | | | Use EXPECT_NEAR when comparingHarald Musum2022-02-191-1/+1
| | | | | |
| * | | | | Merge branch 'master' into hmusum/change-compare-methodHarald Musum2022-02-193-7/+11
| |\| | | |
| * | | | | Somehow a paren got lost before comittingHarald Musum2022-02-181-1/+1
| | | | | |
| * | | | | Use EXPECT_NEAR when comparingHarald Musum2022-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | EXPECT_DOUBLE_EQ fails on arm64 for some reason
* | | | | | Merge pull request #21279 from vespa-engine/freva/notificationsJon Marius Venstad2022-02-196-14/+61
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow operators to list all notifications