-
Notifications
You must be signed in to change notification settings - Fork 1
RELEASE 20240529 #835
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
Merged
Merged
RELEASE 20240529 #835
Conversation
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
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/bugTypes'
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/bugs/{bid}'
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/bugs/{bid}/comments'
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/bugs/{bid}/comments/{cmid}'
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/custom_statuses'
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/devices'
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/findings/{fid}'
🔧 chore(schema.ts): fix typo in path name '/campaigns/{cid}/meta'
🔧 refactor(schema.ts): update paths for video tags and video endpoints
🔧 refactor(schema.ts): update paths for widgets and projects endpoints
🔧 refactor(schema.ts): update paths for users, templates, and preferences endpoints
🔧 refactor(schema.ts): update paths for observations, workspaces, and coins endpoints
🔧 refactor(schema.ts): update paths for projects, campaigns, and users endpoints
🔨 refactor(schema.ts): update object keys to use double quotes instead of single quotes
🔧 chore(schema.ts): add new schema definitions for PaginationData and Video
🚀 feat(schema.ts): add new schema definitions for BugType and Video comments
🔧 chore(schema.ts): fix typo in operation name 'get-campaigns-cid-bug-types' to 'get-campaigns-cid-bugs'
🔧 fix(schema.ts): rename 'get-campaigns-bug-siblings' to 'get-campaigns-cid-bugs-bid-comments'
🔧 fix(schema.ts): update schema for 'get-campaigns-cid-bugs-bid-comments'
🔧 fix(schema.ts): add schema for 'post-campaigns-cid-bugs-bid-comments'
🔧 fix(schema.ts): add schema for 'delete-campaigns-cid-bugs-bid-comments-cmid'
🔧 fix(schema.ts): update schema for 'get-campaigns-cid-meta'
🔧 fix(schema.ts): update schema for 'get-campaigns-cid-os'
🔧 fix(schema.ts): update schema for 'get-campaigns-cid-priorities'
🔧 fix(schema.ts): update schema for 'get-campaigns-replicabilities'
🔧 fix(schema.ts): update schema for 'get-campaign
🔧 fix(schema.ts): change single quotes to double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names to use double quotes for consistency
🔧 fix(schema.ts): change property names
🔨 refactor(schema.ts): update all single quotes to double quotes for consistency
🔧 chore(schema.ts): fix typo in 'get-users-me' endpoint, rename to 'get-users-me-preferences'
🚀 feat(schema.ts): add new endpoint 'put-users-me-preferences-prefid' for updating user preferences
🔒 chore(schema.ts): improve consistency in parameter naming and structure for various endpoints
📝 docs(schema.ts): add descriptions for each endpoint in the schema file
🔨 refactor(schema.ts): change single quotes to double quotes for consistency
🚀 feat(api): add new endpoints for fetching and manipulating campaign data
🔧 fix(api): remove duplicate endpoint definitions for bug types and comments
🚀 feat(api): add new types BugComment, Video, PaginationData, UserPreference
🔧 chore(api): reorganize imports and remove duplicate type definitions
🔧 chore(schema.ts): rename '/campaigns/{cid}/priorities' to '/campaigns/{cid}/observations'
🔧 chore(schema.ts): update '/campaigns/{cid}/replicabilities' to return accepted replicabilities
🔧 chore(schema.ts): update '/campaigns/{cid}/reports' to return available reports
🔧 chore(schema.ts): update '/campaigns/{cid}/severities' to return severities
🔧 chore(schema.ts): update '/campaigns/{cid}/tags' to return tags
🔧 chore(schema.ts): update '/campaigns/{cid}/usecases' to return usecases
🔧 chore(schema.ts): update '/campaigns/{cid}/users' to return users and manage them
🔧 chore(schema.ts): update '/campaigns/{cid}/ux' to return user experience data
🔨 refactor(schema.ts): change all single quotes to double quotes for consistency
🔧 chore(schema.ts): fix indentation and formatting issues in schema.ts
🔨 refactor(schema.ts): update string quotes to use double quotes consistently
🔧 chore(schema.ts): add Observation and VideoTag interfaces to components section
🔨 refactor(schema.ts): change all single quotes to double quotes for consistency
🔧 chore(schema.ts): fix typo in 'delete-campaigns-cid-custom_statuses' endpoint
🚀 feat(schema.ts): add 'get-campaigns-cid-observations' endpoint for campaign info
🔍 chore(schema.ts): fix typo in 'get-campaigns-cid-usecases' endpoint naming
🔨 refactor(schema.ts): change single quotes to double quotes for consistency
🔨 refactor(schema.ts): change 'color' property to 'style' in tags interface
🔨 refactor(schema.ts): change 'all' string to double quotes in video interface
🔨 refactor(schema.ts): change 'get-campaigns-cid-ux' to use double quotes
🔨 refactor(schema.ts): change 'get-campaigns-cid-video-tags' to use double quotes
🔨 refactor(schema.ts): change 'post-campaigns-cid-video-tags' to use double quotes
🔨 refactor(schema.ts): change 'get-campaigns-cid-video' to use double quotes
🔨 refactor(schema.ts): change 'get-campaigns-cid-widgets-wslug' to use double quotes
🔨 refactor(schema.ts): change 'get-media-id' to use double quotes
🔨 refactor(schema.ts): change
🔨 refactor(schema.ts): change single quotes to double quotes for consistency
🔨 refactor(schema.ts): update object keys to use double quotes for consistency
🔨 refactor(schema.ts): change single quotes to double quotes for consistency in schema keys
🚀 feat(api): add new queries and mutations for video observations
🔧 fix(api): update video tag style property to match backend API
🔧 fix(api): update video tag color property to style in GetCampaignsByCidVideoTagsApiResponse
…onsistency 🚀 feat(schema.ts): add new endpoint for uploading media in bug comments 🔥 chore(schema.ts): remove unused endpoint for bug comments deletion 🔧 fix(schema.ts): change all single quotes to double quotes for consistency 🔧 fix(schema.ts): update object keys to use double quotes for consistency 🔧 refactor(schema.ts): change enum string quotes to double quotes 🔧 refactor(schema.ts): change enum string quotes to double quotes in device_type 🔧 refactor(schema.ts): change enum string quotes to double quotes in locale 🔧 refactor(schema.ts): change enum string quotes to double quotes in type 🔧 refactor(schema.ts): change enum string quotes to double quotes in kind 🔧 refactor(schema.ts): change enum string quotes to double quotes in wslug 🔧 refactor(schema.ts): change enum string quotes to double quotes in kind 🔧 refactor(schema.ts): change enum string quotes to double quotes in kind 🔧 refactor(schema.ts): change enum string quotes to double quotes in kind 🔧 refactor(schema.ts): change enum string quotes to double quotes in kind 🔧 refactor(schema.ts): change enum string quotes to double quotes in kind 🔧 refactor(schema.ts): change enum 🔧 refactor(schema.ts): change single quotes to double quotes for consistency 🔧 refactor(schema.ts): change single quotes to double quotes for consistency 🔨 refactor(schema.ts): change single quotes to double quotes for consistency 🔨 refactor(schema.ts): change object key access quotes to double quotes for consistency 🔨 refactor(schema.ts): change single quotes to double quotes for consistency 🔨 refactor(schema.ts): change object key quotes to double quotes for consistency 🔨 refactor(schema.ts): change single quotes to double quotes for consistency 🔨 refactor(schema.ts): change single quotes to double quotes for consistency 🔧 refactor(schema.ts): change single quotes to double quotes for consistency 🔧 fix(api): add support for 'VideoTags' in apiSlice 🚀 feat(api): add endpoints for 'getCampaignsByCidVideoTags' and 'postCampaignsByCidVideoTags' 🔧 fix(api): add mutation for 'postCampaignsByCidBugsAndBidMedia' 🔧 fix(api): update types for 'PostCampaignsByCidBugsAndBidMediaApiResponse' and 'PostCampaignsByCidBugsAndBidMediaApiArg' 🔧 fix(api): update types for 'BugComment' to include 'media' field 🚀 feat(api): add 'usePostCampaignsByCidBugsAndBidMediaMutation' hook 🚀 feat(Video): add 'usePostCampaignsByCidVideoTagsMutation' hook to ObservationForm
…ceholder 🌐 feat(translation.json): add new translations for transcript empty state and search placeholder
…sign-system 🔥 chore(useClickOutside.ts): remove unused useClickOutside hook
…cessary before pseudo-element styling 🔧 chore(Observation.tsx): import getColorWithAlpha function for tag background color styling
background color with alpha 🔧 fix(ObservationForm.tsx): refactor RadioTag component to include background color with alpha and margin styling
…ghted tags 🔧 fix(Transcript.tsx): adjust handleSelection to only trigger on selecting text
🔧 chore(Player.tsx): update handleBookmarksUpdate function to include console log
…glish and Italian 🚀 feat(Player, Transcript): add onClick event to open accordion and set isSelecting to false
…ield 🔄 refactor(ObservationForm.tsx): add rows attribute to Textarea and notes field
🔧 refactor(Transcript.tsx): improve styling for tag group 'severity'
…nchange event listener
…eThumbnail 🔨 refactor(Player.tsx): remove unused imports and useEffect from Player component
🔧 refactor(Player.tsx): pause video playback before setting open accordion
🔧 chore(Transcript.tsx): add cleanup function to remove event listener
refactor: Improve logic for setting button position based on selection in Transcript.tsx
🚀 feat(Actions.tsx): implement functionality to handle export action on button click
🔨 refactor(Transcript.tsx): refactor tooltipContent to display multiple tags in Transcript
…-multi-layers 🐛 fix(Actions.tsx): correct typo in action type 'ug_generate_reasearch_report' to 'ug_generate_research_report'
…ble for Crowd WP URL
…ssages 🚀 feat(Actions.tsx): add toast notifications for export success and error
🔧 fix(Metas.tsx): add missing imports for Button, useToast, Notification 🔧 fix(Metas.tsx): add missing imports for DownloadIcon, queryString, useParams
Usecase export excel
…unction to shared utils folder
…duration formatting
Tagging Tool v1
New Crowdin updates
fixed pipe
fixed translations
🔧 refactor(Metas.tsx): restructure SeveritiesMetaContainer and add StyledPipe
sinatragianpaolo
approved these changes
May 29, 2024
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.