Commit 128b2c8
Introducing sort-by option (#1254)
* sort-issues-by introduced
* action.yml updated
* pushing the build code
* Update action.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update README.md for the new parameter (sort-issues-by)
* minor text format changes in README.md
* final draft of sort-issues-by
* Update src/interfaces/issues-processor-options.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/classes/issues-processor.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* refactored the code
* test
* test
* final changes
* update in README.md
* Documentation update
* updated sort-issues-by to sort-by
* minor changes
* dist fixes
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent f78de97 commit 128b2c8Copy full SHA for 128b2c8
File tree
Expand file treeCollapse file tree
10 files changed
+67
-0
lines changedOpen diff view settings
Filter options
- __tests__/constants
- dist
- src
- classes
- enums
- functions
- interfaces
Expand file treeCollapse file tree
10 files changed
+67
-0
lines changedOpen diff view settings
Collapse file
+8Lines changed: 8 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
98 | 98 | |
99 | 99 | |
100 | 100 | |
| 101 | + |
101 | 102 | |
102 | 103 | |
103 | 104 | |
| ||
548 | 549 | |
549 | 550 | |
550 | 551 | |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
551 | 559 | |
552 | 560 | |
553 | 561 | |
|
Collapse file
__tests__/constants/default-processor-options.ts
Copy file name to clipboardExpand all lines: __tests__/constants/default-processor-options.ts+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
| 35 | + |
35 | 36 | |
36 | 37 | |
37 | 38 | |
|
Collapse file
+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
136 | 136 | |
137 | 137 | |
138 | 138 | |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
139 | 143 | |
140 | 144 | |
141 | 145 | |
|
Collapse file
+30Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
382 | 382 | |
383 | 383 | |
384 | 384 | |
| 385 | + |
385 | 386 | |
386 | 387 | |
387 | 388 | |
| ||
684 | 685 | |
685 | 686 | |
686 | 687 | |
| 688 | + |
687 | 689 | |
688 | 690 | |
689 | 691 | |
| ||
2199 | 2201 | |
2200 | 2202 | |
2201 | 2203 | |
| 2204 | + |
2202 | 2205 | |
2203 | 2206 | |
2204 | 2207 | |
| ||
2333 | 2336 | |
2334 | 2337 | |
2335 | 2338 | |
| 2339 | + |
| 2340 | + |
| 2341 | + |
| 2342 | + |
| 2343 | + |
| 2344 | + |
| 2345 | + |
| 2346 | + |
| 2347 | + |
| 2348 | + |
| 2349 | + |
| 2350 | + |
| 2351 | + |
| 2352 | + |
| 2353 | + |
| 2354 | + |
| 2355 | + |
| 2356 | + |
| 2357 | + |
2336 | 2358 | |
2337 | 2359 | |
2338 | 2360 | |
| ||
2542 | 2564 | |
2543 | 2565 | |
2544 | 2566 | |
| 2567 | + |
2545 | 2568 | |
2546 | 2569 | |
2547 | 2570 | |
| ||
2628 | 2651 | |
2629 | 2652 | |
2630 | 2653 | |
| 2654 | + |
| 2655 | + |
| 2656 | + |
| 2657 | + |
| 2658 | + |
| 2659 | + |
| 2660 | + |
2631 | 2661 | |
2632 | 2662 | |
2633 | 2663 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | 19 | |
|
Collapse file
src/classes/issues-processor.ts
Copy file name to clipboardExpand all lines: src/classes/issues-processor.ts+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
| 32 | + |
32 | 33 | |
33 | 34 | |
34 | 35 | |
| ||
571 | 572 | |
572 | 573 | |
573 | 574 | |
| 575 | + |
574 | 576 | |
575 | 577 | |
576 | 578 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
| 29 | + |
29 | 30 | |
30 | 31 | |
31 | 32 | |
|
Collapse file
src/functions/get-sort-field.ts
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
Collapse file
src/interfaces/issues-processor-options.ts
Copy file name to clipboardExpand all lines: src/interfaces/issues-processor-options.ts+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
| 33 | + |
33 | 34 | |
34 | 35 | |
35 | 36 | |
|
Collapse file
+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
97 | 97 | |
98 | 98 | |
99 | 99 | |
| 100 | + |
100 | 101 | |
101 | 102 | |
102 | 103 | |
| ||
198 | 199 | |
199 | 200 | |
200 | 201 | |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
201 | 212 | |
0 commit comments