aboutsummaryrefslogtreecommitdiffstats
path: root/3rd_party/static/onap-ui
AgeCommit message (Collapse)AuthorFilesLines
2019-10-14Merge "Update Portal Meta Description"Dan Xu1-1/+1
2019-10-14Merge "Update VNF and NFVI Badges"Dan Xu1-0/+0
2019-10-14Merge "Update Color Scheme for NFVI Portal"Dan Xu1-2/+2
2019-09-02Merge "API validation only for NFVI and gets from results.json"Dan Xu1-2/+0
2019-08-29Update portal to get portal_key_file from results.jsonxudan1-16/+46
Change-Id: I210a9c240b720e3367134112ad2cdb5c3fdeffe0 Signed-off-by: xudan <xudan16@huawei.com>
2019-08-21API validation only for NFVI and gets from results.jsonxudan1-2/+0
Change-Id: Ia84d67098d7fc2f5e8da88900a2a8846f718f085 Signed-off-by: xudan <xudan16@huawei.com>
2019-05-09Merge "Update Support Email Address"Dan Xu1-1/+1
2019-05-09Merge "Add License for Dovetail webportal"Dan Xu22-1/+199
2019-05-06Update Support Email AddressTrevor Bramwell1-1/+1
The suport email address has moved from verified@opnfv.org to ovp-support@lfnetworking.org as the portal has moved to the lfnetworking.org domain. Change-Id: I9fe1a885538b8c5f27debeea86072d6870e1fac9 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2019-05-03Merge "Bug fix for ONAP/OVP portals"Panagiotis Karalis3-6/+40
2019-04-29Add License for Dovetail webportalxudan22-1/+199
Add license for all files in this repo except following: 1. all .png, .gif and .json files 2. all empty __init__.py files 3. MANIFEST.in 4. .htmllintrc 5. node-requirements.txt 6. update/README.md 7. opnfv_testapi/ui/auth/rsa.pem 8. opnfv_testapi/tornado_swagger/README.md 9. 3rd_party/static/testapi_ui/favicon.ico 10. 3rd_party/static/onap_ui/favicon.ico Change-Id: I6329d09b67cdafaa545cea7894e5edf3466d0009 Signed-off-by: xudan <xudan16@huawei.com>
2019-04-24Bug fix for ONAP/OVP portalsPanagiotis Karalis3-6/+40
During portal review, some errors have been noticed and fixed. - 'no role', In the 'My Results' page are displayed also results from other users. - 'user,reviewer' role, In the 'My Results' page are appeared all results and not only for the current user. - 'administrator' role, The applications are not appeared in the application page - 'reviewer' role, Reviewers cannot submit votes and after few seconds a 'time out' is received. Change-Id: Ia9bc3c4fdcac1b37ac03adff64ff689ca2428c0f Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2019-04-18Merge "Update and add some hyperlinks"Dan Xu1-3/+5
2019-04-15Update the behavior of roles for OVP/ONAP portalsPanagiotis Karalis3-13/+49
The behavior of portals' roles are updated according to CVC decisions. The behavior will be: * no roles - the person can upload results and share results to other users, but can not submit an application/results for review * "user" role - the person can submit the application/results fore review. To have this role, the person MUST have signed the participation agreement through docusign. * "reviewer" role - the person can see applications / results submitted to review, and can vote (+1 / -1) on those results as part of the review process. Votes are recorded. * "admin" role - the person can approve applications for public listing, etc. Final gatekeeper for the website, etc. Responsible to ensure processes are followed, etc. Change-Id: Ieca55725378c85f544eeea4390046bae456ee1a3 Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2019-04-10Fixing bug related to the ONAP results pagePanagiotis Karalis1-1/+2
If anyone without access (i.e. without 'user' role in the profile) tries to connect at 'user_results' page, no permissions to upload new results should be granted. Change-Id: Ice7418c16fe1fcff7133eca537b10f4f05a3e491 Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2019-04-10Update and add some hyperlinksxudan1-3/+5
Change-Id: Ib16e2804475b4271a6810c69eac4f1a5f1e3c41a Signed-off-by: xudan <xudan16@huawei.com>
2019-04-03Update Color Scheme for NFVI PortalTrevor Bramwell1-2/+2
This matches the changes to the VNF portal with a change from the green/teal color to blue. Change-Id: Id3bf0d8fd70ec1e00f178742191586de76123603 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2019-04-03Update VNF and NFVI BadgesTrevor Bramwell1-0/+0
The color scheme changed on the VNF badge, and the NFVI badge had extra space around the image. Change-Id: I97933932d4c8aab0ec49fda1ab6a2b1d79167957 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2019-04-03Update Portal Meta DescriptionTrevor Bramwell1-1/+1
The description in the VNF and NFVI portal's meta tag is updated to reflect their content. This should help distinguish them when posting links and finding them in search engine results as the meta description is displayed to provide context. Change-Id: I5c6ecf1847ed6036360ed9a1a16132ef66bba666 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2019-04-01Portal updates for VNF LaunchTrevor Bramwell8-77/+62
Moves some of the Workflow and Governance links into the body of the home page, and removes those sections from the sidebar. Updates the header, logos, and badge used. Links to OVP overview updated to point to latest documentation, not stable-fraser as this includes the VNF testing instructions. Change-Id: Iceea0e24afc57ed3919a36cf2844717be455e238 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2019-03-20Enable Web Portal for ONAP resultspkaralis42-0/+8264
The web portal needs to be able to read test results of the ONAP compliance program and display them. In order for the above goal to be achieved, the following two parts should be impacted: 1- A new front-end should be prepared in order to handle and display the results 2- The REST API should be extended in order to support the aforementioned operation. JIRA: DOVETAIL-669 Change-Id: I36bbb6e602a67020d7e27aedbfc776f5cf4f3dc3 Signed-off-by: pkaralis <pkaralis@intracom-telecom.com> Co-Authored-By: Stamatis Katsaounis <mokats@intracom-telecom.com>