Commit Graph

373 Commits (feat/volumes-spec)
 

Author SHA1 Message Date
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
Samuel Rowe 859ddc0398
Merge pull request #78 from nuxxapp/feat/network-forms
Created network forms
3 years ago
Samuel Rowe 5f94c1ec62 refactor(frontend): removed unnecessary utility functions 3 years ago
Samuel Rowe 29ed43ce9f feat(frontend): removed default values such as 'unknown' and 'unnamed' 3 years ago
Samuel Rowe 46d03d809a fix(frontend): fixed logic for generating final values for network forms
* Previously, final values were generated by merging with previous state.
   This caused unexpected overwriting of values. Therefore, we do not merge
   states anymore.
3 years ago
Samuel Rowe 2e2349f6ab feat(frontend): updated submit button UI in edit network modal 3 years ago
Samuel Rowe 70ef1e13a7 feat(frontend): updated submit button UI in create network modal 3 years ago
Samuel Rowe 58aba1da61 feat(frontend): updated spacing in general tab of network modal 3 years ago
Samuel Rowe c06b3fe102 feat(frontend): integrated network list in `ModalNetwork` component
* The empty records component is now rendered when no networks are found.
3 years ago
Samuel Rowe 420ccdd2f3 feat(frontend): removed delete button from `EditNetworkModal` component 3 years ago
Samuel Rowe dcc8b57004 feat(frontend): created `NetworkList` component 3 years ago
Samuel Rowe 3c23e902e9 fix(frontend): fixed `getInitialValues` and `getFinalValues` to work with IPAM and labels correctly 3 years ago
Samuel Rowe 6930cda7bd fix(frontend): fixed incorrect tab identifier in edit network modal 3 years ago
Samuel Rowe 8264d6cac8 feat(frontend): updated management networks modal title 3 years ago
Samuel Rowe 5f3a319c36 feat(frontend): created `EmptyNetworks` component 3 years ago
corpulent 6c59f6e18e fix: creating and updating a network 3 years ago
Samuel Rowe f2be93951f feat(frontend): implemented labels form for network modal 3 years ago
Samuel Rowe cd4ed9b98e feat(frontend): implemented IPAM form 3 years ago
Samuel Rowe cbeea12114 feat(frontend): added new capabilities to `Record` component
* Added `records` type and extended `options` to accept `IRecordProps`.
 * Added `renderLayout`, `renderField`, and `renderRemove` props.
3 years ago
Samuel Rowe f42461cf26 feat(frontend): created `Records` component 3 years ago
Samuel Rowe 2ad70f4485 feat(frontend): updated general form to use updated form shape 3 years ago
Samuel Rowe f754218482 feat(frontend): updated create network modal to use new form shape 3 years ago
Samuel Rowe 76aa3cdd29 feat(frontend): updated network modal title 3 years ago
Samuel Rowe 7e2a2ff845 feat(frontend): created network form utils 3 years ago
Samuel Rowe 241d16c16d feat(frontend): created `IEditNetworkForm` and `INetworkNodeItem` interfaces 3 years ago
Samuel Rowe c00d56e0db feat(frontend): created `classNames` utility 3 years ago
Samuel Rowe 07f56a4211 refactor(frontend): renamed `NetworkEdit` to `EditNetworkModal` 3 years ago
Samuel Rowe e45d3c434f refactor(frontend): renamed `NetworkCreate` to `CreateNetworkModal` 3 years ago