Commit Graph

9 Commits

Author SHA1 Message Date
Gustavo Henrique Miranda 8e80b3c74e
Add Contributor Code of Conduct document 2025-11-29 03:33:54 -03:00
Gustavo Henrique Miranda 37b76d17f4
Add 'develop' branch to Qodana workflow 2025-11-24 22:12:41 -03:00
Gustavo Henrique Miranda 8211506360
Merge pull request #8 from gmbrax/qodana-automation-1916015467
Add qodana CI checks
2025-11-24 21:38:02 -03:00
Qodana Application 41a2b97122 Add github workflow file 2025-11-25 00:37:03 +00:00
Qodana Application 4f3ee4ed74 Add qodana.yaml file 2025-11-25 00:37:03 +00:00
Gustavo Henrique Santos Souza de Miranda 281618a725 docs: Add `REFACTORING.md` to document applied refactoring patterns and improvements. 2025-11-16 18:47:20 -03:00
Gustavo Henrique Santos Souza de Miranda 86da601ad6 Remove .idea folder from repository and update .gitignore
- Remove IntelliJ IDEA configuration files from version control
- Update .gitignore to exclude .idea/ folder

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-13 02:31:46 -03:00
Gustavo Henrique Santos Souza de Miranda 386f9fdf33 Add GPLv3 license to project: included `COPYING` file with full license text. 2025-11-13 02:28:26 -03:00
Gustavo Henrique Santos Souza de Miranda f66cfa6ea4 Initialize MediaManager-Core project with essential setup:
- Added `.gitignore` for common IDE and build artifacts.
- Configured `pom.xml` with dependencies: PostgreSQL, Hibernate, HikariCP, Log4j 2, Jackson, JUnit 5.
- Created `Media` entity with JPA annotations.
- Added `application.properties` for database and IPC configuration.
- Configured Log4j 2 with console and rolling file appenders.
- Provided `README.md` with setup instructions.
- Included `MediaManagerApplication` class as a starting point.
2025-11-13 02:24:11 -03:00