|
|
6b7c78ed2c
|
Add readthedocs specific footer.
|
2025-03-02 12:13:33 +01:00 |
|
|
|
502842f486
|
Trigger generation of a canonical url.
|
2025-03-02 12:05:32 +01:00 |
|
|
|
5b7531c5e5
|
Add for readthedocs.
|
2025-03-02 11:51:47 +01:00 |
|
|
|
d0298eb7e8
|
Update.
|
2025-03-02 11:32:36 +01:00 |
|
|
|
01db49397a
|
Try readthedocs.
|
2025-03-02 11:28:08 +01:00 |
|
|
|
ddab466fd0
|
Restrict pagefind search to project.
|
2025-02-24 14:03:49 +01:00 |
|
|
|
f236b376ae
|
Back to testing.
|
2025-02-23 12:05:55 +01:00 |
|
|
|
558f4d96c9
|
Add pagefind.
|
2025-02-23 12:00:27 +01:00 |
|
|
|
5b8b47f95c
|
Add some metadata to make bing happy.
|
2025-02-23 11:47:13 +01:00 |
|
|
|
c582763fbf
|
Merge branch 'feature/booted-status'
|
2025-02-18 16:53:22 +01:00 |
|
|
|
777ae73c74
|
Add OS icons.
|
2025-02-18 16:50:43 +01:00 |
|
|
|
bccc4ac219
|
Add pretty os name to displayed data.
|
2025-02-18 12:15:50 +01:00 |
|
|
|
ec8152bd51
|
Add booted state.
|
2025-02-17 20:47:00 +01:00 |
|
|
|
e4bba582a0
|
Merge branch 'prep/v4.0.0'
|
2025-02-17 10:23:23 +01:00 |
|
|
|
0287ae7998
|
Merge branch 'testing'
|
2025-02-17 10:20:31 +01:00 |
|
|
|
46cb2466fe
|
Merge branch 'feature/auto-login' into prep/v4.0.0
|
2025-02-17 09:52:37 +01:00 |
|
|
|
3e713b4ff2
|
Extend comment.
|
2025-02-17 09:49:06 +01:00 |
|
|
|
0ded0ff9a9
|
Add usage info.
|
2025-02-16 21:06:49 +01:00 |
|
|
|
5078001f4b
|
Add guest agent client and retrieve OS info.
|
2025-02-10 22:24:10 +01:00 |
|
|
|
1fc26647b6
|
Add maintenance script.
|
2025-02-02 16:50:52 +01:00 |
|
|
|
aea8b9540e
|
Merge branch 'prep/v4.0.0' into testing
|
2025-02-02 13:59:44 +01:00 |
|
|
|
d27339b1e9
|
Make VM extra data a class.
|
2025-02-02 13:54:10 +01:00 |
|
|
|
d5e589709f
|
Handle conflict properly.
|
2025-02-02 12:10:22 +01:00 |
|
|
|
21108771d9
|
Fix warning.
|
2025-02-01 22:10:47 +01:00 |
|
|
|
b7ea6860ff
|
Adapt name to previous change.
|
2025-02-01 22:08:57 +01:00 |
|
|
|
85a4521299
|
Combine VmDefinitionModel and VmDefinition.
|
2025-02-01 22:06:30 +01:00 |
|
|
|
b250398213
|
Merge branch 'testing' into prep/v4.0.0
|
2025-02-01 18:53:06 +01:00 |
|
|
|
54747b25e8
|
Use VmChannel's event pipeline to update assignment.
|
2025-02-01 18:51:19 +01:00 |
|
|
|
9986e4c8bf
|
Merge branch 'prep/v4.0.0' into testing
|
2025-01-31 22:22:27 +01:00 |
|
|
|
b5ae22a8ea
|
Avoid duplicate assignment.
|
2025-01-31 22:09:17 +01:00 |
|
|
|
b78b33a6f1
|
Merge branch 'prep/v4.0.0'
|
2025-01-31 15:58:56 +01:00 |
|
|
|
b159bae5da
|
Allow users to start assigned VMs.
|
2025-01-31 15:26:42 +01:00 |
|
|
|
23bc41d68d
|
Prefer running VMs for new assignments.
|
2025-01-31 15:26:25 +01:00 |
|
|
|
6a1273e701
|
Prevent concurrent modification exception.
|
2025-01-31 12:24:21 +01:00 |
|
|
|
4fc0d6fc63
|
Support both string and boolean for deleteConnectionFile.
|
2025-01-31 11:15:43 +01:00 |
|
|
|
ecd7ba7baf
|
Fix trailing space.
|
2025-01-30 22:32:51 +01:00 |
|
|
|
150b9f2908
|
Fix spaces.
|
2025-01-30 22:14:09 +01:00 |
|
|
|
29dd6aab82
|
Javadoc fixes.
|
2025-01-30 22:04:41 +01:00 |
|
|
|
99c96e44c3
|
Allow access to vmpools.
|
2025-01-30 22:00:10 +01:00 |
|
|
|
1f4d69075a
|
Merge branch 'fix/cloud-init-hostname' into 'main'
Generate metaData even if only cloudInit is specified.
See merge request org/jdrupes/vm-operator!13
|
2025-01-30 19:56:39 +00:00 |
|
|
|
ad79e8542a
|
Merge branch 'fix/cloud-init-hostname' into testing
|
2025-01-30 16:57:26 +01:00 |
|
|
|
e447a944dc
|
Generate metaData even if only cloudInit is specified.
|
2025-01-30 16:55:54 +01:00 |
|
|
|
49566584a2
|
Merge branch 'feature/console-action' into 'main'
Add more actions to VM management conlet.
See merge request org/jdrupes/vm-operator!12
|
2025-01-30 11:47:42 +00:00 |
|
|
|
e4e00c8ec8
|
Merge branch 'feature/console-action' into testing
|
2025-01-29 21:06:41 +01:00 |
|
|
|
ebda41346a
|
Simplify permission management.
|
2025-01-29 21:01:49 +01:00 |
|
|
|
8d96307bb5
|
Add reset action to VM management.
|
2025-01-29 18:42:10 +01:00 |
|
|
|
af41c78c07
|
Add console access to VM management.
|
2025-01-29 17:33:16 +01:00 |
|
|
|
5cd4edcec1
|
Don't add channels until fully initialized.
|
2025-01-28 18:09:31 +01:00 |
|
|
|
85be5b9cbf
|
Merge branch 'feature/pools' into 'main'
Add VM pools
See merge request org/jdrupes/vm-operator!11
|
2025-01-27 11:50:53 +00:00 |
|
|
|
50ad911265
|
Merge branch 'feature/pools' into testing
|
2025-01-27 11:11:25 +01:00 |
|