Skip to content
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

Pipeline release #570

Merged
merged 39 commits into from
Dec 29, 2023
Merged

Pipeline release #570

merged 39 commits into from
Dec 29, 2023

Conversation

Frooodle
Copy link
Member

@Frooodle Frooodle commented Dec 27, 2023

Features

  • Brute force protection with password limits
  • IP rate limit (not fully implemented)
  • Demo user mode

Bug files

  • Fixes docker JVM to use 75% of memory not 25%
  • Generate logs folder in docker
  • Windows .exe correctly hides endpoints it doesnt support
  • Fix for Auth with contextPath
  • Navbar search button with translated text

Pipeline Initial merge (turned off by default, more info to follow in later releases)

  • Pipeline Config generator
  • Pipeline API
  • Pipeline Folder scanning
  • Example pipeline config files


private String getApiDocsUrl() {
String contextPath = servletContext.getContextPath();
return "http://localhost:8080" + contextPath + "/v1/api-docs";
Copy link
Member

Choose a reason for hiding this comment

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

We should probably avoid hardcoding the port.

@Autowired
PipelineProcessor processor;

@Scheduled(fixedRate = 60000)
Copy link
Member

Choose a reason for hiding this comment

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

Configurable?

@Frooodle Frooodle merged commit 80a5920 into main Dec 29, 2023
1 check passed
@Frooodle Frooodle deleted the test branch December 29, 2023 21:51
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