feat(jira): add due date support and actor-based search in Jira integration / refactoring#7
Open
MrCheater wants to merge 7 commits into
Open
feat(jira): add due date support and actor-based search in Jira integration / refactoring#7MrCheater wants to merge 7 commits into
MrCheater wants to merge 7 commits into
Conversation
…timezone handling - Added date-fns and date-fns-tz for timezone-aware date operations - Extended prettyDate to support "last monday", "last tuesday", etc. in multiple languages - Implemented proper UTC <-> local timezone conversion - Added comprehensive unit tests with snapshots - Updated dependencies and removed unused undici imports refactor(jira): simplify issue fetching logic in multiple APIs - Replaced manual deduplication with direct smartSearch usage - Removed redundant Set operations for keys and parent/child lookups - Added early return in smartSearch when queries array is empty - Cleaned up getUserActivity by removing unnecessary issue mapping test(utils): add full test suite for prettyDate function - Added 450+ lines of unit tests covering all date periods - Included timezone-aware snapshot testing - Verified edge cases for last weekday calculations
… handling - Remove redundant formatDate function and update imports - Handle empty events with fallback message - Support optional content and new 'other' type in search results
- Added .yarn/install-state.gz to .npmignore, .prettierignore, and .gitignore - Removed stylelint from lint-staged config for CSS files - Enabled sourceMap in tsconfig.json
- Verify date formatting for various time periods and weekdays
…ration - Added dueDate field propagation in issue hierarchy and reports - Implemented actor/actors filter in smart search for creator, assignee, status changes - Enhanced getUserActivity with actor filtering and improved event logging - Introduced state management via WeakMap for context isolation - Refactored JiraClient to use function syntax and proper typing
- Introduce state management via WeakMap to store Jira client - Update type definitions for stricter context validation - Enhance user activity report with issue summary display - Centralize state access using getStateFromContext utility
This file contains hidden or 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
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.