Skip to content

Conversation

@LakatosMark1
Copy link

The dockerfile has been updated to use postgres and the Docker readme has been updated to include the postgres container.

CodeCompass C# plugin at the moment only can use postgres
Updated readme for postgresql usage.
docker exec -it postgres_container psql -U postgres -d postgres -c "CREATE USER your_user WITH PASSWORD 'your_password';"

# 2. Adunk neki Superuser jogot (hogy biztosan tudjon adatbázist írni/olvasni)
docker exec -it postgres_container psql -U postgres -d postgres -c "ALTER USER your_user WITH SUPERUSER;"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe this could be a single command with the above one.

# 1. Create user "your_user" with password "your_password"
docker exec -it postgres_container psql -U postgres -d postgres -c "CREATE USER your_user WITH PASSWORD 'your_password';"

# 2. Adunk neki Superuser jogot (hogy biztosan tudjon adatbázist írni/olvasni)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Translate to English :)

@mcserep
Copy link
Collaborator

mcserep commented Dec 2, 2025

Suggestion to move the C# specific restrictions (e.g. no Sqlite support) to separate markdown file or separate section in backend user guide. Further PRs will have the goal to remove these restrictions.

@mcserep mcserep added Target: Documentation Plugin: C# Issues related to the parsing and presentation of C# projects. labels Dec 5, 2025
@mcserep mcserep added this to Lab and Roadmap Dec 5, 2025
@github-project-automation github-project-automation bot moved this to In progress in Roadmap Dec 5, 2025
@github-project-automation github-project-automation bot moved this to In progress in Lab Dec 5, 2025
@mcserep mcserep added this to the Upcoming Release milestone Dec 5, 2025
@mcserep mcserep changed the title csharp plugin: dockerfile update and documentation Add C# plugin specific restrictions to documentation Dec 5, 2025
@mcserep
Copy link
Collaborator

mcserep commented Dec 18, 2025

@LakatosMark1 Please update the PR as requested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Plugin: C# Issues related to the parsing and presentation of C# projects. Target: Documentation

Projects

Status: In progress
Status: In progress

Development

Successfully merging this pull request may close these issues.

2 participants