Skip to content

Commit

Permalink
Merge pull request #32 from aliyun/feature/sts-jump
Browse files Browse the repository at this point in the history
feat: 1. support backend resource API. 2. support STS and normal goto…
  • Loading branch information
Mr-Xzz committed Jul 25, 2023
2 parents 832cf5d + d6c332c commit c3bc113
Show file tree
Hide file tree
Showing 26 changed files with 826 additions and 74 deletions.
Binary file modified dist/gpx_log-service-datasource_darwin_amd64
Binary file not shown.
Binary file modified dist/gpx_log-service-datasource_darwin_arm64
Binary file not shown.
Binary file modified dist/gpx_log-service-datasource_linux_amd64
Binary file not shown.
Binary file modified dist/gpx_log-service-datasource_linux_arm
Binary file not shown.
Binary file modified dist/gpx_log-service-datasource_linux_arm64
Binary file not shown.
Binary file modified dist/gpx_log-service-datasource_windows_amd64.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/module.js
2 changes: 1 addition & 1 deletion dist/module.js.map
4 changes: 2 additions & 2 deletions dist/plugin.json
3 changes: 3 additions & 0 deletions go.mod
17 changes: 17 additions & 0 deletions go.sum
8 changes: 7 additions & 1 deletion package.json
15 changes: 12 additions & 3 deletions pkg/main.go
1 change: 1 addition & 0 deletions pkg/models.go
45 changes: 45 additions & 0 deletions pkg/ram.go
197 changes: 197 additions & 0 deletions pkg/resource.go
15 changes: 12 additions & 3 deletions pkg/sls-plugin.go
175 changes: 175 additions & 0 deletions pkg/sts.go
20 changes: 20 additions & 0 deletions src/ConfigEditor.tsx
220 changes: 183 additions & 37 deletions src/QueryEditor.tsx
48 changes: 27 additions & 21 deletions src/SLS-monaco-editor/MonacoQueryFieldOld.tsx
34 changes: 34 additions & 0 deletions src/SelectTips.tsx
63 changes: 58 additions & 5 deletions src/VariableQueryEditor.tsx
20 changes: 20 additions & 0 deletions src/const.ts
1 change: 1 addition & 0 deletions src/types.ts
10 changes: 10 additions & 0 deletions yarn.lock

0 comments on commit c3bc113

Please sign in to comment.