- Mar 26, 2025
-
-
Antoine Lambert authored
Calling that method with a single hash is no longer allowed.
-
- Feb 17, 2025
-
-
Antoine Lambert authored
-
Antoine Lambert authored
Bump development tools: mypy, codespell, isort, ... Move all tools configuration in pyproject.toml. Remove no longer needed mypy overrides.
-
- Jan 13, 2025
-
-
Antoine Lambert authored
-
- Aug 30, 2024
-
-
Antoine Lambert authored
-
Antoine Lambert authored
-
- Aug 27, 2024
-
-
David Douard authored
-
- Jul 23, 2024
-
-
Antoine Lambert authored
Fix broken tests due to the introduction of the ModelObjectType enum.
-
- May 15, 2024
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
- Apr 29, 2024
-
-
Antoine Lambert authored
-
- Mar 29, 2024
-
-
David Douard authored
-
- Mar 27, 2024
-
-
vlorentz authored
This is going to happen in the near future
-
- Mar 26, 2024
-
-
Antoine Lambert authored
Since the release of pytest 8.1, some pytest options are no longer needed and editable install can be used when running tests using tox. As the --import-mode=importlib option is removed, this requires to move the conftest.py file at the root of the repository to avoid import errors when running tests.
-
- Feb 19, 2024
-
-
Antoine Lambert authored
-
- Feb 05, 2024
-
-
Antoine Lambert authored
Related to swh/meta#5075.
-
- Jan 15, 2024
-
-
Antoine Lambert authored
Since migration to PEP 517, executing "make test" or "pytest" in the root directory of the graphql package triggers the following error: ModuleNotFoundError: No module named 'swh.graphql.resolver_factory' Explicitly setting the testpaths option in pytest.ini and TEST_DIRS variable in Makefile.local to swh/graphql/tests fix the issue.
-
- Dec 07, 2023
-
-
Jayesh authored
-
- Dec 03, 2023
-
- Dec 01, 2023
-
- Nov 29, 2023
-
-
David Douard authored
-
- Nov 20, 2023
-
-
David Douard authored
It should be at the root of the repo and there was a mixed up md->rst symlink.
-
- Nov 15, 2023
-
-
Jayesh authored
-
- Oct 17, 2023
-
-
Jayesh authored
- Skip sending the duplicate Ariadne error (GraphQLError) - send only the unhandled errors to sentry
-
- Oct 13, 2023
-
-
Jayesh authored
-
- Oct 12, 2023
-
-
Jayesh authored
- Non integer arguments for after (in local pagination) - Missing item cursor implementations
-
- Oct 11, 2023
-
-
Antoine Lambert authored
It enables better error reporting for GraphQL by attaching request and response data in sentry report. Related to #4667.
-
- Aug 29, 2023
-
- Aug 23, 2023
-
-
Jayesh authored
-
- Aug 21, 2023
- Aug 11, 2023
- Aug 10, 2023
-
-
Jayesh authored
- Use the new storage method - Resolve to final branch target only on alias
-
- Jul 28, 2023
-
- Jul 20, 2023
-
-
Antoine Lambert authored
-
- Jul 07, 2023
-
-
David Douard authored
It now needs types-click which is indeed a dependency of swh.core[testing].
-
- Jul 04, 2023
-
-
Jayesh authored
-
Antoine Lambert authored
When the GraphiQL UI has not been initialized yet, add default tabs containing the sample GraphQL queries for SWH. These default tabs can be restored by clearing the cache from the settings dialog and refreshing the explorer.
-