- Jan 08, 2025
-
-
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.
-
Himanshu Kapoor authored
make function names insensitve See merge request !84
-
-
- Dec 31, 2024
-
-
Himanshu Kapoor authored
chore: remove unnecessary dev dependencies See merge request !83
-
Himanshu Kapoor authored
-
Himanshu Kapoor authored
chore(release): release v0.2.0 See merge request !82
-
Himanshu Kapoor authored
feat: add support for MRs in GLQL See merge request !81
-
Himanshu Kapoor authored
Introduce a `type` field and allow querying merge requests in GLQL. Supported fields to query for MRs include: label, created, updated, assignee, author, milestone, group, project, reviewer, approver, merger, state, merged, deployed, draft, environment.
-
- Dec 27, 2024
-
-
Himanshu Kapoor authored
fix(literals): throw error for unterminated quotes See merge request !80
-
Himanshu Kapoor authored
-
Himanshu Kapoor authored
Throw a parse failure for unterminated strings
-
Himanshu Kapoor authored
Feature/use of reference 2 See merge request !79
-
Himanshu Kapoor authored
parse_reference is now more generic, handling all kinds of references, taking a matcher and throwing an ErrorKind error if match fails
-
Himanshu Kapoor authored
-
-
Allow using reference sytnax for iterations. An iteration can be written as *iteration:12345, where 12345 is the iteration ID.
-
Allow using references in GLQL for labels. Examples include unquoted labels like ~frontend and quoted labels like ~"1st contribution".
-