Skip to content

Commit

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

chore(main): release 1.8.0
  • Loading branch information
gentlementlegen authored Jan 16, 2025
2 parents 9cb9aad + 2390909 commit 9d28211
Showing 1 changed file with 111 additions and 0 deletions.
111 changes: 111 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,116 @@
# Changelog

## [1.8.0](https://github.com/ubiquity-os-marketplace/command-start-stop/compare/v1.7.1...v1.8.0) (2025-01-16)


### Features

* added admin infinity in decode ([84d4641](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/84d464180badf5ef78443123b81a2b27c44b3e99))
* added validator endpoint ([58b457e](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/58b457e5078eba5c2fdc241209781a19c1be3861))
* added worker deploy / delete capabilities ([13e0b4c](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/13e0b4cc9235138b442a2ff0a3b1900646f4e8c5))
* added worker deploy / delete capabilities ([ee5479d](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/ee5479ddb4357b37a7aa1933ba08752ade4fdd06))
* closing user pull-requests when unassigned ([210d943](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/210d943615aaf0a531b63516a893138c15ec7343))
* custom message for private issues without plan ([829a134](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/829a1342ed716c062ec25d4d010142cc4c285c1d))
* enforce collaborator-only label restriction ([413c844](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/413c8442170e4ff8455256dc590d02f81f82a608))
* fine grain permission to start tasks ([e408abe](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/e408abee2503a3bd47ce3db0e00127d57ef27117))
* make issues and PRs search configurable ([32e9280](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/32e9280d5ccfdc7ef827158aafa410ebfc0c9b9f))
* make task limits configurable ([9b7bbdf](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/9b7bbdf618cd39fd6337b44dfa9221745a57e5f2))
* manifest commands object ([aaf9c59](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/aaf9c59f083b15f82c5348eb7495d87fa7eb2791))
* max task assignment for collaborators ([8d5c56a](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/8d5c56a65c6f1fb586fd1d1d518c876db5516f47))
* new error msg on missing required label ([ef6198a](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/ef6198ae51b9d8a39f61fe669144e8826e724924))
* pull edit handler ([188d00e](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/188d00eb7486fe920c0d800d6d50dd7536818f25))
* pull edit handler ([30959ec](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/30959ec39e4e7567a1d4a8df35900dfb0ca410c7))
* requiredLabelsToStart config ([5326f20](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/5326f20dbbe3e1a849487bc1d62572ce534fa0da))
* schema generation ([5999073](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/59990739868c2f5a4fb02ce55d3d25b635a36e34))
* sdk and command interface ([6c1a13e](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/6c1a13ec7f6047e32bcf518ea74333b8e5edb247))
* switch to Bun and fix deploy ([6241af7](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/6241af7be3f21449632960daa12a51a5182eb2e6))
* task limit improvement ([f00a9c6](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/f00a9c67b09a4d98fd9c2d2d49489ce41fbe2f0e))
* task limit improvement ([5497d7e](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/5497d7ebd89b24c282ff9501c206c4b3274036b8))
* **tests:** add collaborator tests for issue assignment ([c5e58f5](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/c5e58f5f24ef96d3a8ba4b7f0d54c34f6a3744a7))
* update style ([734f97b](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/734f97bcb910452461fc87a7d5f54156b5a4149c))
* upgrade typebox ([1a32260](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/1a32260f4b2be30f4adcb4f139392aadc38a4f06))


### Bug Fixes

