Tsu-ba-me
|
f3a2a9355e
|
feat(striker-ui-api): add /ups
|
2 years ago |
Tsu-ba-me
|
508c7aa1f5
|
fix(striker-ui-api): make getAnvilData generic to identify return value
|
2 years ago |
Tsu-ba-me
|
92a38374cb
|
fix(striker-ui-api): add /fence
|
2 years ago |
dependabot[bot]
|
b0ada6fba5
|
build(deps-dev): bump webpack from 5.70.0 to 5.76.0 in /striker-ui-api
Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.70.0...v5.76.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Tsu-ba-me
|
271b33eaf7
|
fix(striker-ui-api): filter /host with host type(s)
|
2 years ago |
Tsu-ba-me
|
58c9e05a9b
|
fix(striker-ui-api): add hostType to /host/:hostUUID
|
2 years ago |
Tsu-ba-me
|
32c32350bd
|
fix(striker-ui-api): get NICs on specified host
|
2 years ago |
Tsu-ba-me
|
18ad881ff8
|
build(striker-ui-api): rebuild UI API
|
2 years ago |
Tsu-ba-me
|
950a98558f
|
fix(striker-ui-api): improve receive server screenshot from named pipe
|
2 years ago |
dependabot[bot]
|
a24618f15e
|
build(deps): bump json5 from 1.0.1 to 1.0.2 in /striker-ui-api
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
d4680dbbd8
|
build(deps): bump qs and express in /striker-ui-api
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.
Updates `qs` from 6.7.0 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.7.0...v6.11.0)
Updates `express` from 4.17.1 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2)
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
93d22abde5
|
build(deps): bump loader-utils from 1.4.0 to 1.4.2 in /striker-ui-api
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2)
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Tsu-ba-me
|
97b94eae50
|
build: rebuild both front-end and back-end
|
2 years ago |
Tsu-ba-me
|
9d52213ef9
|
fix(striker-ui-api): add short name and rename to installTarget in GET /host/:hostUUID
|
2 years ago |
Tsu-ba-me
|
81974ef626
|
fix(striker-ui-api): add short host name to GET /host
|
2 years ago |
Tsu-ba-me
|
6d114b6d99
|
fix(striker-ui-api): add enterpriseUUID to prepareHost
|
2 years ago |
Tsu-ba-me
|
099b2c9470
|
feat(striker-ui-api): add POST, DELETE /host/connection
|
2 years ago |
Tsu-ba-me
|
e20a3a4af1
|
fix(striker-ui-api): add optional local host UUID in toHostUUID()
|
2 years ago |
Tsu-ba-me
|
e394b0736e
|
fix(striker-ui-api): add getPeerData() to accessModule
|
2 years ago |
Tsu-ba-me
|
0a3d36c340
|
fix(striker-ui-api): add stdoutVar()
|
2 years ago |
Tsu-ba-me
|
5e9c38b008
|
fix(striker-ui-api): add PUT /host/prepare and revise PUT /host/:hostUUID
|
2 years ago |
Tsu-ba-me
|
54b78e9f25
|
fix(striker-ui-api): make return type in sanitize required
|
2 years ago |
Tsu-ba-me
|
fcf999b11b
|
fix(striker-ui-api): add prepareHost()
|
2 years ago |
Tsu-ba-me
|
7033b64bb3
|
fix(striker-ui-api): add bad SSH keys to /command/inquire-host
|
2 years ago |
Tsu-ba-me
|
5424fc3858
|
feat(striker-ui-api): add /command/inquire-peer
|
2 years ago |
Tsu-ba-me
|
e67e732fd8
|
fix(striker-ui-api): split /ssh-key and /ssh-key/conflict
|
2 years ago |
Tsu-ba-me
|
14a5b178dd
|
fix(striker-ui-api): add PUT /update-system
|
2 years ago |
Tsu-ba-me
|
00aa2c02df
|
fix(striker-ui-api): wrap missed job calls in try-catch
|
2 years ago |
Tsu-ba-me
|
3a01052e03
|
feat(striker-ui-api): add PUT /host/:hostUUID
|
2 years ago |
Tsu-ba-me
|
1b6f1c2a2e
|
refactor(striker-ui-api): replace 'local' with constant
|
2 years ago |
Tsu-ba-me
|
f9bd775ed6
|
fix(striker-ui-api): add install-target state to GET /host/:hostUUID
|
2 years ago |
Tsu-ba-me
|
0aec411e1a
|
feat(striker-ui-api): add GET /ssh-key
|
2 years ago |
Tsu-ba-me
|
c023c08310
|
fix(striker-ui-api): allow direct destructure from match() result
|
2 years ago |
Tsu-ba-me
|
e3d4c243b9
|
feat(striker-ui-api): add /ssh-key WIP
|
2 years ago |
Tsu-ba-me
|
6afa296858
|
refactor(striker-ui-api): relocate getLocalHostUUID try-catch
|
2 years ago |
Tsu-ba-me
|
be1332b4f3
|
fix(striker-ui-api): prioritize /host/connection over /host/:hostUUID
|
2 years ago |
Tsu-ba-me
|
df77899be1
|
fix(striker-ui-api): add /user
|
2 years ago |
Tsu-ba-me
|
884742cb0a
|
fix(striker-ui-api): remove excess from GET /host detail
|
2 years ago |
Tsu-ba-me
|
59ddc232e7
|
feat(striker-ui-api): add cap function
|
2 years ago |
Tsu-ba-me
|
e31d4564ee
|
fix(striker-ui-api): add /host/:hostUUID WIP
|
2 years ago |
Tsu-ba-me
|
72e070bc38
|
fix(striker-ui-api): remove empty functions in buildCondition functions
|
2 years ago |
Tsu-ba-me
|
28e12251d6
|
fix(striker-ui-api): simplify modify query result
|
2 years ago |
Tsu-ba-me
|
1fec480af7
|
fix(striker-ui-api): rename buildCondition functions
|
2 years ago |
Tsu-ba-me
|
e38864e256
|
fix(striker-ui-api): allow replace modifier in sanitizeQS
|
2 years ago |
Tsu-ba-me
|
bbb0fa503e
|
fix(striker-ui-api): replace empty function with call in join
|
2 years ago |
Tsu-ba-me
|
ca7288cbdd
|
fix(striker-ui-api): simplify build ID condition
|
2 years ago |
Tsu-ba-me
|
58ef1c04c7
|
fix(striker-ui-api): add JoinFunction type
|
2 years ago |
Tsu-ba-me
|
e412d615d1
|
fix(striker-ui-api): relocate sanitize input for SQL query
|
2 years ago |
Tsu-ba-me
|
3cb7c0f7ee
|
fix(striker-ui-api): add onEach callback to join
|
2 years ago |
Tsu-ba-me
|
107b119d52
|
fix(striker-ui-api): reduce required variables when creating jobs
|
2 years ago |