Skip to content

Commit

Permalink
Merge pull request #281 from ubiquity-os-marketplace/release-please--…
Browse files Browse the repository at this point in the history
…branches--main

chore(main): release 1.6.0
  • Loading branch information
gentlementlegen authored Feb 18, 2025
2 parents 56e04b8 + 23b5d3b commit ab88141
Showing 1 changed file with 95 additions and 0 deletions.
95 changes: 95 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,100 @@
# Changelog

## [1.6.0](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/compare/v1.5.0...v1.6.0) (2025-02-18)


### Features

* add all test cases ([0255a1e](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/0255a1e948e533dd1ad934286eb4a442a72cb525))
* add handling for comments during issue assignment ([3623fd8](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/3623fd8ce98fb7fb42d905012f24271e8105ebc6))
* add mod to processor, fix the mod, add metadata to comment ([63ff526](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/63ff526b4e80643840e1f058512474a57ef5a1db))
* add pull review parsing and reward parsing ([5c9fa6f](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/5c9fa6fdcc1c4c4e69d8c803b1ba50b89fbfdfeb))
* add startup instructions and update payload config handling ([c1c727f](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/c1c727faf8fdf7e32b9b4596038e2e4c719693bc))
* add support for multiple pull and assignees ([367064b](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/367064b4c36bd175e951e9c8d926a39c4de8ad31))
* add support for priority label ([fc5a63b](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/fc5a63b3267b6b0530c88186600eb1330cc204d3))
* added review events ([b03b8f1](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/b03b8f1c449220aa4bf68512dd514495c4b833d9))
* change to new lock format ([294ee24](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/294ee245ae2dd5d7c227e5f2383eed91cdd566ec))
* chunks calculation, retry delay ([d16defd](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/d16defdecbb17f58252b0b8574a3f31c50f92256))
* command input ([6b3a53b](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/6b3a53bc8aeb5cc41444225969bfaf08d8e1f469))
* command interface ([1925cb9](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/1925cb9daddbda52b87f9ea3ee70a96a274236b4))
* **flesch:** updated the configs ([df9bc71](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/df9bc71ba7098f198ac220c6b1d923ede252db18))
* initial implementation ([51296ee](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/51296eedf95a5042ad590229fdadfe66566b1f16))
* mul the reward by priority ([81b1595](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/81b1595507e87287864ce038f4ff970eb0e6d0f7))
* only use PRs from assignees ([8a58529](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/8a58529eee45d62d8a650a2e0a85b3af2d6b7486))
* optimization and tests ([9af58db](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/9af58db28eb71a83fc24ba9e6ba0dc690e564a7c))
* refactor existing test results and add tests ([e0cd2f4](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/e0cd2f43ed656b89e6a36caa4e27c4c0dbfefba5))
* remove SQLite dependency and add hono package ([8bcf6c8](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/8bcf6c81cac40a6de228b67294fc20a29dfb6177))
* requested review events ([7fcb02c](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/7fcb02cb5ff490703da99244ad04a853d013900a))
* retry mechanism ([f1c3408](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/f1c3408e0bea77288fbd1d17b443ef35f679aeeb))
* **rewards:** add limitRewards to cap non-task rewards ([9ff6ba9](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/9ff6ba960f055488a10f7689e904936c6490c263))
* seperate diff pull reviews to diff tables ([6aaf5fd](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/6aaf5fda83fc837bc4f50ad313ded145dee47184))
* track unique URLs in formatting evaluator ([8e8fc82](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/8e8fc8212dd9a4447cbca8bbb542cef472788952))


### Bug Fixes

