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

Final 'initial migration' changes #533

Merged
merged 2 commits into from
Jan 4, 2024
Merged

Conversation

paulgb
Copy link
Member

@paulgb paulgb commented Jan 4, 2024

Once we deploy this in staging, we will only be able to do DB changes by creating new migrations, so I wanted to take this last chance to clean up the migrations.

This PR:

  • Adds a bunch of comments.
  • Removes cluster from backend_key. I couldn't decide what the "right" behavior is for Plane, but every behavior I could think of is accomplishable through some combination of namespace/tag.

Copy link

vercel bot commented Jan 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
plane ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 4, 2024 10:35pm

comment on column controller.first_seen is 'The first time the controller came online.';
comment on column controller.last_heartbeat is 'The last time the controller sent a heartbeat.';
comment on column controller.is_online is 'Whether the controller is online (self-reported; if a controller dies suddenly this will not be updated).';
comment on column controller.plane_version is 'The version of the plane running on the controller.';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: "the version of plane..."

Copy link
Member

@rolyatmax rolyatmax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small wording nit, otherwise LGTM!

@paulgb paulgb force-pushed the paulgb/final-initial-migration-stuff branch from d881460 to 9fe6b50 Compare January 4, 2024 22:34
@paulgb paulgb merged commit 4778d4f into main Jan 4, 2024
5 checks passed
@paulgb paulgb deleted the paulgb/final-initial-migration-stuff branch January 4, 2024 22:38
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.

2 participants