-
Notifications
You must be signed in to change notification settings - Fork 112
Commit 207deb7
chore: implementing OIDC callbacks and flow detection
chore: first approach to OIDC integration
chore: linter warnings
chore: add jira auto-closing automation - MCP-102 (#441)
chore: add jira auto-closing automation - MCP-102 (#441)
chore: fix apix action version (#448)
chore: fix linter checks
chore: fix tests and eslint config
Ignores any javascript or typescript file that is a test
fixture.
chore: more clean up
chore: add test for token refresh
chore: fix tests and eslint checks1 parent b01f267 commit 207deb7
File tree
21 files changed
+706
-84
lines changed- .github/workflows
- src
- common
- tools/mongodb
- transports
- tests
- accuracy/sdk
- integration
- common
- fixtures
- tools
- atlas
- mongodb
- connect
- unit
- common
- resources/common
21 files changed
+706
-84
lines changedLines changed: 42 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
3 | 9 |
| |
4 | 10 |
| |
5 | 11 |
| |
6 | - | ||
12 | + | ||
7 | 13 |
| |
8 | 14 |
| |
9 | 15 |
| |
| |||
70 | 76 |
| |
71 | 77 |
| |
72 | 78 |
| |
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
97 | + | ||
98 | + | ||
99 | + | ||
100 | + | ||
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 | + | ||
67 | 68 |
| |
68 | 69 |
| |
69 | 70 |
|
Lines changed: 82 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 | + | ||
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
68 | 69 |
| |
70 | + | ||
69 | 71 |
| |
70 | 72 |
| |
71 | 73 |
| |
| |||
81 | 83 |
| |
82 | 84 |
| |
83 | 85 |
| |
86 | + | ||
84 | 87 |
| |
85 | 88 |
| |
86 | 89 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 | - | ||
154 | + | ||
155 | + | ||
155 | 156 |
| |
156 | 157 |
| |
157 | 158 |
| |
| |||
345 | 346 |
| |
346 | 347 |
| |
347 | 348 |
| |
348 | - | ||
349 | - | ||
349 | + | ||
350 | + | ||
350 | 351 |
| |
351 | 352 |
| |
352 | 353 |
| |
|
0 commit comments