- Feb 19, 2025
-
-
Himanshu Kapoor authored
chore(release): release v0.4.0 See merge request !107
-
Himanshu Kapoor authored
-
Himanshu Kapoor authored
feat: add support for includeSubgroups param See merge request !106
-
- Feb 18, 2025
-
-
Himanshu Kapoor authored
Display an error if includeSubgroup is incorrectly paired with a wrong field
-
- Feb 11, 2025
-
-
Himanshu Kapoor authored
-
- Jan 27, 2025
-
-
Himanshu Kapoor authored
Feature: AST to GLQL query string serializer See merge request !98
-
Himanshu Kapoor authored
-
- Jan 20, 2025
-
-
Dmitry Gruzd authored
chore(deps): update rust crate indexmap to 2.7.1 See merge request !102
-
🤖 GitLab Bot 🤖 authored
-
- Jan 16, 2025
-
-
Himanshu Kapoor authored
Fix/replace string error See merge request !100
-
For errors in the analyzer, we now throw an ErrorKind which ensures that error context is passed back to the stack. For parser errors, the error interface is simplified to remove generic types.
-
- Jan 15, 2025
-
-
Brett Walker authored
chore(deps): update rust crate wasm-bindgen to 0.2.100 See merge request !101
-
- Jan 12, 2025
-
-
🤖 GitLab Bot 🤖 authored
-
- Jan 08, 2025
-
-
Himanshu Kapoor authored
chore(release): release v0.3.2 See merge request !97
-
Himanshu Kapoor authored
feat: support state field for issues See merge request !96
-
Himanshu Kapoor authored
-
Himanshu Kapoor authored
feat: add support for typed lists See merge request !95
-
Himanshu Kapoor authored
-
- Jan 07, 2025
-
-
Himanshu Kapoor authored
Allow multiple values in the type field using the in operator, but do not allow merge requests in it.
-
Himanshu Kapoor authored
Lists now support having types. So you can no longer have numbers in a list that supports only strings.
-
- Jan 06, 2025
-
-
Himanshu Kapoor authored
chore(release): release v0.3.1 See merge request !94
-
- Jan 03, 2025
-
-
Himanshu Kapoor authored
refactor: clean up function tests See merge request !90
-
Salihu Dickson authored
-
Salihu Dickson authored
-
Himanshu Kapoor authored
Add structs for raw and valid queries See merge request !93
-
Jack Chapman authored
Improve type safety by enforcing that only validated parsed queries can be passed to the codegen module
-
Himanshu Kapoor authored
feat: support querying by ID See merge request !92
-
Himanshu Kapoor authored
chore(deps): update rust crate regex to 1.11 See merge request !91
-
🤖 GitLab Bot 🤖 authored
-
Himanshu Kapoor authored
Add support for querying by ID in issues, MRs and work items. Also add support for querying MRs by a list of reviewers and approvers.
-
Himanshu Kapoor authored
feat: fields functions transformer See merge request !88
-
Add a transformer to handle fields functions. This applies to the JSON data received from the GraphQL endpoint.
-
- Jan 02, 2025
-
-
Himanshu Kapoor authored
chore(release): release v0.3.0 See merge request !89
-
Himanshu Kapoor authored
feat: add support for work item types See merge request !87
-
Himanshu Kapoor authored
Add support for work item types using the type parameter. Supported types include: Issue, Incident, Requirement, TestCase, Task, Ticket, Objective, KeyResult, Epic and MergeRequest.
-
Himanshu Kapoor authored
refactor(types): simplify field types See merge request !86
-
Himanshu Kapoor authored
Instead of having multiple list types, have a single list type that takes a relationship type as a paramter. And for strict types, unify them into a recursive Strict type.
-