forked from MrRefactoring/jira.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: coderabbitai/jira.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: MrRefactoring/jira.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 1,014 files changed
- 4 contributors
Commits on Jan 9, 2025
-
Release: v4.0.6 (MrRefactoring#349)
* MrRefactoring#347: resolve file upload issues with ReadableStream and Readable in Node.js (MrRefactoring#348) * Changelog added for v4.0.6
Configuration menu - View commit details
-
Copy full SHA for 4dc5acb - Browse repository at this point
Copy the full SHA 4dc5acbView commit details
Commits on Mar 3, 2025
-
Release: v4.1.0 (MrRefactoring#346)
* Version 3 simple updates * CHANGELOG updated * New API classes added to version3 client * `Avatar.storeAvatar` method fixed * Few increment improvements * Few incremental improvements * Few incremental improvements * Few incremental improvements * Few incremental improvements * Few incremental improvements * Feature/MrRefactoring#354 deprecation of jql search and evaluate expression endpoints (MrRefactoring#355) * chore: Vulnerability fix `npm fix audit` * chore: fix error when running vitest RangeError: options.minThreads and options.maxThreads must not conflict Fixed by adding `--minWorkers=8` to `test:unit` in package.json * test: define unit test for v3 enhanced search * feat: implement v3 enhanced search * chore: fix broken anchor * test: define unit test for v2 enhanced search * feat: implement v2 enhanced search * chore: fix typo in v2 * chore: fix wrong interface name * test: define unit test for v3 jiraExpressions Only implemented unit test for the newly added function evaluateJiraExpressionUsingEnhancedSearch() * feat: implement v3 jiraExpressions Implemented new function evaluateJiraExpressionUsingEnhancedSearch() * test: define unit test for v2 jiraExpressions Only implemented unit test for the newly added function evaluateJiraExpressionUsingEnhancedSearch() * feat: implement v2 jiraExpressions Implemented new function evaluateJiraExpressionUsingEnhancedSearch() * chore: change minWorkers to 1 for vitest --------- Co-authored-by: Vladislav Tupikin <[email protected]> * Few incremental improvements * Few incremental improvements * Few incremental improvements * The latest Jira Cloud API changes pulled * Build fixes * Plans.updatePlan refined * Wrong types for projectId (MrRefactoring#356) * fix: accept number for all projectIdOrKey * fix: accept string for projectId `projectId` is `int64` on Jira API. The API accepts both number string and number. * fix: duplicate key * fix: CreateProjectAvatar discrepancy * CHANGELOG.md updated * Add new API in `Version2Client` (MrRefactoring#357) * Add boilerplate for new API in Version2Client * Check and apply changes in Version3Client to Version2Client (MrRefactoring#359) * fix: build error * chore: update unit test * fix: missing failFast in SearchAndReconcileRequest * fix: improvement to updateComment Forgot to clone the same improvement as addComment. * feat: v2 IssueBulkOperations * fix: apply the same improvement to v2 prioritySchemes * chore: remove unused import * fix: apply the same improvement as v3 `ProjectKeyAndNameValidation.getValidProjectName` from `unknown` to `string` for improved type safety and usability. * fix: Apply the same fix as v3 Improvement: Added the avatarId parameter to the IssuePriorities.createPriority method. This parameter will replace iconUrl starting March 16, 2025. The iconUrl parameter is now marked as deprecated. * fix: apply the same fix as v3 Improvement: Added the avatarId parameter to the IssuePriorities.updatePriority method. This parameter will replace iconUrl starting March 16, 2025. The iconUrl parameter is now marked as deprecated. * fix: apply the same fix as v3 Fix: Improved the Avatars.storeAvatar method * fix: apply the same fix as v3 Fix: Improved the IssueTypes.createIssueTypeAvatar method * fix: apply the same deprecation notes as v3 * fix: align v3 naming to v2 issueSearch and jiraExpression with enhanced search * Update readme.md 1. moved API token like to API token section 2. added description and link to PAT 3. moved Basic auth to bottom as it's the least preferred way to auth * fix: rollback changes on v2 Copied v3 feat to v2 by mistake * Update src/version2/parameters/getAvailableTransitions.ts add number support to issue ids or keys Co-authored-by: Vladislav Tupikin <[email protected]> * Update src/version2/parameters/getBulkEditableFields.ts add number support to issueIdsOrKeys Co-authored-by: Vladislav Tupikin <[email protected]> * fix: startAt and maxResults should be number * fix: wrong link to v3 in version 2 * fix: incorrect version in anchor * fix: revert changes on adding v3 only model * Update src/version3/parameters/searchWorkflows.ts Co-authored-by: Vladislav Tupikin <[email protected]> * Update src/version3/parameters/searchWorkflows.ts Co-authored-by: Vladislav Tupikin <[email protected]> * chore: revert changes on README.md move it to another PR * fix: update *DTO in v3 --------- Co-authored-by: Vladislav Tupikin <[email protected]> * `bulkFetchIssues` returned back for version2 client * Clients added to Version2Client * Clients added to README.md * Integration test fixes * Build fix * Fixes * Incremental improvements * Incremental improvements --------- Co-authored-by: Ness Li <[email protected]> * Unused code removed * Incremental improvements --------- Co-authored-by: Ness Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a099929 - Browse repository at this point
Copy the full SHA a099929View commit details
Commits on Mar 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 315e368 - Browse repository at this point
Copy the full SHA 315e368View commit details
Commits on Apr 5, 2025
-
* v4.1.1 - **Fix:** Fixed compilation issues for projects using the `Plans.updatePlan` method in `Version3Client`. Thanks to Jakub Gladykowski ([gladykov](https://github.com/gladykov)) for reporting this issue ([MrRefactoring#370](MrRefactoring#370)). - **Improvement:** Added `string` type support for the `projectId` property in the `Version` model for `Version3Client`. Thanks to Carl Fürstenberg ([azatoth](https://github.com/azatoth)) for suggesting this improvement ([MrRefactoring#371](MrRefactoring#371)). * projectId marked as optional
Configuration menu - View commit details
-
Copy full SHA for ee5a12d - Browse repository at this point
Copy the full SHA ee5a12dView commit details -
- **Fix:** Fixed compilation issues for projects using the `Plans.updatePlan` method in `Version3Client`. Thanks to Jakub Gladykowski ([gladykov](https://github.com/gladykov)) for reporting this issue ([MrRefactoring#370](MrRefactoring#370)). - **Improvement:** Added `string` type support for the `projectId` property in the `Version` model for `Version3Client`. Thanks to Carl Fürstenberg ([azatoth](https://github.com/azatoth)) for suggesting this improvement ([MrRefactoring#371](MrRefactoring#371)).
Configuration menu - View commit details
-
Copy full SHA for 8637655 - Browse repository at this point
Copy the full SHA 8637655View commit details
Commits on Apr 14, 2025
-
* Set Content-Type in issueBulkOperations.submitBulkTransition to work around api issue (MrRefactoring#375) * Set Content-Type in issueBulkOperations.submitBulkTransition to work around api issue. Fixes MrRefactoring#374 * Fix test typescript build * Add getAvailableTransitions tests * v4.1.3 * Changelog updated --------- Co-authored-by: Michael "Mike" Ferris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30a5bf9 - Browse repository at this point
Copy the full SHA 30a5bf9View commit details
Commits on Apr 29, 2025
-
* chore: update readme Co-authored-by: Ness Li <[email protected]> * add esm support * Using builtin formdata (nodejs + browsers) * CI/CD improvements * Docs generation fixes * Exports clarification --------- Co-authored-by: Ness Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4b381e - Browse repository at this point
Copy the full SHA f4b381eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...master