Rohit Lodha
Rohit Lodha
@goneall Which code needs to be updated? I think only Github configuration needs to be changed.
As @goneall pointed out above, we can have a github action/script on spdx-license-xml repo that calls an api on spdx-online-tools production/internal server. This can be called on specific files of...
Yes @BassCoder2808 , you are on the right path. The github workflow should run only for new license/exception request and call the create license api on the spdx production server...
@tjasmith Also, write tests to check whether this modal is actually shown or not. You can use selenium to automate these requests.
@tjasmith In the test, you should send 100 request from selenium(either one by one or a bunch of them in parallel [In different tabs/windows of the browser]). The test you...
@ekongobie Good. i found one more issue in this - When the input box is selected (which is by default) and then we click on the popover button, it doesn't...
This was introduced after https://github.com/spdx/spdx-online-tools/pull/154 got merged and has already been raised at https://github.com/spdx/spdx-online-tools/issues/177 @anshuldutt21 Would you please fix this? Looks like if..else won't work. You would have to use...
@nishantc7 Can you check the output html from selenium? If selenium is not able to find, most likely either the page is not detecting signed in and showing the default...
@Ugtan I think we should be good. Having extra columns in sql is fine. We don't expect to have a lot of these. Keeping a separate repo is quite a...
Yeah, the automated testing state is in very bas shape right now. Some tests don't even finish locally due to jpypy getting stuck. Also, tests hardly covers all the cases...