Commit eb80470
committed
Add profiling and _internal stubs (#5686)
* Add profiling stubs
The purpose is to add enough data to generate the rest-api-spec.
* Add _internal endpoints
They are only here for the purpose of generating rest-api-spec files, so a lot
of the content is empty.
* Fix lint
* Update tsconfig.json
* Run make contrib
(cherry picked from commit 5f707db)
# Conflicts:
# output/schema/validation-errors.json1 parent 7efa3ea commit eb80470
File tree
25 files changed
+1491
-32
lines changed- compiler/src/steps
- output
- schema
- typescript
- specification
- _doc_ids
- _internal
- delete_desired_balance
- delete_desired_nodes
- get_desired_balance
- get_desired_nodes
- prevalidate_node_removal
- update_desired_nodes
- profiling
- flamegraph
- stacktraces
- status
25 files changed
+1491
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| |||
220 | 218 | | |
221 | 219 | | |
222 | 220 | | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | 221 | | |
229 | 222 | | |
230 | 223 | | |
| |||
0 commit comments