-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
GraphQL API #31
Closed
Closed
GraphQL API #31
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
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.4.1 to 13.4.2. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v13.4.2/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.1.2 to 20.1.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@tremor/react](https://github.com/tremorlabs/tremor) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/tremorlabs/tremor/releases) - [Commits](tremorlabs/tremor@v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: "@tremor/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…g searchParams early
…e readme because maybe it's an info that we can store in projects
… return a url, although it doesn't matter
…OccurrenceBookmark and removeOccurrenceBookmark directly feat(occurrenceActions.ts): add revalidation of occurrence path when creating or removing a bookmark to keep data up to date chore(page.tsx): remove unused imports and update BookmarkButton props to match new implementation
…ociated with a project refactor(ConfirmationDialog.tsx): rename projectConfirmationAction prop to btnId for better semantics refactor(ConfirmationDialog.tsx): simplify handleConfirmAction function to handle both deleteProject and deleteAllErrors refactor(Backtrace.tsx): remove commented out BookmarkButton component feat(OccurrencesChartWrapper.tsx): create new component to display hourly occurrence chart for a list of occurrence ids feat: add revalidate constant to pages and components to improve Next.js ISR performance feat(Overview.tsx): add statistics section to display project statistics feat(Overview.tsx): add chart section to display hourly occurrences in the past 14 days feat(queries/notices.ts): add function to get all notice IDs for a given projectId refactor(occurrenceBookmarks.ts, occurrences.ts): remove unused orderByObject parameter from fetchOccurrenceBookmarks function and add new function to get occurrence IDs by notice IDs
…omponent feat: add getHourlyOccurrenceRateForLast14Days function to calculate hourly occurrence rate for last 14 days style: fix indentation and spacing in Overview component style: adjust grid layout in Overview component to better fit content style: adjust font color of button in ConfirmationDialog component fix: adjust unit of occurrence count in Overview component to be more accurate fix: adjust wording of occurrence rate in Overview component to be more accurate fix: adjust wording of NoData component in Overview component to be more accurate fix: adjust wording of Repository Information section in Overview component to be more accurate fix: adjust wording of Test Zone section in Overview component to be more accurate fix: adjust wording of Danger Zone section in Overview component to be more accurate fix: adjust wording of ConfirmationDialog component in Overview component to be more accurate fix: adjust font color of title in Danger Zone section in Overview component fix: adjust font color of title in Hourly Occurrences section in Overview component
…egeneration refactor: replace breadcrumb icon with SidebarOpenButton component to improve consistency and accessibility
…environment feat(Sort.tsx): remove unused SortDirection import and update toggleSort function to use searchParams object feat(page.tsx): add Filter component to page and pass unique environment array to it, update NoticesTable component to receive searchParams object instead of individual props refactor(NoticesTable.tsx): update NoticesTable component to receive searchParams object instead of individual props refactor(Search.tsx): remove generateUpdatedURL function and import it from generateUpdatedUrl module, update handleSearch function to use generateUpdatedURL function and searchParams object instead of pathname and searchQuery individual props
…for a given project ID
…rks, notices and projects pages
…ndividual search parameters to getOccurrences function refactor(page.tsx, Sort.tsx): remove unused searchParams destructuring and variables to improve code readability and maintainability
… readability and semantics
…ion to set the page title to the occurrence message fix(components/BookmarksTable.tsx): fix occurrence link href to use occurrence_id instead of occurrence.id fix(lib/actions/occurrenceActions.ts): add error handling for session not found when creating or removing occurrence bookmarks
… project is not found
…ve user experience and interactivity
…prove user experience and interactivity
…context display by using flexbox and adding background color and shadows feat(Context.tsx): add horizontal scrolling to occurrence context display to improve usability when displaying large objects
…changing font sizes, colors, and borders to improve readability and aesthetics
…mibold classes in div element
…ring values in arrays as is to improve readability of occurrence data
…perties feat(page.tsx): add support for rendering environment, session and params tabs only if occurrence has respective properties
… string arrays as a single string value instead of an array of strings
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.
refs #16