Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to b0af00ffa9b878404bf86aa80068c22012110cc4
- Merge "Upgrade to springboot 1.5.20.RELEASE"
- Upgrade to springboot 1.5.20.RELEASE
Issue-ID: AAI-2349
Change-Id: I6d21736b4da4483a5bf94f18ff4c3fc8e5624ba6
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to b1dd94def085d9ad213245ef74cd4e616768d99f
- Fix wrapped line formatting
Update the setting "Default indentation for wrapped lines" to be 2 units
of indentation (as per the standard Google style guide formatter).
This causes a continued line to be indented differently to the following
code block and distinguishes a wrapped line from a non-wrapped line.
Also update the array initializer indentation to match, so that array
values are horizontally aligned with other initializers such as List
contructors and also with standard expressions.
Both settings are now identical with the Google-supplied formatter.
Change-Id: I05dd2b3ff522c75bb6aaf2c03017874d42e215c7
Issue-ID: AAI-2198
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 703072969c51068d6a7aadf7131a545eabab87cd
- Merge "Update dmaap to use logging context"
- Update dmaap to use logging context
Change from using the MDC to use Logging Context
When an update happens on a vertex,
there is no need to update the aai-node-type
as a vertex type will not be modified and
this causes some issues with how janusgraph works
Issue-ID: AAI-2325
Change-Id: Iee51fea0dcd5e80636b8303f5f69346f8d653aa0
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 698dc799f270196a60535e2532eaaa3a5c4ac962
- Merge "Fix logic in Schema Generator to properly"
- Fix logic in Schema Generator to properly
check if indexes are needed on dbaliased properties
Added test to verify indexes are created.
Issue-ID: AAI-2333
Change-Id: Ib80de5cce3dfc99277d7cbd6e1a51530ff588478
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to b76ab490c093e3e4f8d13fd99b15803b0dbfc68d
- Merge "Optimize the areas where its creating extra memory"
- Optimize the areas where its creating extra memory
After doing some analysis using profiler
found that the most cases where memory is being
spent when doing an GET is during the conversion
from one case to another case and instead
cached that during the start of the application
Issue-ID: AAI-2331
Change-Id: I291d5f953d4158daca293198cf6fc7f5cf86d25d
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to b4687ce8279730f4d53e4d3341f00648660b1aff
- Merge "Fix Eclipse Java Formatter settings"
- Fix Eclipse Java Formatter settings
Update settings to match those described in the wiki:
https://wiki.onap.org/display/DW/Setting+Up+Your+Development+Environment
section SettingUpYourDevelopmentEnvironment-ONAPEclipseJavaFormatter
Use a line width of 120.
Do not reformat the license declaration in the file header.
Change-Id: I9587f0599e6c297315dfc8a6f9f9f20e27936bee
Issue-ID: AAI-2198
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 60137f1cdbbd31958965f7b5bacf496c7ca24564
- Upgrade httpclient version
Issue-ID: AAI-2348
Change-Id: I6cab4dfe53d7f843ffb73676bd499486dd32a7c8
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to ec86dc93ea46f33d737b01124546884f7048390a
- Merge "Update schema service to fail to start"
- Update schema service to fail to start
when all of the schema failed to load
so the microservice wouldn't be in a
bad state and also have the microservice
dictate what versions of schema they are using
Issue-ID: AAI-2329
Change-Id: Ie2e6e2bb3bac37b2ad57ada613e7c0e65647b64e
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 4ba1e592429ab49143e5278e5f6f9004bd1c5a58
- Update 3.0.2 release notes
Issue-ID: AAI-2342
Change-Id: Ic1cc92ad8b8cbd57cff72ce0800a797295be2ea5
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 5722e90ff54f5fb6bb16ebd1dfb723d08ab80955
- Add the logging statements for when
application is doing implicit delete so if an
user did a PUT on cloud region in which they implicitly
delete 100 tenants, it would log the specific tenants that got deleted with depth all on
tenants because a cloud region could also have thousands of other child
objects and there is no reason to log that if we can just log the
objects that were lost in the implicit delete process
Issue-ID: AAI-2332
Change-Id: I8cd0c876670f8687b6485d3735f9f47e84c38286
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 31b7af4804219e5f03faeecef55f041f48adb6d5
- Fix a potential bug in DBSerializer
where the assumption is the aai-node-type property will
exist on the node types. There is a case where a vertex
is in the process of being deleted and during that time
the vertex will be missing some properties and during
that time the GET with depth all will result in exception
This is possible because of our database being
an eventually consistent database
Issue-ID: AAI-2330
Change-Id: I2b11c9a2ec5c3b6bffd2690a0c075962e80781cc
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
* Update docs/submodules/aai/sparky-be.git from branch 'master'
to 55d98d4c82ed48eb70372744e0d15750158ea226
- set jacoco coverage limit
Issue-ID: AAI-2320
Change-Id: I13ff44d0719c2941417b16d9a49cf5bf2b63442b
Signed-off-by: renealr <reneal.rogers@amdocs.com>
|
|
* Update docs/submodules/aai/sparky-be.git from branch 'master'
to 8bd651006b7d276d35fc7a03dcc96a0f811f5585
- Merge "upgrade spring boot to v1.5.19"
- upgrade spring boot to v1.5.19
Issue-ID: AAI-2317
Change-Id: Id3bc9705e53e3d58b2765ba8a05f45abf4079f90
Signed-off-by: renealr <reneal.rogers@amdocs.com>
|
|
* Update docs/submodules/aai/sparky-be.git from branch 'master'
to 07f2b06e3151cc267d990406ef7dacf0addbe8e8
- Revert back the SP interface
Issue-ID: AAI-2315
Change-Id: I11eedfc8dbc86900ae174f2d644bb99524f62d29
Signed-off-by: jjia <Jennie.Jia@amdocs.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 08c1bd4d78a0504e7531876869a7ae0cd9c448df
- Upgrade to springboot 1.5.19.RELEASE
Upgrade eelf to 1.0.1-oss
Issue-ID: AAI-2240
Issue-ID: AAI-2241
Change-Id: Ic08dd5a76ca9a1a7f37d0f430203625d834aa0a9
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
* Update docs/submodules/aai/esr-gui.git from branch 'master'
to 0b878eb39b28971ca624a260100d7055bdab27e9
- Merge "Fix ESR doesn't support domain name in vnfm registration GUI"
- Fix ESR doesn't support domain name in vnfm registration GUI
"http://msb-age:80" does not satisfy the url validation of jquery validate, remove validate on url
Issue-ID: AAI-1920
Change-Id: Ic0f1cee9ce68ab0c5c4af1b6deb06412e949f0b5
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
|
|
* Update docs/submodules/aai/event-client.git from branch 'master'
to 014d0313e24d5cf091943e0d0552f4960a5818d3
- Improve Jacoco plugin config
Jacoco plugin is already configured in oparent pom, so remove duplicate
config, leaving only the line coverage check section.
Change-Id: I69c8941173776a56dbc96ac289c4547a6972ba9a
Issue-ID: AAI-2293
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
|
|
* Update docs/submodules/aai/esr-gui.git from branch 'master'
to 97a32f25799ee2568862041ec113b9aa0472005e
- Add GUI for NFVO external system
Change-Id: I65fc52e81cfd12e732d10488baef6241f9cf2386
Issue-ID: AAI-2207
Depends-on: I6a2bbebf5f750c9e89bb9d88caba9e8bcfa35c25
Signed-off-by: Bharath Thiruveedula <bharath.thiruveedula@verizon.com>
|
|
* Update docs/submodules/aai/event-client.git from branch 'master'
to 805f654e66cf34be8e314a43b5498020da6e7851
- Configure Jacoco plugin to enforce min coverage
Jacoco plugin is configured to set the minimum line coverage ratios to
equal that of the current coverage level, to prevent future updates from
decreasing the coverage level.
Change-Id: I5913c3bf99fd98e344eaf6ee176e232bd7e61bb1
Issue-ID: AAI-2293
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
|
|
* Update docs/submodules/aai/event-client.git from branch 'master'
to 12b124314b1c45dec208083896e00ec799cddaef
- Upversion poms after release of 1.4.0
Change-Id: Ida5355801b07b55f9be78e5b72ee71ba144c27e1
Issue-ID: AAI-2285
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
|
|
* Update docs/submodules/aai/event-client.git from branch 'master'
to 37349dd5cb71ef7c1cd50cf53f5934f6992b0ff2
- Remove logback.xml from event-client-dmaap jar
Change-Id: If9ada8cc8e378d3f5e5dcaabc796fcc0c50660d6
Issue-ID: AAI-2285
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
|
|
* Update docs/submodules/aai/sparky-be.git from branch 'master'
to 6883914961f7e85bac9f04c0f93fad0133ce04bc
- Add Default Method in SP
Issue-ID: AAI-2268
Change-Id: I0dfec3f79a75604bb3be84d0877b87c33413e27c
Signed-off-by: Jennie Jia <Jennie.Jia@amdocs.com>
|
|
* Update docs/submodules/aai/sparky-be.git from branch 'master'
to d9c077726cbf0a83860b103da5d409a817a49a83
- Merge "Sparky to use released version of aai-common"
- Sparky to use released version of aai-common
Change-Id: I72d9c5c1e7420f84ec9a4730e33212ad98a2672a
Issue-ID: AAI-2217
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
|
|
* Update docs/submodules/aai/event-client.git from branch 'master'
to 5ce42784a2d2b02715bd4fa46c52f4b1e06c4b9d
- Merge "Add missing INFO.yaml blocks"
- Add missing INFO.yaml blocks
Add missing information so that the new verify
job passes.
Change-Id: Ibda7018c0cacd7c4abc7885e495fa107662d1ae0
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
* Update docs/submodules/aai/event-client.git from branch 'master'
to 627f5cc182c27e4b3f7ff6e3daef9ad747c2ab40
- AAI-2210 Add .gitignore to aai/event-client
Ignore target sub-directories created by maven and other commonly-seen
files
Change-Id: Icada65dff149d7a1e6f027c606341c31545adda0
Issue-ID: AAI-2210
Signed-off-by: Keong Lim <keong.lim@huawei.com>
|
|
* Update docs/submodules/aai/sparky-be.git from branch 'master'
to 352e7ba22dac11c8dd2bea7178dbe53defa84cc9
- Merge "Add missing INFO.yaml blocks"
- Add missing INFO.yaml blocks
Add missing information so that the new verify
job passes.
Change-Id: Ib99253ae16845f0e92b8a1c4dea4dde06d397c36
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
* Update docs/submodules/aai/esr-server.git from branch 'master'
to 1864177da8c2b3794204c22e0ba1a54320c4281d
- Merge "Add missing INFO.yaml blocks"
- Add missing INFO.yaml blocks
Add missing information so that the new verify
job passes. Fix indentation.
Change-Id: Iddaff560437b43fd1a1932c8f49037e50cf936eb
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
* Update docs/submodules/aai/esr-gui.git from branch 'master'
to 4ee81757b4b8680227095b9cca8c41a3e819f2e7
- Add missing INFO.yaml blocks
Add missing information so that the new verify
job passes. Fix indentation.
Change-Id: Id007b79a166973f5e0f973809db1c0711321e373
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 5478a4c2b72153f4457768280d731916aa735092
- Remove the aai-schema dependency from aai-utils
Removing the unnecessary dependency to aai-schema
from the aai-utils submodule
Issue-ID: AAI-1871
Change-Id: Ibf6fbe26c0120a0e8d8c0bbf3d5c45b73fdf3d74
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
* Update docs/submodules/aai/esr-server.git from branch 'master'
to 01f832064230eeaa2e5cd7be45ab653e8d9d5d53
- fix esr does not store ssl-cacert to aai error
Issue-ID: AAI-2041
Change-Id: If49853a56bca147726cc061c04373c1a6fad46cc
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to e90cd3612c53c756104764b954eb6656631b01d1
- Merge "Add missing INFO.yaml blocks"
- Add missing INFO.yaml blocks
Add missing information so that the new verify
job passes. Fix indentation.
Change-Id: Iac9e8d8e5744f7123e59b9f382dbb42cd10d9a5d
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
* Update docs/submodules/aai/sparky-be.git from branch 'master'
to 78d9022a5ced9d4757e005723cb710b2a5c2c08f
- fixed mispelt parameter in cadi filter
Issue-ID: AAI-2209
Change-Id: I5f43b561aedc87b4ebf8863a5a26df7466b6b0fc
Signed-off-by: renealr <reneal.rogers@amdocs.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 28c70d54b306fbd78f1806c3503350e312b7e431
- AAI-2171 duplicates in aai-schema-ingest pom
remove duplicate gson versions
Issue-ID: AAI-2171
Change-Id: I26b5252560ffe861ef917ee61ce867be07b6b0f5
Signed-off-by: Keong Lim <keong.lim@huawei.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to e06ec44748af91bb7d54f5821859526b13cc1039
- AAI-2198 Consistent code style in aai-common
Add plugins to aai-common/pom.xml
Add Eclipse formatter configuration file
Issue-ID: AAI-2198
Change-Id: Ie415f3fa0a408f775133f27a3bf8904a1f65a8a3
Signed-off-by: Keong Lim <keong.lim@huawei.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 2cbb5acacc25b8f729e11b8d0de71482a6bec0a6
- Merge "AAIAuthCore-replace duplicate literal by constant"
- AAIAuthCore-replace duplicate literal by constant
Sonar Fix (AAIAuthCore.java - Define a constant instead of duplicating this literal "AAI_4001" 3 times.)
Issue-ID: AAI-2065
Change-Id: Ic9c343f814dc220fe118b21ae08f29a65a337da7
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
* Update docs/submodules/aai/sparky-be.git from branch 'master'
to efe43d10241bb2d2c05571c2583449f71a1a3da1
- update cadi file location to be configurable
update epsdk library to the release version
add the cadi properties file for local testing
add the keyFile for local testing
Issue-ID: AAI-2196
Change-Id: I71cd681af8415f7b1874b27136cfe5a6b24e2760
Signed-off-by: renealr <reneal.rogers@amdocs.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to b092bf2443c74d9e1efcddd9f99a7ebff6f3b5b5
- Remove schema service dependency and add oxm
and edgerules for the junits that are dependent on them
Issue-ID: AAI-2193
Change-Id: I310ad37b14fb1296016ebbde2cf8eedd9c9c8aff
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 69589faa4d3b1481bbd5c86f7ccb8c8bdeeb5916
- AAI-1523 checkstyle warnings for aai-core rest
Issue-ID: AAI-1523
re-indent code with spaces to clean up some checkstyle warnings
for aai-core test rest (part of 24k lines of output)
Change-Id: I610a40db3f9a79e31a210718bfe830c38809d9f3
Signed-off-by: Keong Lim <keong.lim@huawei.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 3b80e8e049a23ba12a600d526af44408b4428fc1
- AAI-1523 checkstyle warnings for aai-core query
Issue-ID: AAI-1523
re-indent code with spaces to clean up some checkstyle warnings
for aai-core test query (part of 24k lines of output)
Change-Id: I2be142e000d9620a035092fdca5509ba5245f962
Signed-off-by: Keong Lim <keong.lim@huawei.com>
|
|
* Update docs/submodules/aai/event-client.git from branch 'master'
to 27bcf86da3ba3a68c209db411292ea090fd8df52
- Event client to retry in case of failed connection
On initial creation of the event client consumer/publisher
handle a failure to connect to RMQ gracefully such that the
application can still start up and re-try connecting at a later
time
Change-Id: I4ba8e2d2a8b4e4e5a60255550bb74a501494c9bd
Issue-ID: AAI-2185
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
|
|
* Update docs/submodules/aai/esr-gui.git from branch 'master'
to 12a890ceed8c6ae96b9c5eafad942a24bb68d50a
- Bump pom and version
Issue-ID: AAI-2022
Change-Id: Ie0f2c0ace5af77631efddccd2694653d98a6437f
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
|
|
* Update docs/submodules/aai/esr-gui.git from branch 'master'
to 5c75da59801ce3c8e1e7162c5f881d0ed7870ae2
- Add INFO.yaml file
Issue-ID: AAI-2019
Change-Id: Ic182f8f80fb74797d504feef96171eb24beefa78
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
|
|
* Update docs/submodules/aai/esr-server.git from branch 'master'
to d9dd097ca629541572aadf17d358c54c3a400b77
- Bump pom and version
Issue-ID: AAI-2022
Change-Id: I1dc12f0fcfe34819d1b9ad39d380d252ae2f0060
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
|
|
* Update docs/submodules/aai/esr-gui.git from branch 'master'
to f8b6a9be9c6650b0c80700337fcac00f538cbd09
- fix dialog populate version list error
Issue-ID: AAI-1949
Change-Id: I8a1422dc0b2291816e27108bb6e49a8bc6a07f98
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
|
|
* Update docs/submodules/aai/esr-server.git from branch 'master'
to d4cf04040a6cfc7331577ecfa83faad5802a36d3
- Add INFO.yaml file
Issue-ID: AAI-2019
Change-Id: I2420379ce5d367c17000f6459cdaf38701cc9b3d
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
|
|
* Update docs/submodules/aai/sparky-be.git from branch 'master'
to 57a8790c14e46593d88f74a54d61b68b8d5af06e
- Merge "Sonar Fix VnfSearchQueryBuilder"
- Sonar Fix VnfSearchQueryBuilder
Sonar Fix VnfSearchQueryBuilder
Issue-ID: AAI-2084
Change-Id: I608d7592717ee9b74d4e7641051cfbb62c498315
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 55fc742e1d561e1aff6a8cddb67ecb00e89cba59
- Remove the license check goal
Issue-ID: AAI-2167
Change-Id: I4be9427b3f8ea905837c24fc9744c9118da45216
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 8203b6ed3c2f4816859faaae40d3857bebe99a9f
- Merge "Remove the aai-schema from aai-common"
- Remove the aai-schema from aai-common
Issue-ID: AAI-1871
Change-Id: I0d836c8105083f511877f74f08044cc86905e7be
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 60110e809c12ff2cd067a24c7a17e3fd44b70f2e
- Merge "Removed sysout and replaced with logger"
- Removed sysout and replaced with logger
Removed sysout and replaced with logger
Issue-ID: AAI-2085
Change-Id: I0f90b137d3d46ae80a4de2492cf335cd5016a521
Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 107f2d3e1fdc90cecc6cbd556208e83523bb079b
- Merge "AAI-1523 checkstyle warnings for aai-core parsers"
- AAI-1523 checkstyle warnings for aai-core parsers
Issue-ID: AAI-1523
re-indent code with spaces to clean up some checkstyle warnings
for aai-core test parsers (part of 24k lines of output)
Change-Id: I9908650b6fccfca9657b0b2ca75f74dc6b469449
Signed-off-by: Keong Lim <keong.lim@huawei.com>
|