* add env typebox validator to worker, fix tests ([f5bc1d5](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/f5bc1d5adb3ee811f0b984750f938e8e1608ccbd))
* add fallback methods for fetching issues/PRs ([16ba3a8](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/16ba3a84835b5fc74d882fb4f0f5902491eec57a))
* add rolesWithReviewAuth to config ([9180717](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/9180717d3789da49b43aaf3b68ad78ccd1f3e926))
* add rolesWithReviewAuth to config ([4c29657](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/4c296573b0d7091eb3bcb1c02b5ebf909d73d59d))
* add validation to check for duplicate roles ([d62cfe5](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/d62cfe59a8426eea16239af779bceb39afeb8639))
* added test for start with carriage returns ([41a8058](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/41a8058604fb0e83355b7842d434cb4f1ecb4701))
* added www. prefix ([0b63098](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/0b630988ddd313bb09c2103c76f66138260beec3))
* address duplicate logging on max limit ([0bfa5e0](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/0bfa5e0bba90837cdb3826490949c25d6f1bf14e))
* alternative way to list issues within network ([72cc120](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/72cc1200d5ad7848c54eab4c878a53eb15f6452c))
* assignee issue and open pr fetching ([f308aca](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/f308acab4e389d40bee8f68ab6ed47be797fc791))
* change checks for invalid env to get more details ([cc6ccfa](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/cc6ccfac4da89e727bf16f68cd047884399e91d1))
* check limit per role correctly ([9416b25](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/9416b25389063ebe9f25307c31845adab9e8f7e4))
* clean up queries ([df7ff28](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/df7ff28afad86cc5fc793ac490c65a42fcec626a))
* cleanup ([239d26e](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/239d26e33eda370643f2be428b5334aae8fd0c82))
* cleanup merge ([a4df1b9](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/a4df1b99f2839f81dd0fea8334e15265458678ff))
* collaborator check with try catch ([32a4457](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/32a4457e1cbf3597fd9142fa3440cb6233e35998))
* condition for branch target changed to be either ref or workflow ref ([82bd846](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/82bd84634edbb3aa7340802f95e172754bc7be45))
* **config:** add descriptions to JSON schema properties ([4fed7fd](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/4fed7fd36b2fbb1107d28d5ec266986fa34bab7a))
* convert AssignedIssueScope to enum ([986261a](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/986261acf7c62ed8f474ea4842fae4acbfe4a92f))
* ensure assignee is checked in userUnassigned handler ([5659fc3](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/5659fc3fa7c692f1f5bd7e79298202ac553775e9))
* fix failling knip and double logging max limit error message ([84c8465](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/84c8465c815c9f2edfab3b151e109d40504c083b))
* fix format and type ([044f8a8](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/044f8a87e652e19e1349c138dfdabad03c6d022f))
* fixed /stop formatting ([43244a9](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/43244a92e663e5700816b4ed23de4d9e66b676e3))
* fixed failing test ([3e18c1b](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/3e18c1bc97b1039db021130d096aa87ee3bb5022))
* fixed tip display and removed bold ([32082db](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/32082db649a70afb6a4d671a7214985708858330))
* get contributors from config ([32b0456](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/32b045672108106c780dff00b3c793461467211b))
* get contributors from config ([212f9bf](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/212f9bf226ffa1ca2c460af6917d090e6a0f5a20))
* handle 404 ([d09f2d4](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/d09f2d4f535a51ce004806bfac8a0a07ae912c2e))
* handle fetch error ([2474312](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/2474312f268ae015065f3f8000a9cb67ff735f3d))
* handle search API private repo ([d8fead7](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/d8fead76df4723c8f387ffbae9314324481eb3a3))
* hide deadline if no time label ([1ab9112](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/1ab9112bcd9789babbfdc5111c603f0726148532))
* ignore dist ([2ba5e14](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/2ba5e142969eb24b0d898c5eed44df1abb957588))
* ignore eslint config ([9155361](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/9155361f8fcb61fd72b5fb74a8856089a13de55a))
* **issue:** handle 404 status in fetch pull request reviews ([82064c5](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/82064c543782138221213a80455e68ba110f625c))
* linked pull-requests on tasks that cannot be started get closed ([b36b79b](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/b36b79b9e55279e407295e02ad4c95cdf05a5012))
* logic to retrieve pull-requests pending for a user updated ([e5259f1](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/e5259f16f1e2ab931383152a8d749c21d0720327))
* ncc build ([29c2aef](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/29c2aefeeadf5b134edfc25e05a2e2d85bbdc442))
* pass decoded env ([a9b21e0](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/a9b21e0ca1d866c2bb0acfcbd1814811d136fa23))
* prevent bot from double posting messages ([9c40d09](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/9c40d09bfc0c4ec178bb874afc03c57409ffe7ec))
* process review comments ([8fcedd9](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/8fcedd9cc4ba3860a50b6835d8b8345cbc27e9f1))
* query network in getAllPRs ([58fd4da](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/58fd4da3ecb986b9a7bdcdbfd60aca5e96e6da8c))
* regenerate bun lock file ([788b468](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/788b468217d21cef23e0f75a98efb0d0b70de2d2))
* register warning message change ([8868146](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/8868146912b878614467b153b4568becd6e157b2))
* register warning message change ([8dd8463](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/8dd84638b69cc8d2fabf8d5572dfa5155d995d08))
* remove duplicate maxTask checks ([99ccab3](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/99ccab31345cfce1ddf804999cd9bf3707010c26))
* remove individual limit comment ([38b1653](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/38b16539ead5dde3a9007251608a797897eae865))
* remove openedPullRequest checks for maxlimit ([14f8e5f](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/14f8e5f2ed01af77d5711eb49501f79696b4c61c))
* remove union type ([09c5337](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/09c533716356716789fb6a2ed1b6004107e55f36))
* remove unneeded usage of no wallet string param ([6151b52](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/6151b52e6678b928e6ca096b4c94180bde66e0d4))
* removed deadline message on issue assigned ([f9c38e9](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/f9c38e9c7e1b40340919b5cf6eaaf401a6c3bcc5))
* removed debug lines ([ad20e32](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/ad20e32526c6a9bf1ec2d87f8558e4aeb2b62e0c))
* removed duplicate error messages ([da03c15](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/da03c1504ecc03ebfa7f7cecf51f36b832046470))
* removed duplicate error messages ([3f61f14](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/3f61f149c2998d69b6181ad580b40a27e5dfae85))
* renamed checkIssues to assignedIssueScope ([87e7b16](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/87e7b16f334f7dec5a1ee34f01b9611b1e120ace))
* return lowest task limit if user role doesnt match any of those in the config ([b4696c8](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/b4696c87462a52f0eb126a376c1fb3357770560a))
* return lowest task limit if user role doesnt match any of those in the config ([391bdde](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/391bdde81d1f1da7b6d9f95ec7e445865024e271))
* revert change in package.json ([8bf9f6f](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/8bf9f6f672e28ce1d679d9a6ed3a011e7d9e9f74))
* set a default value which is type string ([40def46](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/40def464f2e0eca6065324ea94652cf561a89f6a))
* set smallest task on error when getting user role ([10b985a](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/10b985ab574ae50ec9fe3e2118509a205278f1b4))
* show message by a config of the emptyWalletText ([b11fc4f](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/b11fc4f534b53132182f4fb501b88f1fe214f026))
* skipping deadline self assign post if no deadline ([ebf98c4](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/ebf98c455278fc8ea21d442ae37bd6d6d6f4f81e))
* switch back to CJS ([5f81ebf](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/5f81ebfd2aa3c89f2004dc8f75539dfbd9d31fdd))
* **tests:** update error message for collaborators assignment ([4a954be](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/4a954bee3021c6bb4f32271b0ae382ee9bf4b2bd))
* the messages are displayed on catch errors ([c79b63f](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/c79b63fa8224012d90c36de488c6c1fed6e5ba77))
* the pull-request author is now the user assigned instead of the editor of the PR body ([7023f84](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/7023f848b7d9ae214f8e823646d9924f3c8d6bc4))
* the stop commands are counted by assignment periods ([35f62c2](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/35f62c2ad09255f32f626a8af5022ed661155913))
* the user role is determined from the repo when unavailable from organization ([fa4692b](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/fa4692b76ca37de3744eaac78e549f6f2c89cb93))
* undo changes in manifest ([3827d28](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/3827d28303a1d36e7668809194f6c9963c2a3140))
* update mock handlers ([0953019](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/0953019c1c0f1b84ed837d8ab65c5ae1072cd9b6))
* update octokit method namespace ([3d760e3](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/3d760e37911f24c4d61601bc74960d742396b36b))
* update yarn.lock ([910ebf0](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/910ebf08767b9905d399152f832d2b90d5857423))
* updated yarn.lock ([0a6bd74](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/0a6bd743a63ee756c63d866b16453f31855422cf))
* upgrade bun regenerate lock file ([3ed0b7e](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/3ed0b7ec06d96f7f97cb0a9853fcd675b00608fa))
* used API to query orgs where the app is installed ([cd96022](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/cd960229256da8a60d4c5138b014041725be8e9b))
* user t.record and loop by object.entries ([a5bd14d](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/a5bd14dac37ee612e257e3a2d0e4375cc5f8b373))
* using graphql to fetch prs ([c49982b](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/c49982b9b1415d46d0c97739c55046553d8ac2f0))
* yarn v1 ([7deffaf](https://github.com/ubiquity-os-marketplace/command-start-stop/commit/7deffaf3d91385468e3a2ccf3b91c7d89c47175a))

## [1.7.0](https://github.com/ubiquity-os-marketplace/command-start-stop/compare/v1.6.0...v1.7.0) (2025-01-14)


Expand Down

0 comments on commit 9d28211

Please sign in to comment.