Open Issues Need Help
View All on GitHubA URL shortener that is fully scalable
A URL shortener that is fully scalable
AI Summary: Increase the unit and integration test coverage of the `keygen-service` module within a Spring Boot microservice-based URL shortener application to at least 85%, focusing on the key generation logic and service behavior. This involves writing additional tests using Maven and Jacoco, then generating a report to verify the coverage.
A URL shortener that is fully scalable
AI Summary: Increase the unit and integration test coverage of the `shortener-service` module within a Spring Boot microservice-based URL shortener application to at least 85%, using JUnit and Mockito. This involves writing new tests to cover gaps in existing test coverage, focusing on business logic and controller/service layers, and generating a Jacoco report to verify the coverage.
A URL shortener that is fully scalable
AI Summary: Translate the English README.md file for a Spring Boot-based URL shortener project into Portuguese (Brazil) while maintaining the original formatting and structure. The translated file should be saved as README.pt-BR.md.
A URL shortener that is fully scalable
AI Summary: Translate the English README.md file for a Spring Boot-based URL shortener project into Spanish, maintaining the original structure and markdown formatting, and saving it as README.es.md. The translation should use formal, clear, and correct Spanish.
A URL shortener that is fully scalable
AI Summary: Translate the provided README.md file for a Spring Boot URL shortener project from English to French, maintaining the original structure and markdown formatting, and saving the translation as README.fr.md.
A URL shortener that is fully scalable
AI Summary: Implement an autoscaling solution for a Docker Swarm-deployed URL shortener application. This involves integrating Prometheus and cAdvisor for metrics monitoring, Alertmanager for alerts, an autoscaler service (likely Python-based) to receive alerts and scale services via the Docker CLI, and secure authentication between Alertmanager and the autoscaler. The solution must handle scaling based on CPU and memory usage and include automated tests.
A URL shortener that is fully scalable