Tags: Stack8/github-zenhub-sdk
Tags
Issue #18012 - Port ZenHub REST API calls to Java (PR #10) * Update schemas * Add setEstimate * Add GetRelease * Add AddIssuesToRelease * Rename AddIssuesToRelease * Add RemoveIssuesFromReleases * Add GetIssueEvents * Add CreateRelease * Add getEpicsForRepository * Fix warnings * Add getMilestone * Add setMilestoneStartDate * Paginate getIssueEvents * Adjust addIssuesToRelease and removeIssuesFromRelease to return Release * Paginate getEpicsForRepository * Remove unnecessary semi-colon * Add pagination to getRelease * Create getEpicIssues * Adjust query getEpicsForRepository * Add getPipelines * Add estimate to getIssuesByPipeline query * Add config for graphql plugin * Update schema * Formatting * Remove unnecessary semi-colon * Bump up version * Bump up version * Adjust getRelease * Random change to try to make jitpack work * Change release issue IDs type to Set * Fix compilation issue * Adjust some types * Change some list to set * Adjust some issue queries to get release id * Adjust setEstimate to be able to remove estimate * Add query to get issues by IDs * Adjust types * Adjust GetEpicsForRepositories.graphql * Adjust GetMilestone * Adjust setMilestoneStartDate * Adjust GetEpicIssues.graphql * Change GetEpicIssues to GetEpicById * Adjust Pipeline * Configure apollo to map JSON to string * Add adapter for JSON custom scalar * Change version to 3.0.0 due to breaking changes * Improve GetEpicsForRepositories * Improve GetReleases
Issue #18578 - Refactor project and scrumban classes to ensure they c… …onform to domain modelling patterns (PR #11) * Make queries for Issue objects consistent * Change configuration to read Sonatype creds from environment variables * Make queries consistent again * Switch back to JitPack * Attempt to fix toolchain issue * Add toolchain config * Empty commit to trigger build * Add query to remove issues from sprints * Add query to retrieve all sprints from a workspace * Tweak pipeline query to make it easier on client
PreviousNext