- Mar 17, 2022
-
-
Antoine R. Dumont authored
(pre-commit was complaining about the unused variable)
-
Jayesh authored
Removed python form Cypress tests
-
Jayesh authored
-
Jayesh authored
-
Jayesh authored
-
Antoine R. Dumont authored
This also fixes to use consistent url variable names.
-
- Mar 16, 2022
-
-
Jayesh authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Renamed form, tests are passing
-
-
Create seperate JS files; moved functions to respective pages they still need some improvement; Added FIXME tags
-
Replaced <b> tags with <strong>
-
-
Antoine R. Dumont authored
After the latest change to the api: - the 'request_id' field got renamed to 'id' - we no longer need the extra callback to map the result to list
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Added history in the view (basic/not styled) Added basic logic for mailto Removed unused code in JS
-
- Removed Django form and using HTML - Made HTML better with correct Ids and names - JS changes to show proper error message from server - Minor: Removed unused code from views (Python) - Made comment optional in the HTML (This is still mandatory in the API, to be fixed)
-
Antoine R. Dumont authored
This is for now duplicating client side the automation states. We'll see later how to avoid it.
-
Antoine R. Dumont authored
It takes less space
-
Antoine R. Dumont authored
Add bitbucket
-
Antoine R. Dumont authored
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
That's only listing created requests for now. Related to T3991
-
Add different screens for anonymous and logged in user Improve template style Related to T3987
-
Antoine R. Dumont authored
Created template, posting to API, Messages Related to T3987 Depends on D7311
-
Nicolas Dandrimont authored
-
Antoine Lambert authored
Before each test suite, cypress visits the root page to get some references on javascript objects used in tests. However the root page requests the costly /coverage endpoint to render the archive coverage widget. We do not need that widget to render for cypress tests so better mocking that request to an empty one to speedup each test suite startup.
-
Antoine Lambert authored
webpack-dev-server watches static files and will reload application in the browser when one of them is modified. However, we need to ignore sqlite3 database files used in development mode as any HTTP request that modifies the database will trigger an unexpected page reload.
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
- Mar 15, 2022
-
-
Antoine Lambert authored
Some cypress tests use input data generated before each test suite. Some of these data are retrieved by sending HTTP requests to the Software Heritage Web API, which can take some times, especially when repeating that processing before each test suite. So instead of sending those HTTP requests before each test suite, prefer to do it once and put the test data in global cache. Those data will then be set to test suite scope through the use of a custom cypress task.
-