fastapi-voyager 0.11.3__tar.gz → 0.11.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fastapi_voyager-0.11.5/.github/workflows/publish.yml +32 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/PKG-INFO +19 -22
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/README.md +18 -21
- fastapi_voyager-0.11.5/release.md +8 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/version.py +1 -1
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/component/schema-code-display.js +39 -13
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/index.html +7 -10
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/tests/programatic.py +1 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/.gitignore +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/.python-version +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/LICENSE +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/pyproject.toml +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/__init__.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/cli.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/filter.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/module.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/render.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/server.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/type.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/type_helper.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/voyager.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/component/render-graph.js +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/component/route-code-display.js +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/component/schema-field-filter.js +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/graph-ui.js +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/graphviz.svg.css +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/graphviz.svg.js +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/icon/android-chrome-192x192.png +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/icon/android-chrome-512x512.png +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/icon/apple-touch-icon.png +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/icon/favicon-16x16.png +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/icon/favicon-32x32.png +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/icon/favicon.ico +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/icon/site.webmanifest +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/quasar.min.css +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/quasar.min.js +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/vue-main.js +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/tests/__init__.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/tests/demo.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/tests/demo_anno.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/tests/service/__init__.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/tests/service/schema.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/tests/test_analysis.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/tests/test_filter.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/tests/test_generic.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/tests/test_import.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/tests/test_module.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/tests/test_type_helper.py +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/uv.lock +0 -0
- {fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/voyager.jpg +0 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
name: Publish to PyPI via uv
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
workflow_dispatch:
|
|
5
|
+
push:
|
|
6
|
+
tags:
|
|
7
|
+
- "v*"
|
|
8
|
+
|
|
9
|
+
jobs:
|
|
10
|
+
publish:
|
|
11
|
+
runs-on: ubuntu-latest
|
|
12
|
+
|
|
13
|
+
permissions:
|
|
14
|
+
contents: read
|
|
15
|
+
|
|
16
|
+
steps:
|
|
17
|
+
- name: Checkout repository
|
|
18
|
+
uses: actions/checkout@v4
|
|
19
|
+
|
|
20
|
+
- name: Set up uv
|
|
21
|
+
uses: astral-sh/setup-uv@v4
|
|
22
|
+
|
|
23
|
+
- name: Set up Python
|
|
24
|
+
uses: actions/setup-python@v5
|
|
25
|
+
with:
|
|
26
|
+
python-version: "3.13"
|
|
27
|
+
|
|
28
|
+
- name: Build the package
|
|
29
|
+
run: uv build
|
|
30
|
+
|
|
31
|
+
- name: Publish to PyPI
|
|
32
|
+
run: uv publish --token ${{ secrets.PYPI_PUBLISHER }}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastapi-voyager
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.5
|
|
4
4
|
Summary: Visualize FastAPI application's routing tree and dependencies
|
|
5
5
|
Project-URL: Homepage, https://github.com/allmonday/fastapi-voyager
|
|
6
6
|
Project-URL: Source, https://github.com/allmonday/fastapi-voyager
|
|
@@ -45,8 +45,7 @@ interactively !!
|
|
|
45
45
|
|
|
46
46
|
[visit online demo](https://www.newsyeah.fun/voyager/) of project: [composition oriented development pattern](https://github.com/allmonday/composition-oriented-development-pattern)
|
|
47
47
|
|
|
48
|
-
<
|
|
49
|
-
<p align="center"><a target="_blank" rel="" href="https://www.youtube.com/watch?v=PGlbQq1M-n8"><img src="http://img.youtube.com/vi/PGlbQq1M-n8/0.jpg" alt="" style="max-width: 100%;"></a></p>
|
|
48
|
+
<img width="1600" height="986" alt="image" src="https://github.com/user-attachments/assets/8829cda0-f42d-4c84-be2f-b019bb5fe7e1" />
|
|
50
49
|
|
|
51
50
|
## Installation
|
|
52
51
|
|
|
@@ -97,32 +96,25 @@ voyager -m tests.demo
|
|
|
97
96
|
--module_color=tests.demo:tomato
|
|
98
97
|
```
|
|
99
98
|
|
|
100
|
-
### generate the graph
|
|
101
|
-
after initialization, pick tag, rotue to render graph
|
|
102
|
-
|
|
103
|
-
<img width="1628" height="765" alt="image" src="https://github.com/user-attachments/assets/b4712f82-e754-453b-aa69-24c932b8f48f" />
|
|
104
|
-
|
|
105
99
|
### highlight
|
|
106
100
|
click a node to highlight it's upperstream and downstream nodes. figure out the related models of one page, or homw many pages are related with one model.
|
|
107
101
|
|
|
108
|
-
<img width="
|
|
102
|
+
<img width="1100" height="700" alt="image" src="https://github.com/user-attachments/assets/3e0369ea-5fa4-469a-82c1-ed57d407e53d" />
|
|
109
103
|
|
|
110
|
-
###
|
|
111
|
-
|
|
104
|
+
### focus on nodes
|
|
105
|
+
toggle focus to hide nodes not related with current picked one.
|
|
112
106
|
|
|
113
|
-
|
|
107
|
+
before:
|
|
108
|
+
<img width="1066" height="941" alt="image" src="https://github.com/user-attachments/assets/39f30817-899a-4289-93f4-a1646d3441c1" />
|
|
109
|
+
after:
|
|
110
|
+
<img width="1061" height="937" alt="image" src="https://github.com/user-attachments/assets/79709b02-7571-43fc-abc9-17a287a97515" />
|
|
114
111
|
|
|
115
112
|
### view source code
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
<img width="1049" height="694" alt="image" src="https://github.com/user-attachments/assets/7839ac83-8d60-44ad-b1c9-9652a76339b1" />
|
|
119
|
-
|
|
120
|
-
<img width="1042" height="675" alt="image" src="https://github.com/user-attachments/assets/38ae705f-5982-4a02-9c3f-038b1d00bcf6" />
|
|
121
|
-
|
|
122
|
-
`alt` click a route to show source code or open file in vscode
|
|
123
|
-
|
|
124
|
-
<img width="882" height="445" alt="image" src="https://github.com/user-attachments/assets/158560ef-63ca-4991-9b7d-587be4fa04e4" />
|
|
113
|
+
double click a node to show source code or open file in vscode.
|
|
114
|
+
<img width="1297" height="940" alt="image" src="https://github.com/user-attachments/assets/c8bb2e7d-b727-42a6-8c9e-64dce297d2d8" />
|
|
125
115
|
|
|
116
|
+
double click a route to show source code or open file in vscode
|
|
117
|
+
<img width="1132" height="824" alt="image" src="https://github.com/user-attachments/assets/b706e879-e4fc-48dd-ace1-99bf97e3ed6a" />
|
|
126
118
|
|
|
127
119
|
|
|
128
120
|
|
|
@@ -272,7 +264,12 @@ or you can open router_viz.dot with vscode extension `graphviz interactive previ
|
|
|
272
264
|
- 0.11.3
|
|
273
265
|
- [x] support online repo url
|
|
274
266
|
- 0.11.4
|
|
275
|
-
- [
|
|
267
|
+
- [x] add loading for field detail panel
|
|
268
|
+
- 0.11.5
|
|
269
|
+
- [x] optimize open in swagger link
|
|
270
|
+
- [x] change jquery cdn
|
|
271
|
+
- 0.11.6
|
|
272
|
+
- [ ] flag of loading full graph in first render or not
|
|
276
273
|
- [ ] logging information
|
|
277
274
|
- [ ] sort field name
|
|
278
275
|
- [ ] set max limit for fields
|
|
@@ -16,8 +16,7 @@ interactively !!
|
|
|
16
16
|
|
|
17
17
|
[visit online demo](https://www.newsyeah.fun/voyager/) of project: [composition oriented development pattern](https://github.com/allmonday/composition-oriented-development-pattern)
|
|
18
18
|
|
|
19
|
-
<
|
|
20
|
-
<p align="center"><a target="_blank" rel="" href="https://www.youtube.com/watch?v=PGlbQq1M-n8"><img src="http://img.youtube.com/vi/PGlbQq1M-n8/0.jpg" alt="" style="max-width: 100%;"></a></p>
|
|
19
|
+
<img width="1600" height="986" alt="image" src="https://github.com/user-attachments/assets/8829cda0-f42d-4c84-be2f-b019bb5fe7e1" />
|
|
21
20
|
|
|
22
21
|
## Installation
|
|
23
22
|
|
|
@@ -68,32 +67,25 @@ voyager -m tests.demo
|
|
|
68
67
|
--module_color=tests.demo:tomato
|
|
69
68
|
```
|
|
70
69
|
|
|
71
|
-
### generate the graph
|
|
72
|
-
after initialization, pick tag, rotue to render graph
|
|
73
|
-
|
|
74
|
-
<img width="1628" height="765" alt="image" src="https://github.com/user-attachments/assets/b4712f82-e754-453b-aa69-24c932b8f48f" />
|
|
75
|
-
|
|
76
70
|
### highlight
|
|
77
71
|
click a node to highlight it's upperstream and downstream nodes. figure out the related models of one page, or homw many pages are related with one model.
|
|
78
72
|
|
|
79
|
-
<img width="
|
|
73
|
+
<img width="1100" height="700" alt="image" src="https://github.com/user-attachments/assets/3e0369ea-5fa4-469a-82c1-ed57d407e53d" />
|
|
80
74
|
|
|
81
|
-
###
|
|
82
|
-
|
|
75
|
+
### focus on nodes
|
|
76
|
+
toggle focus to hide nodes not related with current picked one.
|
|
83
77
|
|
|
84
|
-
|
|
78
|
+
before:
|
|
79
|
+
<img width="1066" height="941" alt="image" src="https://github.com/user-attachments/assets/39f30817-899a-4289-93f4-a1646d3441c1" />
|
|
80
|
+
after:
|
|
81
|
+
<img width="1061" height="937" alt="image" src="https://github.com/user-attachments/assets/79709b02-7571-43fc-abc9-17a287a97515" />
|
|
85
82
|
|
|
86
83
|
### view source code
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
<img width="1049" height="694" alt="image" src="https://github.com/user-attachments/assets/7839ac83-8d60-44ad-b1c9-9652a76339b1" />
|
|
90
|
-
|
|
91
|
-
<img width="1042" height="675" alt="image" src="https://github.com/user-attachments/assets/38ae705f-5982-4a02-9c3f-038b1d00bcf6" />
|
|
92
|
-
|
|
93
|
-
`alt` click a route to show source code or open file in vscode
|
|
94
|
-
|
|
95
|
-
<img width="882" height="445" alt="image" src="https://github.com/user-attachments/assets/158560ef-63ca-4991-9b7d-587be4fa04e4" />
|
|
84
|
+
double click a node to show source code or open file in vscode.
|
|
85
|
+
<img width="1297" height="940" alt="image" src="https://github.com/user-attachments/assets/c8bb2e7d-b727-42a6-8c9e-64dce297d2d8" />
|
|
96
86
|
|
|
87
|
+
double click a route to show source code or open file in vscode
|
|
88
|
+
<img width="1132" height="824" alt="image" src="https://github.com/user-attachments/assets/b706e879-e4fc-48dd-ace1-99bf97e3ed6a" />
|
|
97
89
|
|
|
98
90
|
|
|
99
91
|
|
|
@@ -243,7 +235,12 @@ or you can open router_viz.dot with vscode extension `graphviz interactive previ
|
|
|
243
235
|
- 0.11.3
|
|
244
236
|
- [x] support online repo url
|
|
245
237
|
- 0.11.4
|
|
246
|
-
- [
|
|
238
|
+
- [x] add loading for field detail panel
|
|
239
|
+
- 0.11.5
|
|
240
|
+
- [x] optimize open in swagger link
|
|
241
|
+
- [x] change jquery cdn
|
|
242
|
+
- 0.11.6
|
|
243
|
+
- [ ] flag of loading full graph in first render or not
|
|
247
244
|
- [ ] logging information
|
|
248
245
|
- [ ] sort field name
|
|
249
246
|
- [ ] set max limit for fields
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
__all__ = ["__version__"]
|
|
2
|
-
__version__ = "0.11.
|
|
2
|
+
__version__ = "0.11.5"
|
|
@@ -14,6 +14,8 @@ export default defineComponent({
|
|
|
14
14
|
props: {
|
|
15
15
|
schemaName: { type: String, required: true },
|
|
16
16
|
schemas: { type: Object, default: () => ({}) },
|
|
17
|
+
// visibility from parent (e.g., dialog v-model)
|
|
18
|
+
modelValue: { type: Boolean, default: true },
|
|
17
19
|
},
|
|
18
20
|
setup(props, { emit }) {
|
|
19
21
|
const code = ref("");
|
|
@@ -21,6 +23,7 @@ export default defineComponent({
|
|
|
21
23
|
const error = ref("");
|
|
22
24
|
const fields = ref([]); // schema fields list
|
|
23
25
|
const tab = ref("fields");
|
|
26
|
+
const loading = ref(false);
|
|
24
27
|
|
|
25
28
|
|
|
26
29
|
async function highlightLater() {
|
|
@@ -45,12 +48,22 @@ export default defineComponent({
|
|
|
45
48
|
});
|
|
46
49
|
}
|
|
47
50
|
|
|
51
|
+
function resetState() {
|
|
52
|
+
code.value = "";
|
|
53
|
+
link.value = "";
|
|
54
|
+
error.value = null;
|
|
55
|
+
fields.value = [];
|
|
56
|
+
// tab.value = "fields";
|
|
57
|
+
loading.value = true;
|
|
58
|
+
}
|
|
59
|
+
|
|
48
60
|
async function loadSource() {
|
|
49
61
|
if (!props.schemaName) return;
|
|
50
62
|
|
|
51
63
|
error.value = null;
|
|
52
64
|
code.value = "";
|
|
53
65
|
link.value = "";
|
|
66
|
+
loading.value = true;
|
|
54
67
|
|
|
55
68
|
// try to fetch from server: /source/{schema_name}
|
|
56
69
|
const payload = { schema_name: props.schemaName };
|
|
@@ -71,13 +84,8 @@ export default defineComponent({
|
|
|
71
84
|
} else {
|
|
72
85
|
error.value = (data && data.error) || "Failed to load source";
|
|
73
86
|
}
|
|
74
|
-
} catch (e) {
|
|
75
|
-
error.value = "Failed to load source";
|
|
76
|
-
} finally {
|
|
77
|
-
}
|
|
78
87
|
|
|
79
|
-
|
|
80
|
-
const resp = await fetch(`vscode-link`, {
|
|
88
|
+
const resp2 = await fetch(`vscode-link`, {
|
|
81
89
|
method: "POST",
|
|
82
90
|
headers: {
|
|
83
91
|
Accept: "application/json",
|
|
@@ -85,16 +93,16 @@ export default defineComponent({
|
|
|
85
93
|
},
|
|
86
94
|
body: JSON.stringify(payload),
|
|
87
95
|
});
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
link.value = data.link || "// no vscode link available";
|
|
96
|
+
const data2 = await resp2.json().catch(() => ({}));
|
|
97
|
+
if (resp2.ok) {
|
|
98
|
+
link.value = data2.link || "// no vscode link available";
|
|
92
99
|
} else {
|
|
93
|
-
error.value
|
|
100
|
+
error.value = (error.value || "") + ((data2 && data2.error) || "Failed to load source");
|
|
94
101
|
}
|
|
95
102
|
} catch (e) {
|
|
96
103
|
error.value = "Failed to load source";
|
|
97
104
|
} finally {
|
|
105
|
+
loading.value = false;
|
|
98
106
|
}
|
|
99
107
|
|
|
100
108
|
const schema = props.schemas && props.schemas[props.schemaName];
|
|
@@ -118,18 +126,36 @@ export default defineComponent({
|
|
|
118
126
|
watch(
|
|
119
127
|
() => props.schemaName,
|
|
120
128
|
() => {
|
|
129
|
+
resetState();
|
|
121
130
|
loadSource();
|
|
122
131
|
},
|
|
123
132
|
);
|
|
124
133
|
|
|
134
|
+
// respond to visibility changes: when shown, clear old data and reload
|
|
135
|
+
watch(
|
|
136
|
+
() => props.modelValue,
|
|
137
|
+
(val) => {
|
|
138
|
+
if (val) {
|
|
139
|
+
resetState();
|
|
140
|
+
loadSource();
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
);
|
|
144
|
+
|
|
125
145
|
onMounted(() => {
|
|
126
|
-
|
|
146
|
+
if (props.modelValue) {
|
|
147
|
+
resetState();
|
|
148
|
+
loadSource();
|
|
149
|
+
}
|
|
127
150
|
});
|
|
128
151
|
|
|
129
|
-
return { link, code, error, fields, tab };
|
|
152
|
+
return { link, code, error, fields, tab, loading };
|
|
130
153
|
},
|
|
131
154
|
template: `
|
|
132
155
|
<div class="frv-code-display" style="border: 1px solid #ccc; border-left: none; position:relative; height:100%; background:#fff;">
|
|
156
|
+
<div v-show="loading" style="position:absolute; top:0; left:0; right:0; z-index:10;">
|
|
157
|
+
<q-linear-progress indeterminate color="primary" size="2px"/>
|
|
158
|
+
</div>
|
|
133
159
|
<div class="q-ml-lg q-mt-md">
|
|
134
160
|
<a :href="link" target="_blank" rel="noopener" style="font-size:12px; color:#3b82f6;">
|
|
135
161
|
Open in VSCode
|
|
@@ -218,9 +218,9 @@
|
|
|
218
218
|
class="q-mr-sm"
|
|
219
219
|
:name="state.tag == tag.name ? 'folder' : 'folder_open'"
|
|
220
220
|
></q-icon>
|
|
221
|
-
<span>{{ tag.name }} <q-chip style="position:relative; top: -1px;" class="q-ml-
|
|
222
|
-
<a target="_blank" class="q-ml-sm" v-if="state.swaggerUrl" :href="state.swaggerUrl + '#/' + tag.name">
|
|
223
|
-
<q-icon size="
|
|
221
|
+
<span>{{ tag.name }} <q-chip style="position:relative; top: -1px;" class="q-ml-md" dense>{{ tag.routes.length }}</q-chip></span>
|
|
222
|
+
<a v-if="state._tag == tag.name" target="_blank" class="q-ml-sm" v-if="state.swaggerUrl" :href="state.swaggerUrl + '#/' + tag.name">
|
|
223
|
+
<q-icon color="primary" size="" name="link" title="open in swagger"></q-icon>
|
|
224
224
|
</a>
|
|
225
225
|
</div>
|
|
226
226
|
</template>
|
|
@@ -241,8 +241,8 @@
|
|
|
241
241
|
name="data_object"
|
|
242
242
|
></q-icon>
|
|
243
243
|
{{ route.name }}
|
|
244
|
-
<a target="_blank" class="q-ml-
|
|
245
|
-
<q-icon size="
|
|
244
|
+
<a v-if="state.routeId == route.id" target="_blank" class="q-ml-md" v-if="state.swaggerUrl" :href="state.swaggerUrl + '#/' + tag.name + '/' + route.unique_id">
|
|
245
|
+
<q-icon color="primary" size="" name="link" title="open in swagger"></q-icon>
|
|
246
246
|
</a>
|
|
247
247
|
</span>
|
|
248
248
|
</q-item-section>
|
|
@@ -411,10 +411,7 @@
|
|
|
411
411
|
</q-dialog>
|
|
412
412
|
</div>
|
|
413
413
|
|
|
414
|
-
<script
|
|
415
|
-
type="text/javascript"
|
|
416
|
-
src="https://code.jquery.com/jquery-2.1.3.min.js"
|
|
417
|
-
></script>
|
|
414
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js" integrity="sha512-egJ/Y+22P9NQ9aIyVCh0VCOsfydyn8eNmqBy+y2CnJG+fpRIxXMS6jbWP8tVKp0jp+NO5n8WtMUAnNnGoJKi4w==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
|
418
415
|
<script
|
|
419
416
|
src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.9.0/d3.min.js"
|
|
420
417
|
integrity="sha512-vc58qvvBdrDR4etbxMdlTt4GBQk1qjvyORR2nrsPsFPyrs+/u5c3+1Ct6upOgdZoIl7eq6k3a1UPDSNAQi/32A=="
|
|
@@ -422,7 +419,7 @@
|
|
|
422
419
|
referrerpolicy="no-referrer"
|
|
423
420
|
></script>
|
|
424
421
|
<script src="https://unpkg.com/@hpcc-js/wasm@2.20.0/dist/graphviz.umd.js"></script>
|
|
425
|
-
<script src="https://
|
|
422
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3-graphviz/5.6.0/d3-graphviz.min.js" integrity="sha512-Le8HpIpS2Tc7SDHLM6AOgAKq6ZR4uDwLhjPSR20DtXE5dFb9xECHRwgpc1nxxnU0Dv+j6FNMoSddky5gyvI3lQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
|
426
423
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js"></script>
|
|
427
424
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-color/2.1.2/jquery.color.min.js"></script>
|
|
428
425
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/component/render-graph.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/icon/apple-touch-icon.png
RENAMED
|
File without changes
|
{fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/icon/favicon-16x16.png
RENAMED
|
File without changes
|
{fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/icon/favicon-32x32.png
RENAMED
|
File without changes
|
|
File without changes
|
{fastapi_voyager-0.11.3 → fastapi_voyager-0.11.5}/src/fastapi_voyager/web/icon/site.webmanifest
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|