Skip to content
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
wants to merge 219 commits into from
Closed

GraphQL API #31

wants to merge 219 commits into from

Conversation

masterkain
Copy link
Member

refs #16

masterkain and others added 30 commits May 13, 2023 18:27
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]>
…e readme because maybe it's an info that we can store in projects
…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
…ndividual search parameters to getOccurrences function

refactor(page.tsx, Sort.tsx): remove unused searchParams destructuring and variables to improve code readability and maintainability
…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
…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
…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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant