Addressing review comments
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
May 25 2022
May 25 2022
May 24 2022
May 24 2022
jayeshv committed rDGQL0cabd8ee94b7: Add a schema type for handling binary strings (authored by jayeshv).
Add a schema type for handling binary strings
Remove unused exception
May 23 2022
May 23 2022
May 20 2022
May 20 2022
Addressing review comments
Remove unused code
May 19 2022
May 19 2022
Rebase
jayeshv committed rDGQLd5010fd75f6f: Use swhid instead of SWHID in the schema fields (authored by jayeshv).
Use swhid instead of SWHID in the schema fields
Addressing review comment; change swhid to SWHID in doc strings
May 18 2022
May 18 2022
Add copyright text to source files
Add first set of functional tests
Changed import order
addressing review comments
May 16 2022
May 16 2022
Removed unused libs from mypy config
jayeshv added a parent task for T3405: GraphQL apis for SWH: T4083: New public API (GraphQL + thin layer).
jayeshv added a parent task for T3984: Structure and design for swh-graphql: T4083: New public API (GraphQL + thin layer).
jayeshv added a parent task for T4103: Setup a staging environment for GraphQL APIs: T4083: New public API (GraphQL + thin layer).
jayeshv added a parent task for T3932: Define a GraphQL schema: T4083: New public API (GraphQL + thin layer).
jayeshv added a subtask for T4083: New public API (GraphQL + thin layer): T3932: Define a GraphQL schema.
May 13 2022
May 13 2022
Inline documentation for the schema
May 10 2022
May 10 2022
jayeshv committed rDDOCa82aaf7215d0: Allocate port 5013 for the GraphQL service (authored by jayeshv).
Allocate port 5013 for the GraphQL service
rebase
Removed unnecessary docs; added example for visit type
May 9 2022
May 9 2022
LGTM
May 6 2022
May 6 2022
Addressing review comments
jayeshv retitled D7750: Inline documentation for the schema from Doc strings for the GraphQL schema to Inline documentation for the schema.
jayeshv added a revision to T3932: Define a GraphQL schema: D7750: Inline documentation for the schema.
String corrections
May 5 2022
May 5 2022
jayeshv committed rDGQL4a86cd54146b: Makefile and tox changes for swh-environment (authored by jayeshv).
Makefile and tox changes for swh-environment
May 4 2022
May 4 2022
Add docs folder for the project
Add GraphQL service to SWH environment
jayeshv committed rDGQL5b98a5d7aa2b: Remove HashValue scalar and replace them with String. (authored by jayeshv).
Remove HashValue scalar and replace them with String.
jayeshv committed rDGQL881bee1066a6: Rename SWHNode to MerkleNode in the schema (authored by jayeshv).
Rename SWHNode to MerkleNode in the schema
jayeshv committed rDGQLb15edc57263b: Add config-file-name environment variable in the Makefile (authored by jayeshv).
Add config-file-name environment variable in the Makefile
Use swh-storage in docker
May 3 2022
May 3 2022
Add support for config files
May 2 2022
May 2 2022
jayeshv committed rDGQL53331d37f82c: Move asgi and wsgi modules to the root level. Change docker-compose and (authored by jayeshv).
Move asgi and wsgi modules to the root level. Change docker-compose and
Remove targetHash attribute from schema
Apr 29 2022
Apr 29 2022
Type hints for resolvers module
Apr 28 2022
Apr 28 2022
jayeshv committed rDGQLa51edbde30b0: Replace possible Sha1-git fields with SWHID (authored by jayeshv).
Replace possible Sha1-git fields with SWHID
jayeshv committed rDGQL4de1443d3db0: Refactoring: Override String scalar type to serialize bytes (authored by jayeshv).
Refactoring: Override String scalar type to serialize bytes
jayeshv committed rDGQL436defef071d: Refactoring: Using SWHID instead of Sha1 (authored by jayeshv).
Refactoring: Using SWHID instead of Sha1
Apr 27 2022
Apr 27 2022
Remove unnecessary datetime scalar
jayeshv committed rDGQL221b39320482: Make sure Snapshot and Directory objects are available in the DB (authored by jayeshv).
Make sure Snapshot and Directory objects are available in the DB
jayeshv committed rDGQLf91f22f23297: Change resolvers to use the QualifiedSWHID object instead of Sha1 (authored by jayeshv).
Change resolvers to use the QualifiedSWHID object instead of Sha1
Apr 26 2022
Apr 26 2022
jayeshv committed rDGQL4bc9a5feb785: Update schema and resolvers to use SWHID instead of Sha1 (authored by jayeshv).
Update schema and resolvers to use SWHID instead of Sha1
jayeshv committed rDGQLb0b388d0a6fe: Use SWHID instead of Sha1 for getting a content (authored by jayeshv).
Use SWHID instead of Sha1 for getting a content
Apr 22 2022
Apr 22 2022
jayeshv committed rDGQL22e19f5c8d4f: Add explicit type check on revision date field (authored by jayeshv).
Add explicit type check on revision date field
Apr 21 2022
Apr 21 2022
jayeshv committed rDGQLf0b5da568573: Move the origin list and search bifurcation logic to the archive module (authored by jayeshv).
Move the origin list and search bifurcation logic to the archive module
Apr 20 2022
Apr 20 2022
jayeshv committed rDGQLa7f292fc070d: Add SnapshotId field to the visit-status object (authored by jayeshv).
Add SnapshotId field to the visit-status object
jayeshv committed rDGQLa2b3d502d012: Add possible snapshot branch types to the schema (authored by jayeshv).
Add possible snapshot branch types to the schema
Remove explicit sha1 conversion
jayeshv committed rDGQLda8e1ff52a92: Add 'name include' filter to snapshot branches (authored by jayeshv).
Add 'name include' filter to snapshot branches
Add revision log to the schema
jayeshv committed rDGQL2136492e4291: Convert datetime in response to isoformat (authored by jayeshv).
Convert datetime in response to isoformat
Remove unnecessary code
Apr 19 2022
Apr 19 2022
Add input type validation for Sha1_git
jayeshv committed rDGQL939aac5b1433: Make first argument mandatory for some connections (authored by jayeshv).
Make first argument mandatory for some connections
Add URL pattern filtering for origins
jayeshv committed rDGQLef5c86843b23: Add TODO for fixes needed in swh.storage (authored by jayeshv).
Add TODO for fixes needed in swh.storage
Remove unnecessary comments from schema
Add snapshots field to the origin type
jayeshv committed rDGQL2d71d937a7e0: Refactoring: Rename schema field visit to vistId (authored by jayeshv).
Refactoring: Rename schema field visit to vistId
jayeshv committed rDGQL90737453d8b7: Add latest-status field to the visit type (authored by jayeshv).
Add latest-status field to the visit type
jayeshv committed rDGQL91dc04309329: Add latestvisit field to the Origin type (authored by jayeshv).
Add latestvisit field to the Origin type
Apr 15 2022
Apr 15 2022
jayeshv committed rDGQLedcc0eed41da: Unit tests for utils and associated re-factoring (authored by jayeshv).
Unit tests for utils and associated re-factoring
Add pytest-mock requirement for tests
jayeshv committed rDGQLeb0778988769: Unit tests: add unit tests for resolver functions (authored by jayeshv).
Unit tests: add unit tests for resolver functions