Skip to content

Migrate to postgres and modify models for consistency #413

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

Open
wants to merge 5 commits into
base: bl4ze/dev
Choose a base branch
from

Conversation

DarkPhoenix42
Copy link

No description provided.

api/config.go Outdated
configInfo["Hints"] = hints
}
// hints, exist := c.GetPostForm("hints")
// if exist {
Copy link
Contributor

Choose a reason for hiding this comment

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

Either uncommment or remove

…r consistency

Signed-off-by: Praneeth Sarode <praneethsarode@gmail.com>
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@v1bh475u v1bh475u requested a review from Copilot April 17, 2025 18:40
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 18 out of 19 changed files in this pull request and generated 1 comment.

Files not reviewed (1)
  • go.mod: Language not supported
Comments suppressed due to low confidence (1)

cmd/beast/commands.go:34

  • [nitpick] Inconsistent whitespace in the declaration of 'RestoreFile'. Consider using a consistent alignment for readability.
RestoreFile 		  string

Comment on lines +62 to +63
log.Debug("Databse initialized")
return nil
Copy link
Preview

Copilot AI Apr 17, 2025

Choose a reason for hiding this comment

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

Typo in log message: 'Databse initialized' should be 'Database initialized'.

Suggested change
log.Debug("Databse initialized")
return nil
log.Debug("Database initialized")

Copilot uses AI. Check for mistakes.

@sukhman-sukh
Copy link
Contributor

Rebase onto bl4ze/dev branch

@sukhman-sukh
Copy link
Contributor

PR looks good to me

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