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

After upgrade from 0.12.0 to 0.20.0 timeline is empty #6054

Open
stupkad opened this issue Jun 27, 2024 · 2 comments
Open

After upgrade from 0.12.0 to 0.20.0 timeline is empty #6054

stupkad opened this issue Jun 27, 2024 · 2 comments
Labels
type: bug Something isn't working

Comments

@stupkad
Copy link

stupkad commented Jun 27, 2024

Bug Description

After upgrade to 0.20.0 the timeline for opportunities is empty. This behaviour occours in an self hosted environment using the available docker containers. The timeline keeps showing no information (but does not crash) even when new entries (e.g. a note) are created.

Example:

Expected behavior

Timeline still works

Example:

Technical inputs

Example:

Is there some database update magic required?

@stupkad stupkad added the type: bug Something isn't working label Jun 27, 2024
Copy link

greptile-apps bot commented Jun 27, 2024

To resolve the issue of the empty timeline after upgrading from 0.12.0 to 0.20.0, follow these steps:

  1. Backend Changes:

    • Check services/timeline_service.rb for any changes in how timeline activities are fetched. Ensure the fetch_activities method is correctly retrieving data.
    • Review jobs/timeline_upsert_job.rb for any changes in the upserting logic. Ensure the job is correctly processing and saving timeline entries.
  2. Frontend Changes:

    • Inspect components/Timeline.jsx for any changes in state management or rendering logic. Ensure the component is correctly receiving and displaying the timeline data.
    • Verify that the API calls in api/timeline.js are correctly fetching data from the backend and updating the state in the frontend.
  3. Database Migrations:

    • Check db/migrate for any new migrations related to the timeline. Ensure all migrations have been run successfully.

These steps should help identify and resolve the issue with the empty timeline.

Edit Issue Bot Settings

@stupkad
Copy link
Author

stupkad commented Jun 27, 2024

Where to find db/migrate? Is there any upgrade documentation about that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant