[PR #574] [CLOSED] fix(CB-1467): properly persist preconfigured value into runtime config. #1787

Closed
opened 2026-03-07 21:05:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/574
Author: @keyzj
Created: 12/6/2021
Status: Closed

Base: develHead: feature/CB-1467


📝 Commits (7)

  • 9536c62 chore: extend CBConstants with new config constants.
  • e6a84fe fix: fix condition typo for '&&' operator.
  • 9e7d73c feat: merge auth providers on config parse in CBApplication.
  • d61e0e6 style: improve format a bit in CBApplication.
  • d0b8287 feat: save 'server.database' config in runtime configuration file.
  • 2943cc1 feat: save 'app.resourceQuotas' config in runtime configuration file.
  • 9c5b2c1 feat: save 'app.authProviders' config in runtime configuration file.

📊 Changes

2 files changed (+123 additions, -11 deletions)

View changed files

📝 server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/server/CBApplication.java (+107 -11)
📝 server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/server/CBConstants.java (+16 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dbeaver/cloudbeaver/pull/574 **Author:** [@keyzj](https://github.com/keyzj) **Created:** 12/6/2021 **Status:** ❌ Closed **Base:** `devel` ← **Head:** `feature/CB-1467` --- ### 📝 Commits (7) - [`9536c62`](https://github.com/dbeaver/cloudbeaver/commit/9536c6284b7e7a0edfa954dd37e527d14f423ad3) chore: extend CBConstants with new config constants. - [`e6a84fe`](https://github.com/dbeaver/cloudbeaver/commit/e6a84fee27bcde358b9a455af9c0d5376ec7cf19) fix: fix condition typo for '&&' operator. - [`9e7d73c`](https://github.com/dbeaver/cloudbeaver/commit/9e7d73c933a6154faddfd33bcc320925071aa5f3) feat: merge auth providers on config parse in CBApplication. - [`d61e0e6`](https://github.com/dbeaver/cloudbeaver/commit/d61e0e64df021e5dd29d1c0372583faca47b9de9) style: improve format a bit in CBApplication. - [`d0b8287`](https://github.com/dbeaver/cloudbeaver/commit/d0b82879609483c1524a47a9e65de5f1777605c9) feat: save 'server.database' config in runtime configuration file. - [`2943cc1`](https://github.com/dbeaver/cloudbeaver/commit/2943cc16485e0be6a433e4cc164ce11e4976c3cb) feat: save 'app.resourceQuotas' config in runtime configuration file. - [`9c5b2c1`](https://github.com/dbeaver/cloudbeaver/commit/9c5b2c11a55b5d1a0f8e34d4b19a8520776017d2) feat: save 'app.authProviders' config in runtime configuration file. ### 📊 Changes **2 files changed** (+123 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/server/CBApplication.java` (+107 -11) 📝 `server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/server/CBConstants.java` (+16 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 21:05:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1787
No description provided.