Skip to content

Commit

Permalink
chore(main): release 0.0.2-alpha (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 30, 2025
1 parent 125d2ac commit b43396e
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1-alpha"
".": "0.0.2-alpha"
}
103 changes: 103 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,108 @@
# Changelog

## [0.0.2-alpha](https://github.com/flavono123/kupid/compare/v0.0.1-alpha...v0.0.2-alpha) (2025-01-30)


### Features

* (un)pick fields rendered in result ([29bba5d](https://github.com/flavono123/kupid/commit/29bba5de47c97be18b5d4c9b95fdcf03768d849c))
* add path prefix to field ([47f7099](https://github.com/flavono123/kupid/commit/47f7099a0adce9dcc26c789334b76f1536cb3c9d))
* animate width limit bar ([20e7ea9](https://github.com/flavono123/kupid/commit/20e7ea950f38de6b43c24610451edadc1697494c))
* cache informer's objects ([29ed642](https://github.com/flavono123/kupid/commit/29ed64259347d40a40a35563632a9e8852cc2998))
* calc max length of array to make index key children ([87b144a](https://github.com/flavono123/kupid/commit/87b144a38791a8bcbc67422bedd921d1bc03b80c))
* can pick the value of array ([f9bc17f](https://github.com/flavono123/kupid/commit/f9bc17f3d5bf795935330f2a827472b78d1fe80c))
* change to horizontal layout and adjust dynamic window size ([774bdec](https://github.com/flavono123/kupid/commit/774bdecbe3d929d03d6d0f54f6da6c2b6c450f2e))
* cursor following to toggle node(has a known BUG) ([531c4f6](https://github.com/flavono123/kupid/commit/531c4f629b61ec43fb4c3a73ef55259615819816))
* decrease progress bar's frequency when it's close to the limit ([6d8b8a2](https://github.com/flavono123/kupid/commit/6d8b8a2f1a70180ca48c55335048ab649e560e84))
* default cursor movement in table ([3f59a75](https://github.com/flavono123/kupid/commit/3f59a756fd564cd2f497aff16c2f77f99ec6d085))
* default style for table ([591c9df](https://github.com/flavono123/kupid/commit/591c9df97a073d47815636326f1e5b3ea68d9b0a))
* default ti and highlight tabbed view ([9e4fc99](https://github.com/flavono123/kupid/commit/9e4fc991b4d0730a85f16cc996092ee9da15caef))
* define renderable lines in nav ([b8017f4](https://github.com/flavono123/kupid/commit/b8017f443b5cdbba54331776042e3f8e485f1780))
* diplaytype with verbosity ([cadd51a](https://github.com/flavono123/kupid/commit/cadd51a8e18efb7c432a189f7197b233c2006412))
* display namespace in result ([f11e00d](https://github.com/flavono123/kupid/commit/f11e00dbb24390fa7fcb4099bd9d212fbac41802))
* do not cache informer; actually didnt work ([233d44a](https://github.com/flavono123/kupid/commit/233d44a103eee4d9ab6faf583f7745939555e49a))
* do not render type for index and key node ([c3b0073](https://github.com/flavono123/kupid/commit/c3b0073ad5ab6eae67b68b35fa261a53049826a8))
* extend to (maybe) all built-in apis ([6e80b62](https://github.com/flavono123/kupid/commit/6e80b620492b729b837a10ce1b90a75e4f2166fa))
* filter for each column ([487016d](https://github.com/flavono123/kupid/commit/487016d5369dbcbe72fdde67b0439b5e78bcd0d2))
* filter match by line ([20af52f](https://github.com/flavono123/kupid/commit/20af52fa24d7f01650d15650527c7b3532643a97))
* focus schema/result by tab ([d515a3d](https://github.com/flavono123/kupid/commit/d515a3db56af8708d70c0a68dfe66f809e040255))
* fold/expand all same level ([33d7834](https://github.com/flavono123/kupid/commit/33d7834ca6e5bb61b28250631cfe98ac82d7ee8a))
* get all gvk from kube api ([c59a20d](https://github.com/flavono123/kupid/commit/c59a20dd4547f834d4284a1951356fda67e71ce9))
* highlight header when result(table) focused ([e498b22](https://github.com/flavono123/kupid/commit/e498b22673b081a4fb954f234b7ebbfc63137628))
* initial commit; test on pod ([ee04378](https://github.com/flavono123/kupid/commit/ee043788a9d9a27d8a6069510a298bbad5837913))
* inject indice for array node ([68c0c71](https://github.com/flavono123/kupid/commit/68c0c7160639f29dd04f8050ef5c17c9637b11a1))
* **kube:** use v2 as default ([ff824c0](https://github.com/flavono123/kupid/commit/ff824c08c85bbe3e15ece57057abb2fa16a482ef))
* limit picking by table width ([09e36a5](https://github.com/flavono123/kupid/commit/09e36a52711230f813d6ab792fbcff1f92483130))
* parse array with child refkey or type ([ae320bb](https://github.com/flavono123/kupid/commit/ae320bbb13c52a40fa9d019ddcbf0d62355a4c7e))
* pick/unpick field ([e8d8ee6](https://github.com/flavono123/kupid/commit/e8d8ee6309e646581cd917d742917cd913cadb26))
* progress bar show width limit ([183458f](https://github.com/flavono123/kupid/commit/183458faba27dc2ceac059d38a66d757bfd5c585))
* quit in main, also able when focused on result ([b728a9e](https://github.com/flavono123/kupid/commit/b728a9e2e1d9865face4284d6c388e3373470478))
* real-time updating objs by store ([cd107de](https://github.com/flavono123/kupid/commit/cd107de4a6855eeae7d79ee95f4012bed81a3338))
* reimpl generator ([73497c7](https://github.com/flavono123/kupid/commit/73497c73f1b5854dc6fd21d8bd006fb66e56738a))
* remove node full path for debugging ([8dac8cf](https://github.com/flavono123/kupid/commit/8dac8cf150252d2de9795afe5941f291d9b1cf2a))
* render blurry candidate field ([76c2c34](https://github.com/flavono123/kupid/commit/76c2c34a925fa0fe8d6dbdbd5eef82fc4f7587fa))
* render full name ([ee8f41c](https://github.com/flavono123/kupid/commit/ee8f41c199d2bd7cc8b4e8b902b05f0591750025))
* render map keys ([b4f94b4](https://github.com/flavono123/kupid/commit/b4f94b48282d24fc41cf0fc76e316d2b6cc35a96))
* render selected resource's name ([3d79295](https://github.com/flavono123/kupid/commit/3d792955be1516db96121841b4e10691054d3604))
* render static table ([cb123dc](https://github.com/flavono123/kupid/commit/cb123dced846e3eff35d22d9505f22c9bf245a1c))
* reset selected fields when gvk changes ([0810c2e](https://github.com/flavono123/kupid/commit/0810c2e438693f726dcf2b63e3bea0d91361cbb0))
* selectable fields ([a3076c3](https://github.com/flavono123/kupid/commit/a3076c3ebb9dc1d0630ec0f6803aff7425fb2be9))
* sort by matching score ([f40ceb5](https://github.com/flavono123/kupid/commit/f40ceb5a9e754d90556dfc684ccbcb00f1901b72))
* sort numeric keys, indice of array ([8f27f4e](https://github.com/flavono123/kupid/commit/8f27f4eb4e83ee29dc94beb8873bcd402ca7ec59))
* status message ([3dc9408](https://github.com/flavono123/kupid/commit/3dc9408c1c79fb329712a5a8f1d7698c511d1051))
* statusbar, help message ([cf74d41](https://github.com/flavono123/kupid/commit/cf74d41e69a568379918ad8035742715aa4f40ff))
* toggle expand for all folder ([fbfca5e](https://github.com/flavono123/kupid/commit/fbfca5ecf447a7f2a3de55363fcd52920f08aaa2))
* **ui/schema:** render kind in the top bar ([d53aa7f](https://github.com/flavono123/kupid/commit/d53aa7f26c0447ea2ebdc221fcbdbb594242a3a9))
* **ui:** add current context to top bar ([e1652aa](https://github.com/flavono123/kupid/commit/e1652aa185b9c5b684575327bbff814d55884841))
* **ui:** bubble up selected gvk ([c495478](https://github.com/flavono123/kupid/commit/c495478816252497caa04a4f2c063d91815c6650))
* **ui:** cursor movement ([0d68fc1](https://github.com/flavono123/kupid/commit/0d68fc13cb8ce7df2d0642f1845aa14266437a30))
* **ui:** display mock kbar ([fd87114](https://github.com/flavono123/kupid/commit/fd87114e6b47e0ca46bec42334c73e6a5fcc87f5))
* **ui:** filter kbar items ([082d3c7](https://github.com/flavono123/kupid/commit/082d3c7994676baa3de2b160cebb53cb579cfba7))
* **ui:** fuzzy search for kbar ([e6fd6ab](https://github.com/flavono123/kupid/commit/e6fd6ab63b827549e41eb8cab2c495fded84e6cd))
* **ui:** indicate foldable nodes ([fac3899](https://github.com/flavono123/kupid/commit/fac3899c9454c529c6984a346616b6b46ab3ad06))
* **ui:** just wrap schema model ([047c4f7](https://github.com/flavono123/kupid/commit/047c4f7c8fbd3a0122dfdabd0957abd9e06a807e))
* **ui:** kbar scroll ([87f39d6](https://github.com/flavono123/kupid/commit/87f39d6beeebab11be862b3520ac068cb17ed753))
* **ui:** migrate to new schema field tree ([96a30de](https://github.com/flavono123/kupid/commit/96a30de79ca48bbf57336702b63bf466041324ad))
* **ui:** place kbar at the top 20% of the main model ([b366ca0](https://github.com/flavono123/kupid/commit/b366ca0ece8e6cc71daf2db3d9159b4018aa6a36))
* **ui:** remove old node tree ([cd14062](https://github.com/flavono123/kupid/commit/cd14062fb6fdfb664a07a2daba21ece6c3ba6f72))
* **ui:** render empty kbar ([b9e81bb](https://github.com/flavono123/kupid/commit/b9e81bb5c9f0b681f1a660187e6ff3d9a634fca7))
* **ui:** render header names as capital letters ([3d829c6](https://github.com/flavono123/kupid/commit/3d829c6e08f74f704ba100fc87d85e55f596fb82))
* **ui:** render search results and cursor ([599e6cf](https://github.com/flavono123/kupid/commit/599e6cfb870d964c1bdfe4512c0b323a4b79fca8))
* **ui:** render with scrollable viewport ([312135b](https://github.com/flavono123/kupid/commit/312135b4aa37c764781c05dd739611575c856b92))
* **ui:** set array prop type for objects with ref ([6f78bea](https://github.com/flavono123/kupid/commit/6f78bead372b53e498522b48b2654f646aa2ef45))
* **ui:** set proptype for objects only has allof ref ([fa3f07d](https://github.com/flavono123/kupid/commit/fa3f07d1317dfb0fc6b9658f6e4eacdcc2e9edb9))
* **ui:** styling ([540bb8d](https://github.com/flavono123/kupid/commit/540bb8da1f2de88e95617ec93e200be9441f831e))
* **ui:** toggle folder ([104a1be](https://github.com/flavono123/kupid/commit/104a1becaae91ca4777fc8021e8ccc77dc087040))
* **ui:** update gvk from kbar selected ([b3156c2](https://github.com/flavono123/kupid/commit/b3156c25fda2f238f29cdbb95646d361252603a9))
* use prop for array over its child ([b060f3c](https://github.com/flavono123/kupid/commit/b060f3c908182cf004b96f7dc9fa2350b4c26fde))
* **v2/schema:** add foldable ([a879289](https://github.com/flavono123/kupid/commit/a8792891d2dc5cec9ae744203b4f6fba78d97415))
* **v2/schema:** create fields tree over printing ([f7f08eb](https://github.com/flavono123/kupid/commit/f7f08ebc46d8e98bb6c0b0f606703a9bc7641f2b))
* **v2/schema:** print enum ([303ce2c](https://github.com/flavono123/kupid/commit/303ce2cb49c7de528f5864f39387db99b2cac8e1))
* workaround before viewport supporting horizontal scroll ([62d8215](https://github.com/flavono123/kupid/commit/62d8215d8c03b75324aab5bac8753063fb9f9162))


### Bug Fixes

* adjust line number padding ([ad1c2ee](https://github.com/flavono123/kupid/commit/ad1c2ee3dcf8302e4dadf3093e86f80483566b2e))
* blur result filter when kbar popup and revert keep expanded nodes ([15d9532](https://github.com/flavono123/kupid/commit/15d95323aee47a3800a3acea701d6a922999d6a8))
* candidate is not updated when nav cursor moved but to will over width ([ddf9d76](https://github.com/flavono123/kupid/commit/ddf9d76b88a35945945a4a1c19a93a64d24c49bd))
* ci test ([3b121bd](https://github.com/flavono123/kupid/commit/3b121bdeccd518657236940cad195d3fdc56019a))
* handle array key in leaf nodes ([dd0abf1](https://github.com/flavono123/kupid/commit/dd0abf180b25f9d13bcb8cff7388550e2cc16b31))
* highlight candidate column ([342a980](https://github.com/flavono123/kupid/commit/342a980b21c25c610acceb57c6731b5e03317835))
* initial schema cursor style ([4f7b223](https://github.com/flavono123/kupid/commit/4f7b2231cff444b6edea26c3f49b8b18a65660d4))
* nil safe for updateObjsMsg logging ([1603395](https://github.com/flavono123/kupid/commit/16033954f652cf0ec778ddc7ea3fbbd28f7bb890))
* parse object after index key as right way ([202f8ec](https://github.com/flavono123/kupid/commit/202f8ecd569f9d1d13e17a54ffac6c3c2e516427))
* render candidate after picking ([5303730](https://github.com/flavono123/kupid/commit/5303730be2974f1dc43c958cb6421f8ebc4cdcfe))
* reset kbar when enter/out from kbar ([4dd7196](https://github.com/flavono123/kupid/commit/4dd7196f6dba161d5dd4d6accf93b7c43e8b0312))
* schema down cursor, render selectable fields ([d545a3a](https://github.com/flavono123/kupid/commit/d545a3a417c4bfe22cfe1dd73480a0b590dd20ed))
* show status messages in same duration for each event ([fda50b8](https://github.com/flavono123/kupid/commit/fda50b8660347dc9f06bd5b8cabffab48a14ea70))
* some of array of object fields has no children ([0603db1](https://github.com/flavono123/kupid/commit/0603db1281db0991bd1f5e0e8888bf7cbc1f6db9))
* split propertybuilder and array handling ([16ffdd7](https://github.com/flavono123/kupid/commit/16ffdd7059eea2f4d3cf9814c81f7bc57b34ddc4))
* update objs by selected gvk ([c184bf3](https://github.com/flavono123/kupid/commit/c184bf3a72348f5e16d8e574c21b2d6958240ac1))
* **v2/schema:** items schema ([f87a19a](https://github.com/flavono123/kupid/commit/f87a19a45ed7c09b8b9ceaa192af5c5fddd4597a))
* **v2/schema:** required field refer its parent schema ([9549e7f](https://github.com/flavono123/kupid/commit/9549e7fb42426883e74a79a2a01c5070a446b209))
* **v2/schema:** send field schema for fieldDetail ([d41ac7e](https://github.com/flavono123/kupid/commit/d41ac7eeb4e6a47333d5c987603fd05f60ba4b37))

## 0.0.1-alpha (2025-01-01)

### Features & Bug Fixes
Expand Down

0 comments on commit b43396e

Please sign in to comment.