Commit cb3b753
Release: v4.1.0 (#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/#354 deprecation of jql search and evaluate expression endpoints (#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 <MrRefactoring@yandex.ru>
* 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 (#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` (#357)
* Add boilerplate for new API in Version2Client
* Check and apply changes in Version3Client to Version2Client (#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 <MrRefactoring@yandex.ru>
* Update src/version2/parameters/getBulkEditableFields.ts
add number support to issueIdsOrKeys
Co-authored-by: Vladislav Tupikin <MrRefactoring@yandex.ru>
* 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 <MrRefactoring@yandex.ru>
* Update src/version3/parameters/searchWorkflows.ts
Co-authored-by: Vladislav Tupikin <MrRefactoring@yandex.ru>
* chore: revert changes on README.md
move it to another PR
* fix: update *DTO in v3
---------
Co-authored-by: Vladislav Tupikin <MrRefactoring@yandex.ru>
* `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 <nessgor@users.noreply.github.com>
* Unused code removed
* Incremental improvements
---------
Co-authored-by: Ness Li <nessgor@users.noreply.github.com>1 parent bd278f6 commit cb3b753
File tree
16 files changed
+1
-846
lines changed- src
- services/authenticationService
- version2
- models
- version3
- models
- parameters
- tests/unit
- services
- version3
16 files changed
+1
-846
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | 97 | | |
137 | 98 | | |
138 | 99 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 23 | | |
28 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | 466 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | 342 | | |
0 commit comments