Commit Graph

381 Commits (92696d0e6194332332370912714feeaaf7afaee4)
 

Author SHA1 Message Date
Artem Golub 0e38a33b83
Merge pull request #81 from nuxxapp/fix/final-value-gen
Fix bugs in final value generation
2 years ago
corpulent 0a8510d5c6 fix: retain proper node position on volume and service update 2 years ago
Samuel Rowe d05b19839b feat(frontend): prune `environment` in service forms 2 years ago
Samuel Rowe b6ec438d4f fix(frontend): fixed incorrect loading of labels 2 years ago
Samuel Rowe 0a3da96798 fix(frontend): added missing `position` attribute 2 years ago
Samuel Rowe 0b17569f22 feat(frontend): pruned `labels` attribute in all the modals 2 years ago
Samuel Rowe 49af8559bd fix(frontend): removed any casts in form utils 2 years ago
Samuel Rowe 2791d784c1 feat(frontend): pruned `ipam` attribute 2 years ago
Samuel Rowe 20751b84ef feat(frontend): created `IIPAM` interface 2 years ago
Samuel Rowe 4524ec1302 feat(frontend): removed default value for driver field in IPAM form 2 years ago
Samuel Rowe 36353bd7b3 feat(frontend): updated to prune IPAM object in final value 2 years ago
Samuel Rowe 499a28e4c0 feat(frontend): created `pruneObject` and `pruneArray` utilities 2 years ago
Samuel Rowe a3e958b529 feat(frontend): created `IPAMConfig` interface 2 years ago
Samuel Rowe c6f76fa7f3 fix(frontend): updated to prune empty values from final result in network forms 2 years ago
Samuel Rowe bc89bd860a feat(frontend): updated `INetworkTopLevel` interface
* Made `position` optional in `INodeItem`.
2 years ago
Samuel Rowe 6237bc0773 fix(frontend): fixed incorrect encoding of labels in volume forms 2 years ago
Samuel Rowe 7576d1693b fix(frontend): fixed logic for generating final values for volume forms 2 years ago
Samuel Rowe 666dce3ea0 fix(frontend): fixed incorrect encoding of labels in service forms 2 years ago
Samuel Rowe 0ac83d064f fix(frontend): fixed logic for generating final values for service forms 2 years ago
Artem Golub df0b46ce59
Merge pull request #82 from nuxxapp/feat/title
Update document title
2 years ago
Samuel Rowe 89f030a420 feat: udated title for open project 2 years ago
Samuel Rowe a8607588a1 feat: created `useTitle` hook 2 years ago
Samuel Rowe 376dae3edb feat: updated `index.html` title 2 years ago
Artem Golub c2a0a1dffd
Merge pull request #80 from nuxxapp/fix/network-forms
fix: retain key and type values on udpate, remove lodash
2 years ago
corpulent b91d8ff850 fix: retain only the key value on update 2 years ago
corpulent 0bf85bfbae fix: retain key and type values on udpate, remove lodash 2 years ago
Samuel Rowe 3f486ed42c fix(frontend): allow empty strings for protocols 2 years ago
Samuel Rowe c8c298ac3b
Merge pull request #79 from nuxxapp/feat/protocol-update
Make protocol optional
2 years ago
Samuel Rowe 21e1c25262 fix(frontend): fixed missing key warning for toggles 2 years ago
Samuel Rowe d727e2c108 feat(frontend): remove default value for protocol 2 years ago
Samuel Rowe b272078f99 feat(frontend): updated toggles to be optionally empty 2 years ago
Samuel Rowe 859ddc0398
Merge pull request #78 from nuxxapp/feat/network-forms
Created network forms
2 years ago
Samuel Rowe 5f94c1ec62 refactor(frontend): removed unnecessary utility functions 2 years ago
Samuel Rowe 29ed43ce9f feat(frontend): removed default values such as 'unknown' and 'unnamed' 2 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.
2 years ago
Samuel Rowe 2e2349f6ab feat(frontend): updated submit button UI in edit network modal 2 years ago
Samuel Rowe 70ef1e13a7 feat(frontend): updated submit button UI in create network modal 2 years ago
Samuel Rowe 58aba1da61 feat(frontend): updated spacing in general tab of network modal 2 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.
2 years ago
Samuel Rowe 420ccdd2f3 feat(frontend): removed delete button from `EditNetworkModal` component 2 years ago
Samuel Rowe dcc8b57004 feat(frontend): created `NetworkList` component 2 years ago
Samuel Rowe 3c23e902e9 fix(frontend): fixed `getInitialValues` and `getFinalValues` to work with IPAM and labels correctly 2 years ago
Samuel Rowe 6930cda7bd fix(frontend): fixed incorrect tab identifier in edit network modal 2 years ago
Samuel Rowe 8264d6cac8 feat(frontend): updated management networks modal title 2 years ago
Samuel Rowe 5f3a319c36 feat(frontend): created `EmptyNetworks` component 2 years ago
corpulent 6c59f6e18e fix: creating and updating a network 2 years ago
Samuel Rowe f2be93951f feat(frontend): implemented labels form for network modal 2 years ago
Samuel Rowe cd4ed9b98e feat(frontend): implemented IPAM form 2 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.
2 years ago
Samuel Rowe f42461cf26 feat(frontend): created `Records` component 2 years ago