Commit 3604275
authored
Chore Release: 6.4.0 (#2079)
* Chore: automate adding issues to project board (#1992)
* Fix: Validate permissions and consented scopes before accessing them (#2023)
* Fix: Remove scrollbars from expanded modal (#1999)
* Fix: Text-alignment on the text in query response tabs (#2025)
* Fix: Autoloading suggestions on /me (#2037)
* Chore: Dependabot upgrades-August (#2003)
* Fix: Update the cached queries in queries.ts (#2042)
* Fix: Disable running queries on clicking samples (#2045)
* Fix: Populate method with GET for queries selected from tips (#2047)
* Fix: Resize query response area when zoomed out (#2048)
* Fix: Response area pivot font sizes (#2049)
* Fix: Reduce share query button size (#2059)
* Fix: Return correct error response status (#2053)
* Fix: Speed up autocomplete (#2041)
* Fix: Localize 'Expand' string (#2057)
* Fix: Schema validation for Adaptive cards (#2062)
* Task: Add device characteristics telemetry (#2056)
* Fix: Ensure consistent font sizes on all Pivots (#2067)
* Fix: Prevent unintentional display of suggestions (#2070)
* Fix: failing api calls (#2068)1 parent f695350 commit 3604275
File tree
32 files changed
+3499
-2073
lines changed- .github/workflows
- .vscode
- src
- app
- services/actions
- utils
- views
- app-sections
- common/monaco
- query-response
- adaptive-cards
- graph-toolkit
- pivot-items
- snippets
- query-runner
- query-input
- auto-complete
- request
- permissions
- sidebar
- sample-queries
- telemetry
32 files changed
+3499
-2073
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments