spdx-online-tools
spdx-online-tools copied to clipboard
Source for the website providing online SPDX tools
Since the license request and license namespace section of the SPDX online tools is quite similar in functionality. Both of these section provides the user the ability to submit license...
` driver.find_element_by_id('unarchive_button' + str(archive_license_obj.id)).click() driver.find_element_by_id('confirm_unarchive').click() self.assertEquals(LicenseRequest.objects.get(id=archive_license_obj.id).archive, False) if driver.find_element_by_id('unarchive_button' + str(archive_license_obj.id)): driver.find_element_by_id('unarchive_button' + str(archive_license_obj.id)).click() driver.find_element_by_id('confirm_unarchive').click() self.assertEquals(LicenseRequest.objects.get(id=archive_license_obj.id).archive, False) else: pass` The archive request feature is available only for those who are...
Programmatic access could put a substantial load on the service if multiple requests are made with high frequency. Suggest an enhancement to govern the rate at which requests from the...
This can be a small step towards #4 .
- Added a "Visual Editor" tab to the nav bar. - Embedded "dots" in an iframe. - Wrapped "block1" with a "dots" block so the iframe could stretch the entire...