Skip to content

2.11.0 RC #192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Feb 21, 2022
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
748f0ab
updates upload
MrRefactoring Dec 23, 2021
28132cc
Version3 updates
MrRefactoring Dec 25, 2021
dd6f21b
telemetry metadata removed
MrRefactoring Dec 25, 2021
bdc3b73
crlf -> lf
MrRefactoring Dec 25, 2021
168db3b
Service Desk API (#174)
MrRefactoring Jan 3, 2022
00ed689
Merge remote-tracking branch 'origin/master' into develop
MrRefactoring Jan 3, 2022
e103d1d
Merge remote-tracking branch 'origin/master' into develop
MrRefactoring Jan 26, 2022
c81e338
big tests refactoring
MrRefactoring Feb 1, 2022
0107400
tests migration
MrRefactoring Feb 2, 2022
2cd9961
Merge remote-tracking branch 'origin/master' into develop
MrRefactoring Feb 6, 2022
f883771
tests migration
MrRefactoring Feb 8, 2022
0b413da
Merge remote-tracking branch 'origin/master' into develop
MrRefactoring Feb 8, 2022
9992431
JSDocs fixes
MrRefactoring Feb 8, 2022
02e0ef7
integration tests migration to ava
MrRefactoring Feb 13, 2022
e4f809b
Merge remote-tracking branch 'origin/master' into develop
MrRefactoring Feb 13, 2022
567edc8
lint fix
MrRefactoring Feb 13, 2022
05cf55a
test script changed
MrRefactoring Feb 13, 2022
c4f9be2
unit tests speed up. Integration pattern fixed
MrRefactoring Feb 13, 2022
ee647c3
ava speed up improvements
MrRefactoring Feb 13, 2022
44eeb54
concurrency flag removed for unit tests
MrRefactoring Feb 13, 2022
48e286d
version2 api changes
MrRefactoring Feb 14, 2022
524a2f8
API updated
MrRefactoring Feb 14, 2022
1d55f46
PAT authentication support (#191)
netmaxt3r Feb 20, 2022
bdb36ef
test fixes
MrRefactoring Feb 20, 2022
0b866fd
export sorts
MrRefactoring Feb 20, 2022
0d8446f
CHANGELOG described
MrRefactoring Feb 20, 2022
13bf9f5
paramSerializer improved
MrRefactoring Feb 20, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
concurrency flag removed for unit tests
  • Loading branch information
MrRefactoring committed Feb 13, 2022
commit 44eeb544731361c5714367551a64b9f6b5a8d126
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint:fix": "npm run lint:tests -- --fix && npm run lint:src:agile -- --fix && npm run lint:src:clients -- --fix && npm run lint:src:services -- --fix && npm run lint:src:version2 -- --fix && npm run lint:src:version3 -- --fix && npm run lint:src:serviceDesk -- --fix && npm run lint:src:files -- --fix",
"doc": "typedoc --name \"Jira.js - Jira Cloud API library\" --out docs ./src/index.ts --plugin typedoc-plugin-extras --footerDate --footerTime --footerTypedocVersion --favicon https://svgshare.com/i/bHF.svg",
"test": "npm run test:unit && npm run test:integration",
"test:unit": "ava --timeout=2m -c 16 tests/unit/**/*.test.ts",
"test:unit": "ava --timeout=2m -c 1 tests/unit/**/*.test.ts",
"test:integration": "ava --timeout=2m --fail-fast --no-worker-threads -c 1 -s tests/integration/**/*.test.ts"
},
"ava": {
Expand Down