Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
462144a
Build 145 - version-major
Jan 28, 2025
6038b02
GRAL-4844 update dependencies
youssef-saber-3 Jan 28, 2025
d20d7a4
GRAM-3870 replace token refresh msw tests with nock
youssef-saber-3 Jan 29, 2025
a112dce
GRAM-3870 remove deprecated tests
youssef-saber-3 Jan 29, 2025
24b0131
GRAM-3870 remove msw usage
youssef-saber-3 Jan 29, 2025
48264a5
GRAM-3870 update tests for multiversioned sdk
youssef-saber-3 Jan 29, 2025
d9ad0e1
GRAM-3870 update tests to use typescript
youssef-saber-3 Jan 29, 2025
2414580
GRAM-3870 minor cleanup
youssef-saber-3 Jan 29, 2025
6cf5fff
GRAM-3870 add deals test file
youssef-saber-3 Jan 16, 2025
028e1bd
GRAM-3870 add create deal test
youssef-saber-3 Jan 16, 2025
bb78797
GRAM-3870 add tests for deal
youssef-saber-3 Jan 17, 2025
8f77793
GRAM-3870 move jest config to config folder
youssef-saber-3 Jan 17, 2025
6d51d91
GRAM-3870 added lead tests
youssef-saber-3 Jan 17, 2025
fa5d7c6
GRAM-3870 added activities tests
youssef-saber-3 Jan 17, 2025
8e4d8e2
GRAM-3870 added api v2 tests
youssef-saber-3 Jan 29, 2025
a5258a1
GRAM-3870 rename test files
youssef-saber-3 Jan 20, 2025
7a73347
GRAM-3870 update tests
youssef-saber-3 Jan 27, 2025
99e4bba
GRAM-3879 update runtime initialization
youssef-saber-3 Jan 29, 2025
d06d8d2
GRAM-3870 update tests
youssef-saber-3 Jan 29, 2025
c05b656
Delete unused files
AndreasSaltsberg Jan 29, 2025
008f413
Add tsconfig for eslint
AndreasSaltsberg Jan 29, 2025
48bea7f
Merge pull request #596 from pipedrive/145-tests
youssef-saber-3 Jan 29, 2025
fe01633
Re-add version to package.json
AndreasSaltsberg Jan 30, 2025
11e4635
add migration guide
youssef-saber-3 Jan 30, 2025
f218af9
Update README
AndreasSaltsberg Jan 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 7 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"root": true,
"parser": "@babel/eslint-parser",
"extends": ["pipedrive"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.test.json",
"sourceType": "module"
},
"extends": ["pipedrive", "plugin:@typescript-eslint/recommended"],
"env": {
"node": true,
"jest": true
}
}
}
38 changes: 3 additions & 35 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,5 @@
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
wwwroot/*.js
node_modules

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

.openapi-generator
.idea
typings
dist
.idea
4 changes: 1 addition & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
node_modules
.gitignore
.DS_Store
# empty npmignore to ensure all required files (e.g., in the dist folder) are published by npm
1 change: 0 additions & 1 deletion .openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
package.json
Loading
Loading