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

fix: fixed event log pagination bug #1346

Merged
merged 1 commit into from
Feb 16, 2023

Conversation

subomi
Copy link
Collaborator

@subomi subomi commented Feb 16, 2023

No description provided.

@subomi subomi merged commit 5da8560 into main Feb 16, 2023
@subomi subomi deleted the subomi/fix/fix-event-log-pagination-bug branch February 16, 2023 22:33
Oluwadaminiola added a commit that referenced this pull request Feb 18, 2023
* fix: log errors (#1318)

* fix: log errors

* fix formatting error

* fix instance config (#1324)

* fix: fix instance config

* chore: fix test

* [skip ci] updated CHANGELOG (#1325)

* CLI refactor (#1290)

* fix: rename RequireAppID to RequireEndpointID

* feat: remove listen and login commands

* fix: ignore event types and endpoints in stream handlers

* fix:
- fix errors in main.go
- remove unneeded commands

* fix: remove EventTypes

* fix: ignore endpoint id when fetching device

* fix: fix TestHub_listen

* feat:
- use PATs for cli login
- remove endpoint usage

* feat: validate request structs

* fix: remove m.RequireProject

* fix: fix filter by source

* fix: fix handlers_test.go

* fix: fix command short

* fix: add key to struct literal

* fix: fix process_event_creation_test.go

* fix: fix process_event_creation_test

* fix: fix should_process_replayed_event

* feat: use source name instead of source id

* fix: use a.logger

* chore: remove HasEventType method

* fix: set sourceID when creating CLI Subscription

* fix:
- remove hostname field from CLIMetadata
- remove FindCLISubscriptions call

* fix: fix TestProcessEventCreated

* Update private and project layout (#1334)

* update private and project layout

* remove extra padding in project side bar

* Incoming sources page update (#1332)

* update private and project layout

* update sources page for incoming project

* hide button on sources page empty state

* Update subscriptions page for incoming (#1333)

* update private and project layout

* update sources page for incoming project

* hide button on sources page empty state

* update subscriptions page for incoming projects

* update card component as a directive

* fix: add migration to alpine docker build (#1345)

* Update portal links page design (#1338)

* update portal links page design

* delete unused components

* Update events sidebar title to event deliveries (#1339)

* Update events sidebar title to event deliveries

* hide event log from side bar

* Re-arrange delivery attempts code snippets (#1341)

* fix: fixed event log pagination bug (#1346)

* remove extra spacing in bottom sidebar (#1347)

* Add edpoints count to portal link card (#1348)

* Add edpoints count to portal link card

* fix portal card alignment

* Update subscriptions card (#1349)

* update subscriptions card

* add hover state to sources cards

* Enhancement: Dashboard Form Design Updates (#1335)

* chore: add assets

* feat: add file input

* update: update source value pipe

* update: update copy button component

* fix: fix search on select form

* update: update create endpoint form

* update: update create source form

* update: update create project component

* update: updates list sources page

* update: update source model

* update: update subscription filters form

* update: update create subscription form

* update: update button properties

* fix project id error

* remove icons on project config settings (#1337)

* Hide signature config incoming project form (#1340)

* Enhancement: project onboarding (#1342)

* feat: add form loader

* update: update create endpoint form with form loader

* fix: fix activeProjectUpdate on create project form

* update: update create source form for onboarding

* update: update create subscription form for onboarding

* feat: new project onboarding

* fix: ui fixes

* fix: update toggle

* fix: fix create endpoint form

* fix edges

* remove icon in config

* update: add event types to subscription form

* update: update onboarding process

---------

Co-authored-by: Emmanuel Aina <emmanuel.ainaj@gmail.com>

* chore: remove old onbiarding form

* fix: remove outgoing source form

* smothen onboarding loaders and state

* update: update project onboarding

---------

Co-authored-by: Emmanuel Aina <emmanuel.ainaj@gmail.com>

* Fix icons in create project and create subscription (#1352)

* fix icons in create project and create subscription

* fix typography and font sizes

* typo fix in onboarding

---------

Co-authored-by: Subomi Oluwalana <subomioluwalana71@gmail.com>
Co-authored-by: Dotun Jolaoso <dotunjolaosho@gmail.com>
Co-authored-by: Daniel Oluojomu <danvixent@gmail.com>
Co-authored-by: Emmanuel Aina <emmanuel.ainaj@gmail.com>
subomi added a commit that referenced this pull request Feb 20, 2023
subomi added a commit that referenced this pull request Feb 20, 2023
* CLI refactor (#1290)

* fix: rename RequireAppID to RequireEndpointID

* feat: remove listen and login commands

* fix: ignore event types and endpoints in stream handlers

* fix:
- fix errors in main.go
- remove unneeded commands

* fix: remove EventTypes

* fix: ignore endpoint id when fetching device

* fix: fix TestHub_listen

* feat:
- use PATs for cli login
- remove endpoint usage

* feat: validate request structs

* fix: remove m.RequireProject

* fix: fix filter by source

* fix: fix handlers_test.go

* fix: fix command short

* fix: add key to struct literal

* fix: fix process_event_creation_test.go

* fix: fix process_event_creation_test

* fix: fix should_process_replayed_event

* feat: use source name instead of source id

* fix: use a.logger

* chore: remove HasEventType method

* fix: set sourceID when creating CLI Subscription

* fix:
- remove hostname field from CLIMetadata
- remove FindCLISubscriptions call

* fix: fix TestProcessEventCreated

* Update private and project layout (#1334)

* update private and project layout

* remove extra padding in project side bar

* Incoming sources page update (#1332)

* update private and project layout

* update sources page for incoming project

* hide button on sources page empty state

* Update subscriptions page for incoming (#1333)

* update private and project layout

* update sources page for incoming project

* hide button on sources page empty state

* update subscriptions page for incoming projects

* update card component as a directive

* fix: add migration to alpine docker build (#1345)

* Update portal links page design (#1338)

* update portal links page design

* delete unused components

* Update events sidebar title to event deliveries (#1339)

* Update events sidebar title to event deliveries

* hide event log from side bar

* Re-arrange delivery attempts code snippets (#1341)

* fix: fixed event log pagination bug (#1346)

* remove extra spacing in bottom sidebar (#1347)

* Add edpoints count to portal link card (#1348)

* Add edpoints count to portal link card

* fix portal card alignment

* Update subscriptions card (#1349)

* update subscriptions card

* add hover state to sources cards

* Enhancement: Dashboard Form Design Updates (#1335)

* chore: add assets

* feat: add file input

* update: update source value pipe

* update: update copy button component

* fix: fix search on select form

* update: update create endpoint form

* update: update create source form

* update: update create project component

* update: updates list sources page

* update: update source model

* update: update subscription filters form

* update: update create subscription form

* update: update button properties

* fix project id error

* remove icons on project config settings (#1337)

* Hide signature config incoming project form (#1340)

* Enhancement: project onboarding (#1342)

* feat: add form loader

* update: update create endpoint form with form loader

* fix: fix activeProjectUpdate on create project form

* update: update create source form for onboarding

* update: update create subscription form for onboarding

* feat: new project onboarding

* fix: ui fixes

* fix: update toggle

* fix: fix create endpoint form

* fix edges

* remove icon in config

* update: add event types to subscription form

* update: update onboarding process

---------

Co-authored-by: Emmanuel Aina <emmanuel.ainaj@gmail.com>

* chore: remove old onbiarding form

* fix: remove outgoing source form

* smothen onboarding loaders and state

* update: update project onboarding

---------

Co-authored-by: Emmanuel Aina <emmanuel.ainaj@gmail.com>

* Fix icons in create project and create subscription (#1352)

* fix icons in create project and create subscription

* fix typography and font sizes

* typo fix in onboarding

* Fix Date Picker (#1355)

* fix icons in create project and create subscription

* fix typography and font sizes

* typo fix in onboarding

* fix date picker

* move page description to tooltip (#1363)

* fix endpoint input issue in subscription form (#1365)

* Remove signature type from incoming endpoint details (#1364)

* remove signature type from incoming endpoint details

* hide signature format history for incoming project

* fix sidebar item width style

* Re-add events log to project sidebar (#1366)

* Fix source and endpoint select issue (#1370)

---------

Co-authored-by: Daniel Oluojomu <danvixent@gmail.com>
Co-authored-by: Emmanuel Aina <emmanuel.ainaj@gmail.com>
Co-authored-by: Pelumi Muyiwa-Oni <Pelumioni25@gmail.com>
subomi added a commit that referenced this pull request Feb 22, 2023
* feat: add sqs impl

* feat: add google impl

* feat: add ingest process

* feat: add cancellation signals

* feat: write message to queue

* chore: refactor to use handler fn

* feat: refactor handler fn

* feat: add google handler impl

* feat: add validation

* fix: ack messages only after writing to queue successfully

* chore: add test cases

* chore: revert testify version

* Pub/Sub Sources UI Support (#1316)

* update: add sources to outgoing projects

* update: updates sources design

* update: update create source form with pub/sub

* update: add tooltips

* feat: created file input component

* update: updated source form with file input

* fix: retain service account it its not updated

* fix: retain service account if its not updated

* fix: fix sources grid

* fix: ui updates

* update: validate file size and type

* improve outgoing source UI

---------

Co-authored-by: Emmanuel Aina <emmanuel.ainaj@gmail.com>

* feat: add source loader and logger

* chore: refactor insert method

* fix: fix failing test

* chore: change method signature

* chore: add test for source loader

* fix: add recover handler

* chore: fix typo

* feat: add support for interval flag

* Fix merge conflicts (#1354)

* fix: log errors (#1318)

* fix: log errors

* fix formatting error

* fix instance config (#1324)

* fix: fix instance config

* chore: fix test

* [skip ci] updated CHANGELOG (#1325)

* CLI refactor (#1290)

* fix: rename RequireAppID to RequireEndpointID

* feat: remove listen and login commands

* fix: ignore event types and endpoints in stream handlers

* fix:
- fix errors in main.go
- remove unneeded commands

* fix: remove EventTypes

* fix: ignore endpoint id when fetching device

* fix: fix TestHub_listen

* feat:
- use PATs for cli login
- remove endpoint usage

* feat: validate request structs

* fix: remove m.RequireProject

* fix: fix filter by source

* fix: fix handlers_test.go

* fix: fix command short

* fix: add key to struct literal

* fix: fix process_event_creation_test.go

* fix: fix process_event_creation_test

* fix: fix should_process_replayed_event

* feat: use source name instead of source id

* fix: use a.logger

* chore: remove HasEventType method

* fix: set sourceID when creating CLI Subscription

* fix:
- remove hostname field from CLIMetadata
- remove FindCLISubscriptions call

* fix: fix TestProcessEventCreated

* Update private and project layout (#1334)

* update private and project layout

* remove extra padding in project side bar

* Incoming sources page update (#1332)

* update private and project layout

* update sources page for incoming project

* hide button on sources page empty state

* Update subscriptions page for incoming (#1333)

* update private and project layout

* update sources page for incoming project

* hide button on sources page empty state

* update subscriptions page for incoming projects

* update card component as a directive

* fix: add migration to alpine docker build (#1345)

* Update portal links page design (#1338)

* update portal links page design

* delete unused components

* Update events sidebar title to event deliveries (#1339)

* Update events sidebar title to event deliveries

* hide event log from side bar

* Re-arrange delivery attempts code snippets (#1341)

* fix: fixed event log pagination bug (#1346)

* remove extra spacing in bottom sidebar (#1347)

* Add edpoints count to portal link card (#1348)

* Add edpoints count to portal link card

* fix portal card alignment

* Update subscriptions card (#1349)

* update subscriptions card

* add hover state to sources cards

* Enhancement: Dashboard Form Design Updates (#1335)

* chore: add assets

* feat: add file input

* update: update source value pipe

* update: update copy button component

* fix: fix search on select form

* update: update create endpoint form

* update: update create source form

* update: update create project component

* update: updates list sources page

* update: update source model

* update: update subscription filters form

* update: update create subscription form

* update: update button properties

* fix project id error

* remove icons on project config settings (#1337)

* Hide signature config incoming project form (#1340)

* Enhancement: project onboarding (#1342)

* feat: add form loader

* update: update create endpoint form with form loader

* fix: fix activeProjectUpdate on create project form

* update: update create source form for onboarding

* update: update create subscription form for onboarding

* feat: new project onboarding

* fix: ui fixes

* fix: update toggle

* fix: fix create endpoint form

* fix edges

* remove icon in config

* update: add event types to subscription form

* update: update onboarding process

---------

Co-authored-by: Emmanuel Aina <emmanuel.ainaj@gmail.com>

* chore: remove old onbiarding form

* fix: remove outgoing source form

* smothen onboarding loaders and state

* update: update project onboarding

---------

Co-authored-by: Emmanuel Aina <emmanuel.ainaj@gmail.com>

* Fix icons in create project and create subscription (#1352)

* fix icons in create project and create subscription

* fix typography and font sizes

* typo fix in onboarding

---------

Co-authored-by: Subomi Oluwalana <subomioluwalana71@gmail.com>
Co-authored-by: Dotun Jolaoso <dotunjolaosho@gmail.com>
Co-authored-by: Daniel Oluojomu <danvixent@gmail.com>
Co-authored-by: Emmanuel Aina <emmanuel.ainaj@gmail.com>

* fix: add check before starting workers

---------

Co-authored-by: Pelumi Muyiwa-Oni <Pelumioni25@gmail.com>
Co-authored-by: Emmanuel Aina <emmanuel.ainaj@gmail.com>
Co-authored-by: Subomi Oluwalana <subomioluwalana71@gmail.com>
Co-authored-by: Daniel Oluojomu <danvixent@gmail.com>
jirevwe pushed a commit that referenced this pull request Mar 3, 2023
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

2 participants