Skip to content

feat: add global build directory configuration for Dokku applications#318

Merged
manikanta9176 merged 1 commit intomainfrom
feat/global-build-path
Jul 8, 2025
Merged

feat: add global build directory configuration for Dokku applications#318
manikanta9176 merged 1 commit intomainfrom
feat/global-build-path

Conversation

@manikanta9176
Copy link
Copy Markdown
Collaborator

  • Introduced a new interface property globalBuildPath to define the default build directory for all Dokku applications on the server.
  • Implemented configureGlobalBuildDirAction to handle updates to the global build directory.
  • Added a new GlobalBuildDirForm component for user input and management of the global build directory setting.
  • Updated server validation schema to include configureGlobalBuildDirSchema.
  • Enhanced the server settings UI to include a new settings tab for managing the global build directory.

- Introduced a new interface property `globalBuildPath` to define the default build directory for all Dokku applications on the server.
- Implemented `configureGlobalBuildDirAction` to handle updates to the global build directory.
- Added a new `GlobalBuildDirForm` component for user input and management of the global build directory setting.
- Updated server validation schema to include `configureGlobalBuildDirSchema`.
- Enhanced the server settings UI to include a new settings tab for managing the global build directory.
@manikanta9176 manikanta9176 self-assigned this Jul 8, 2025
@manikanta9176 manikanta9176 linked an issue Jul 8, 2025 that may be closed by this pull request
@manikanta9176 manikanta9176 merged commit 7fba806 into main Jul 8, 2025
1 check was pending
@deepsource-io
Copy link
Copy Markdown
Contributor

deepsource-io Bot commented Jul 8, 2025

Here's the code health analysis summary for commits 45d5a78..ead366b. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript❌ Failure
❗ 4 occurences introduced
View Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@manikanta9176 manikanta9176 deleted the feat/global-build-path branch July 21, 2025 07:33
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.

Global server level build path configuration

1 participant