- Jul 11, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.0.396' with Debian dir b0d539db79f003c3c6bbaacb376a406d34f3a263
-
Antoine Lambert authored
-
Antoine Lambert authored
The banner will be displayed on archive.softwareheritage.org and softwareheritage.org.
- Jul 07, 2022
-
-
vlorentz authored
This imports the content of this PR to upstream: https://github.com/untitaker/pytest-subtesthack/pull/7
-
vlorentz authored
Using older versions works for passing tests, but assertion failures cause a very obscure traceback on teardown
-
vlorentz authored
For some reason it is not an issue within tox; but mypy has been bugging me about this for a while.
-
- Jul 06, 2022
-
-
Antoine Lambert authored
-
- Jun 30, 2022
-
-
Antoine Lambert authored
-
Antoine Lambert authored
Web API should be as dumb as possible and should not attempt to lookup an origin with and without trailing slash in its URL. rDWAPPS56fb869644ad45e0648f4ad45c07619d468019b4 introduced that regression but that process should only be performed in a Web UI context. Related to D7980
-
Antoine Lambert authored
djangorestframework-stubs 1.7.0 pin mypy to > 0.950 in its requirements, thus the mypy pinning to 0.942 in tox.ini is no longer respected and mypy 0.961 is used when running tox, leading to new typing errors. So ensure mypy 0.942 is used until we bump mypy version used by swh.
-
- Jun 20, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.0.395' with Debian dir fea24c88812f5315b78b4de6e1dcd7d2f6e4580f
-
Antoine Lambert authored
rDWAPPSb54d930bed54cb0a87078952cfbb3bb621290eb3 turned the from_query_string and to_query_string parameters mandatory but they can be empty in that case (when a file is added in a revision for instance).
- Jun 16, 2022
-
-
Antoine Lambert authored
Cypress use a default key press delay of 10ms which significantly slow downs e2e tests when typing a long string in an input element. So override the type command to remove that delay. Locally, overall cypress tests execution is reduced by one minute (from 6m36 to 5m37).
-
Antoine Lambert authored
-
- Jun 13, 2022
-
-
Antoine Lambert authored
When rendering a markdown README coming from a github origin, use showdown github flavor in order to enable HTML rendering options specific to github (header id format for instance).
-
Jenkins for Software Heritage authored
Update to upstream version '0.0.394' with Debian dir f780b291ad80297bf32a4980012a1b26a1d75858
-
Antoine Lambert authored
-
Antoine Lambert authored
idx_storage.origin_intrinsic_metadata_get does not return the same dict fields according to the swh-indexer version used. As swh-indexer 2.0.0 is not yet deployed in production, we must ensure backward compatibility with swh-indexer 1.x or the Web API endpoint /origin/metadata-search/ will break.
-
Antoine Lambert authored
It prevents possible issues in URL generation when providing a query parameter that is not of string type. See for instance bug fixed in rDWAPPS1c512a8365afb9485e9ac202046fd1ca4223a3c4 that could have been spotted by mypy if such rule was in place.
-
- Jun 09, 2022
-
-
Antoine Lambert authored
Because parameters of view functions for browse web application were not typed, mypy was not processing the body of those functions and thus typing errors could be missed. So add typing to these function signatures and fix new mypy errors now new code is processed.
-
- Jun 08, 2022
-
-
Antoine Lambert authored
Because parameters of Web API view functions were not typed, mypy was not processing the body of those functions and thus typing errors could be missed. So add typing to these function signatures and fix new mypy errors now new code is processed.
-
- Jun 07, 2022
-
-
Antoine Lambert authored
Promise was returned instead of the expected asynchronous result which was causing issues when submitting save code now requests.
-
Antoine Lambert authored
OriginIntrinsicMetadataRow API has changed: from_revision parameter has been replaced by from_directory one.
-
- Jun 03, 2022
-
-
Antoine Lambert authored
Cypress 10 introduced some breaking changes related to configuration file and test files naming convention. Fortunately, its migration tool worked like a charm, all impacted files were renamed and updated in three clicks.
-
Jenkins for Software Heritage authored
Update to upstream version '0.0.393' with Debian dir 210d15d4782d84d043e863138b37436568ae0fda
-
- Jun 02, 2022
-
-
Antoine Lambert authored
Some tests became flaky since the latest hypothesis release so reduce the number of examples to make them pass again.
-
Antoine Lambert authored
-
- Jun 01, 2022
-
-
Antoine Lambert authored
-
Antoine Lambert authored
-
- May 23, 2022
-