- Aug 16, 2022
-
-
Jayesh authored
Added a new entrypoint called searchSwhid. Search using a valid SWHID will return a searchresult connection. The list will have a single object in most of the cases, but could return multiple items. Result object will be available in the target field. Related to T4263
-
- Jul 20, 2022
-
-
Antoine R. Dumont authored
The actual image should be built out of the swh-apps:/apps/swh-charts repository. Related to T4135
-
Antoine R. Dumont authored
which is a noop Related to T4135
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related to T4135
-
Antoine R. Dumont authored
Related to T4135
-
- Jul 01, 2022
-
-
Jayesh authored
Remove unnecessary functions in base_connection; properties can be overridden directly in the sub class Related to T4261
-
- Jun 24, 2022
-
-
Jayesh authored
- Drop the __call__ function from base resolvers - Rename unused schema fields to use python convention - Improve doc strings
-
- Jun 17, 2022
-
-
Jayesh authored
Add a get_branches function that can be used by test functions to query snapshot branches with variable parameters. Add a utility funtion to build query params string from arguments. Change origin connection test to use the new utility function
-
- Jun 16, 2022
- Jun 15, 2022
- Jun 14, 2022
- Jun 09, 2022
-
-
Jayesh authored
-
- Jun 08, 2022
-
-
Jayesh authored
A branch target can be a snapshot, alias, revision, release, content or a directory. This commit adds support for Snapshot, Content and Directory objects. Related to T4309
-
- Jun 07, 2022
-
-
Jayesh authored
-
- Jun 03, 2022
- Jun 02, 2022
-
-
Jayesh authored
Add type hints for parent objects in a resolver Related to T4261
-
- May 31, 2022
- May 25, 2022
- May 20, 2022
-
-
Jayesh authored
A type with two fields, text and base64, is returned for every binary string. Any decode error in the text field will be ignored.
-
- May 19, 2022
-
-
Jayesh authored
Related to: T4261
-
- May 18, 2022
- May 13, 2022
-
-
Jayesh authored
Related to T3932
-
- May 09, 2022
-
-
Pratyush authored
-
- May 05, 2022
-
-
Antoine Lambert authored
Dependencies should be pinned only when required to avoid issues in other swh modules when installing full swh environment.
-
Antoine Lambert authored
-
Jayesh authored
-
- May 04, 2022
-
-
Jayesh authored
-