refactor panel architecture to context+trait pattern and introduce json based i18n #7
12 new issues (0 max.) of at least severity.
Annotations
Check warning on line 1 in pkg/app/migrations_controller.go
codacy-production / Codacy Static Code Analysis
pkg/app/migrations_controller.go#L1
File pkg/app/migrations_controller.go has 616 non-comment lines of code
Check warning on line 316 in pkg/app/migrations_controller.go
codacy-production / Codacy Static Code Analysis
pkg/app/migrations_controller.go#L316
Method has 57 lines of code (limit is 50)
Check warning on line 427 in pkg/app/migrations_controller.go
codacy-production / Codacy Static Code Analysis
pkg/app/migrations_controller.go#L427
Detected file permissions that are set to more than `0600` (user/owner can read and write). Setting file permissions to higher than `0600` is most likely unnecessary and violates the principle of least privilege.
Check warning on line 427 in pkg/app/migrations_controller.go
codacy-production / Codacy Static Code Analysis
pkg/app/migrations_controller.go#L427
The application was found setting directory permissions to overly permissive values.
Check warning on line 440 in pkg/app/migrations_controller.go
codacy-production / Codacy Static Code Analysis
pkg/app/migrations_controller.go#L440
The application was found setting file permissions to overly permissive values.
Check warning on line 13 in pkg/app/studio_controller.go
codacy-production / Codacy Static Code Analysis
pkg/app/studio_controller.go#L13
Method Studio has 61 lines of code (limit is 50)
Check warning on line 479 in pkg/gui/context/details_context.go
codacy-production / Codacy Static Code Analysis
pkg/gui/context/details_context.go#L479
Method buildActionNeededContent has 91 lines of code (limit is 50)
Check warning on line 559 in pkg/gui/context/migrations_context.go
codacy-production / Codacy Static Code Analysis
pkg/gui/context/migrations_context.go#L559
Method loadMigrations has 60 lines of code (limit is 50)
Check warning on line 633 in pkg/gui/context/migrations_context.go
codacy-production / Codacy Static Code Analysis
pkg/gui/context/migrations_context.go#L633
Method loadItemsForCurrentTab has 55 lines of code (limit is 50)
Check warning on line 247 in pkg/gui/context/workspace_context.go
codacy-production / Codacy Static Code Analysis
pkg/gui/context/workspace_context.go#L247
Method loadDatabaseInfo has 64 lines of code (limit is 50)
Check warning on line 1 in pkg/i18n/english.go
codacy-production / Codacy Static Code Analysis
pkg/i18n/english.go#L1
File pkg/i18n/english.go has 525 non-comment lines of code
Check warning on line 296 in pkg/i18n/english.go
codacy-production / Codacy Static Code Analysis
pkg/i18n/english.go#L296
Method EnglishTranslationSet has 263 lines of code (limit is 50)