* add a check for reviews ([e2285b8](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/e2285b8bbca9cba7325f408ce454c962514ce14e))
* add a description to the new config ([a2093ed](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/a2093edcb0b0a309db7198b2e1a535eed61bac45))
* add example configs ([6d437b7](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/6d437b774798b80c35d66223e612cc6f6e410808))
* add priority parsing tests ([dbf0ab3](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/dbf0ab3af5379d69a964772d5c356b7e2d86edf7))
* add priority parsing tests ([7889d58](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/7889d5815c128ae439918166e7566ce35e998654))
* add tokenCountLimit to test ([7603d0a](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/7603d0af474638b55139e9a469e27a10af4946ba))
* add useCache option to payload processing ([134a18f](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/134a18f1ab2a584c5a6db491eaba522312bf81ee))
* add useCache option to payload processing ([b01dc77](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/b01dc778efb61b0c0514be2f5a16577d6a69ee95))
* added skipBotEvents to manifest.json ([b0b5ff0](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/b0b5ff019c0f98c0e2b0cf9791c5db5f60d56c69))
* base branch can be from outside repo and skip review reward for pr author ([bf1e87e](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/bf1e87e17eb55b57ebde34c03c4c113aa2b503af))
* check collaborator admin grants before checking on org level ([079442e](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/079442ee13893014819d7fab383afdb216e2fc83))
* check if comment posting is turned on ([6e673e0](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/6e673e06e6cd138371c6b9e60bfaaad1f73e3c55))
* comapare issue creator and not assignee ([322d6a2](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/322d6a2be4eb333d2a8c2bc5a5c330a9f048741f))
* config and reward-split html for test ([48e8317](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/48e83171ae7c714c6fce8fa36f34ecf165ffc5f4))
* **config:** add descriptions to JSON schema properties ([faf4fc4](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/faf4fc46e28db4d7059a955ab8e781d7613789cd))
* configuration ([c7e4049](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/c7e4049177790b81bc693ac300f5fe1a528f555e))
* **configuration:** adjust role-based multiplier and rewards ([ebb4940](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/ebb4940a44abc971fec0f58b232bfe4cc649cfb2))
* correctly fetch user perm ([4e3305c](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/4e3305cf914cb7fe111a37cf2e2debc3560d9856))
* correctly generate permit comments ([805a1a6](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/805a1a6a729f673d22ecf1105a33a7b1d685e056))
* correctly label issue to be collaborative and fix tests ([086af49](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/086af498ee7cee815cec28a8242a5ce2dfd86d48))
* cors ([d5d24fc](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/d5d24fc8e47491fd89bc936401a51958c59d9af5))
* cspell ([1490e2c](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/1490e2cfbb52007fdcee42157d3a007ad5093d2d))
* cspell ([6f2a8eb](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/6f2a8eb282d6ac91eedcdc91ac34dd7c620b9a76))
* cspell and one spelling mistake ([fba1b27](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/fba1b27644e03bff7fd493b0440789de379bddad))
* disable review incentivizer instead of throwing if there is no linked pull-request ([3566057](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/3566057126c44c08f8625488c3793d8eb5788d49))
* enable cross fork diffs, update tests and bump plugin sdk version ([404b939](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/404b939bbb020c2fc4c50002a9ca5e8a822a6183))
* eslint ([8759422](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/8759422c1da17c29fdadd764eb318c5d0de84439))
* exclude and octokit ([8c0a729](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/8c0a729cbbdfa678a9eee667638a81e79eca5812))
* fetch excluded files from base ([ac6705f](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/ac6705fa7525cb2152d0738a357c3fd3505cee13))
* file exclusion, refcator pull fetching and add a test ([03823ab](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/03823ab26ed17ca8655a65e78903734131c535a6))
* if no pull req return false for reviews ([f0b0bc3](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/f0b0bc375532419fbb2189685a381d6bb19954d3))
* ignore limit for assigned users ([377e8f2](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/377e8f2c3981083aa6b0f59f85bc10108b309825))
* long prompts are now split by n-chucks and averaged after evaluation ([93308f4](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/93308f4e1c5bf96fe1f18e723df7865f63b87d1b))
* node retrieval is split by chunks of 100s when fetching user comments ([3c28b4d](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/3c28b4d769be609b6a9efc01330ec2b610c99918))
* only fetch merged pulls and use cached reviews ([be1cdca](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/be1cdcabfba5f22ef380caffc97a6f8fa06ccb46))
* **parser:** handle URLs with query parameters correctly ([c7b55dc](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/c7b55dc10d31ebf89e94ef8c75cc53308fcaf7ab))
* **parser:** remove footnotes and improve URL extraction ([ab2f9be](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/ab2f9be0f8e70ab5c7f7784a72e269ded83cb2f0))
* **parser:** simplify priority label parsing ([94ec7de](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/94ec7de2caf725bc34af0b2095421bf6b98bb347))
* **parser:** simplify priority label parsing ([17070e6](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/17070e6e022552cd849c9ecd613622d4851c852b))
* payload ([5a937bb](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/5a937bbbff4a180f6f2a64134585470a308b0c85))
* payload for backend uses the owner and repo payload ([cd42282](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/cd422826a858cbee388504a9487f1476bf8284a5))
* priority multiplier does not apply to specification anymore ([a1103e5](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/a1103e5dc32cd26585c1f9262540686fdef1e0e0))
* refactor ([3aabed9](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/3aabed9f6a06af29a718d17b7d4492314fbddd8e))
* refactor failing tests ([f2e522b](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/f2e522b756557daf7221cf4d953369994f548c04))
* remove unnecessary mock in favour of mocked api endpoint ([a5d16a2](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/a5d16a2beaca73d2b9978ee7f0cd59fbb7d5407f))
* remove unnecessary Promise.resolve ([352cebc](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/352cebcc848982d380167970c34fab819fd5529c))
* review parsing and make code more efficient ([7644062](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/76440620695ddc9be2f1c5724ba27ab8ee0f8eb3))
* **reward-limits:** adjust rewards limit calculation ([171f523](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/171f5233eea4d762ea247a9a1b40f558b3263c32))
* reward-split html for test ([c18ccb7](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/c18ccb7479cbc2d96adb696ad6bd3f6829848c0d))
* set relevance to multiply the whole result (revert 8c4fe1b5) ([d5838e6](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/d5838e603cd886aeeca4ab049783d85841b85be6))
* simplify commentType generation and default multipliers ([0b0243e](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/0b0243e152bac1f63cb2632a564a62e40b923129))
* stop review rewards from reinitializing ([87456c1](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/87456c1a589aa663a8cc927fa3ad3c02402bd335))
* testing leftover ([e370a3b](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/e370a3b5fd95b1fbf28cdaec5d4c92a326c4d552))
* tests ([53519db](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/53519dbe48fe76bb69eed41afc5478705c50192b))
* tests ([439f781](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/439f78116a2dcf098389667b5bb283c6352e3b3b))
* the capping message is not displayed if there is no task reward ([28d3b88](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/28d3b8841b6a91baa874b1cf0f1d95a307e296d7))
* the comment splitting now processes differently pull-request and issue comments ([9ac8052](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/9ac8052993afff5921d703a0715361def534bba9))
* the cosine similarity is evaluated for top comments and bot comments are ignored ([c3d091b](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/c3d091b7520958a9ecfbab8eef50fb87e349c85c))
* update Octokit import in test file ([6a2acc7](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/6a2acc7d5a5a8aadd6d7bc8fa2fff6c7b25b03c4))
* update regex for OpenAI route validation ([0d5995b](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/0d5995b9eecc93957d0f3c6299e2e93c4eaf8d03))
* user permission level is also retrieved from the repository itself ([2de619f](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/commit/2de619fce16b48338ea312a3788b7cc03ba01592))

## [1.5.0](https://github.com/ubiquity-os-marketplace/text-conversation-rewards/compare/v1.4.0...v1.5.0) (2025-02-11)


Expand Down

0 comments on commit ab88141

Please sign in to comment.