Commit Graph

400 Commits (feat/k8s)
 

Author SHA1 Message Date
Samuel Rowe bc1de05d7f feat(frontend): added label to toggle button group 3 years ago
Samuel Rowe 4859d14422 feat(frontend): fixed height for create service modal 3 years ago
Samuel Rowe 7261903ece feat(frontend): extended service form utilities to support `build` attribute 3 years ago
Samuel Rowe ec6be9e431 feat(frontend): created utilities for serializing and deserializing form states 3 years ago
Samuel Rowe 7a635229ac feat(frontend): updated labels in general form of service modal 3 years ago
Samuel Rowe 24d8adb5f8 feat(frontend): added `build` attribute to `IEditServiceForm` interface
* Updated `build` attribute in `IService` interface to adhere to the specification.
3 years ago
Samuel Rowe e6538a6368 feat(frontend): created `Accordion` component 3 years ago
Samuel Rowe 064123c013 feat(frontend): updated `Records` to be collapsible 3 years ago
Samuel Rowe 968c1ac9bc feat(frontend): updated `Records` to throw error when items is falsy
* This is very useful for debugging issues with forms.
3 years ago
Samuel Rowe 22c9ca3f6e feat(frontend): added `profiles` to `IEditServiceForm` interface
* Marked `profiles` as optional in `IService` interface.
3 years ago
Samuel Rowe 0424141b0d feat(frontend): added `profiles` to form utils for service 3 years ago
Samuel Rowe 12515372e8 fix(frontend): prevented `empty` prop from being forwarded 3 years ago
Samuel Rowe fb614f644e feat(frontend): updated UI of `Record` component 3 years ago
Samuel Rowe dda2173adf feat(frontend): updated UI of `Records` component
* Removed `modal` prop.
3 years ago
Samuel Rowe 9b2ba72671 refactor(frontend): updated general form of service modal to use `Records` component 3 years ago
Samuel Rowe 555a7b2603
Merge pull request #83 from nuxxapp/fix/visual-fixes
Minor HTML / CSS fixes
3 years ago
Samuel Rowe 88da5cac5b
Merge pull request #84 from nuxxapp/feat/version-select
Add version select
3 years ago
corpulent 4e69e06e1a feat: added version select 3 years ago
corpulent da415e7e64 fix: html / css fixes, minor typography 3 years ago
Artem Golub 0e38a33b83
Merge pull request #81 from nuxxapp/fix/final-value-gen
Fix bugs in final value generation
3 years ago
corpulent 0a8510d5c6 fix: retain proper node position on volume and service update 3 years ago
Samuel Rowe d05b19839b feat(frontend): prune `environment` in service forms 3 years ago
Samuel Rowe b6ec438d4f fix(frontend): fixed incorrect loading of labels 3 years ago
Samuel Rowe 0a3da96798 fix(frontend): added missing `position` attribute 3 years ago
Samuel Rowe 0b17569f22 feat(frontend): pruned `labels` attribute in all the modals 3 years ago
Samuel Rowe 49af8559bd fix(frontend): removed any casts in form utils 3 years ago
Samuel Rowe 2791d784c1 feat(frontend): pruned `ipam` attribute 3 years ago
Samuel Rowe 20751b84ef feat(frontend): created `IIPAM` interface 3 years ago
Samuel Rowe 4524ec1302 feat(frontend): removed default value for driver field in IPAM form 3 years ago
Samuel Rowe 36353bd7b3 feat(frontend): updated to prune IPAM object in final value 3 years ago
Samuel Rowe 499a28e4c0 feat(frontend): created `pruneObject` and `pruneArray` utilities 3 years ago
Samuel Rowe a3e958b529 feat(frontend): created `IPAMConfig` interface 3 years ago
Samuel Rowe c6f76fa7f3 fix(frontend): updated to prune empty values from final result in network forms 3 years ago
Samuel Rowe bc89bd860a feat(frontend): updated `INetworkTopLevel` interface
* Made `position` optional in `INodeItem`.
3 years ago
Samuel Rowe 6237bc0773 fix(frontend): fixed incorrect encoding of labels in volume forms 3 years ago
Samuel Rowe 7576d1693b fix(frontend): fixed logic for generating final values for volume forms 3 years ago
Samuel Rowe 666dce3ea0 fix(frontend): fixed incorrect encoding of labels in service forms 3 years ago
Samuel Rowe 0ac83d064f fix(frontend): fixed logic for generating final values for service forms 3 years ago
Artem Golub df0b46ce59
Merge pull request #82 from nuxxapp/feat/title
Update document title
3 years ago
Samuel Rowe 89f030a420 feat: udated title for open project 3 years ago
Samuel Rowe a8607588a1 feat: created `useTitle` hook 3 years ago
Samuel Rowe 376dae3edb feat: updated `index.html` title 3 years ago
Artem Golub c2a0a1dffd
Merge pull request #80 from nuxxapp/fix/network-forms
fix: retain key and type values on udpate, remove lodash
3 years ago
corpulent b91d8ff850 fix: retain only the key value on update 3 years ago
corpulent 0bf85bfbae fix: retain key and type values on udpate, remove lodash 3 years ago
Samuel Rowe 3f486ed42c fix(frontend): allow empty strings for protocols 3 years ago
Samuel Rowe c8c298ac3b
Merge pull request #79 from nuxxapp/feat/protocol-update
Make protocol optional
3 years ago
Samuel Rowe 21e1c25262 fix(frontend): fixed missing key warning for toggles 3 years ago
Samuel Rowe d727e2c108 feat(frontend): remove default value for protocol 3 years ago
Samuel Rowe b272078f99 feat(frontend): updated toggles to be optionally empty 3 years ago