aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2022-01-13Upgrade timescaledbBruno Sakoto1-4/+126
Timescaledb is upgraded to 2.5.1-pg14 to have postgres 14.1 Issue-ID: CPS-842 Change-Id: I65f2f090c0ff7346c28bf89f6bac3d5697ec1768 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
2022-01-12Support operation field for CPS Temporal Query Output APIputhuparambil.aditya4-10/+64
- Update in openapi.yaml to support operation field - Repository test updated to test the operation field - Rest api test updated - Updates in documentation to include the operation field Issue-ID: CPS-844 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: If424c273b84b1f415ba706d0956f0841ce9c4196
2022-01-05cps-temporal update release notesputhuparambil.aditya1-0/+22
Issue-ID: CPS-841 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Ia8c5eddc8f6e42fae27cf8dbdc924852ac21f71b
2021-10-29cps/cps-temporal: trigger doc build for testingthmsdt1-1/+2
Issue-ID: DOC-771 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I9e91c21700febfb98629e4f33b58b40da07c4e8f
2021-10-28fix documentationthmsdt2-0/+45
Issue-ID: CPS-754 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: Ic14bbb60ba1d629d0f12b2d5e268a014cd344792
2021-10-21Use intersphinx links for easier release updateToineSiebelink4-16/+25
Alligned index page format and content with those for other CPS components Issue-ID: CPS-721 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I81c88f75c2813e9034b6e9db31a70d9483b047b3
2021-10-15Add missing RTD static filesToineSiebelink3-14/+75
Clean up conf.py based on advice from docs team Issue-ID: DOC-765 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I48c9f6cd60cd9f7142081fff649da01d48868b57
2021-10-15Rename /docs/requirements-docs.txt to requirements.txtCédric Ollivier2-45/+0
It's asked by rtd. Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I08256620f36f01afd202b5a4d7092983e101905e
2021-10-12Finalize design and modeling documentationBruno Sakoto5-7/+691
Issue-ID: CPS-447 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I58181dd7018319c46d465c78b8299c3f316f455e
2021-10-07Updating intersphinx mappingToineSiebelink1-0/+3
Issue-ID: CPS-447 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: Ie8df12e28a8973012e94d2427b516c5c2569478b
2021-10-06Merge "Finalize admin guide documentation"Niamh Core1-4/+22
2021-10-06Merge "Finalize architecture documentation"Toine Siebelink3-2/+339
2021-10-06Finalize architecture documentationBruno Sakoto3-2/+339
Issue-ID: CPS-447 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I87ef8a9aee216dfc8f54749243d27d5c0b3d3981
2021-10-06Merge "Finalize release documentation"Toine Siebelink1-19/+27
2021-10-06Finalize admin guide documentationBruno Sakoto1-4/+22
Issue-ID: CPS-447 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I823b4b14d794c234048b673f151a9d4ca11f1303
2021-10-05Finalize deployment documentationBruno Sakoto1-4/+122
Issue-ID: CPS-447 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Ifda3e75b4959eb0659b7e04bd544de52a27350e0
2021-10-01Finalize release documentationBruno Sakoto1-19/+27
Issue-ID: CPS-447 Change-Id: If87cb49d2bdef30c987cbec0fa4aba220ef9c4b8 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
2021-09-30Update requirements for doc buildinglukegleeson2-0/+6
Added requirements-docs.txt file It now loads all centralized upper contraints from ONAP doc Issue-ID: CPS-704 Signed-off-by: lukegleeson <luke.gleeson@est.tech> Change-Id: Iee2db84f5b9b7a320cfdbcc11b7b8079971a64a4
2021-09-28Review index documentationBruno Sakoto3-14/+18
* Add admin guide * Move apis to design * Add master index as required by main doc project Issue-ID: CPS-447 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I6dbb562a8b4505768b5689f90375df6bb30803da
2021-09-10Create preliminary documentationBruno Sakoto13-255/+306
* Create documentation structure in docs folder * Move api specification to openapi folder Issue-ID: CPS-632 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Iec2f703e0d3fe019f89f48dd135c4f96af65c330
2021-08-19Validate controller input and provide expected responseRenu Kumari1-9/+7
- validate endpoint input - set default values if it is missing in the optional fields - used hateoas for previous and next record link generation - use service layer in controller layer Issue-ID: CPS-449 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: I7936cd9e8e7dead3b5650b421bb12f10d14ffa9b
2021-08-04Fetch data filtered by Search criteriaRenu Kumari1-6/+6
Implemented Service and repository layer Issue-ID: CPS-375 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: Iedac0e48b2391a60f3eb9ab710ccdff0c9185407
2021-07-23generating swagger-ui and controller interface using openapi.ymlRenu Kumari1-47/+66
Issue-ID: CPS-387 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: I3e9742407148efcb16d8d79411e4de6738796f86
2021-05-07Added openapiRenu Kumari1-0/+238
Issue-ID: CPS-251 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: I3afbd52836d85111ea45e3b19a467a2b6275e650