generated from ubiquity/ts-template
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge development into main #196
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added basic Hono frontend with Vite, React JSX, and TypeScript configuration.
Renamed package and added new form UI with server configuration.
Refactor event types, add markdown CSS, improve URL dynamic handling and response rendering.
Added dynamic owner/repo input fields, simplified handling of issue URLs, and included styles.
Add initial README.md with setup instructions and available scripts.
Introduced loading state to enhance UX and show progress during form submission.
Introduced a navigation bar with a list item to the main component.
Enhanced error logging for better debugging and added POST route in server for OpenAI messages.
Add conditional GitHub comment posting, update OpenAI option logic, and refactor form UI.
Changed regex pattern and implemented better parsing logic for comments.
Implemented getPayload function to streamline issue close event payload.
Revised getPayload to require a boolean for useOpenAi and adjusted imports and payload creation.
Add missing data to error log and change regex for JSON processing.
Upgraded "yaml" dependency from 2.4.1 to ^2.6.0 for compatibility.
Remove unused imports and streamline data fetching/update logic.
Add a method to initialize the database schema if it doesn't exist.
# Conflicts: # bun.lockb
Change the regex to match the correct number of entries in the JSON response.
Updated the ISSUE_ASSIGNEE and PULL_AUTHOR roles to correct values.
Refactored commentType with stringLiteralUnion; simplified default multipliers.
Refactored code to simplify role mapping and improve readability.
Removed unnecessary intermediate array and streamlined return.
Replaced @octokit/core with @octokit/rest and excluded ./src/web in tsconfig.
Replaced `@octokit/core` with `@octokit/rest` in rewards.test.ts.
# Conflicts: # bun.lockb # dist/index.js # tsconfig.json
Add tests for default and specific priority labels. Fix default 1.
Refactor _parsePriorityLabel method for improved readability.
# Conflicts: # dist/index.js # tests/priority.test.ts
Eliminate logLevel from configurations, examples, and type definitions.
Correct minor phrasing in the comment for readability.
Added detailed 'How to Get Started' section in README
Converted logger error to throw an error in issue-activity-cache.
Extended payload
Includes example encrypted key for local development.
feat/webpage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.