Add init tasks docs#120
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new configuration reference page that documents Dependency-Track “init tasks” (startup lifecycle, coordination, data source options, and configuration properties), and updates related docs to link to and reflect the init-tasks/Flyway model.
Changes:
- Added
init-tasks.mdreference documentation and included it in the configuration nav. - Updated database/data source/observability/admin docs to reference init tasks and Flyway (replacing Liquibase mentions where applicable).
- Updated multiple upgrade guides to link to the new init-tasks documentation.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/reference/configuration/init-tasks.md | New reference page describing init tasks lifecycle, coordination, data source routing, and related properties. |
| docs/reference/configuration/datasources.md | Documents required DDL privileges and ties them to init tasks and partition management. |
| docs/reference/configuration/database.md | Updates schema migration documentation to describe Flyway via init tasks and points readers to upgrade guidance. |
| docs/reference/configuration/.pages | Adds “Init tasks” page to the configuration navigation. |
| docs/guides/upgrading/v5.0.0-rc.2.md | Links the “Init tasks” rename section to the new reference page. |
| docs/guides/upgrading/v0.7.0-alpha.3.md | Links init-task mentions to the new reference page and clarifies where to configure a dedicated init-task data source. |
| docs/guides/administration/upgrading-instances.md | Replaces Liquibase mention with Flyway and links to init-only container guidance. |
| docs/guides/administration/configuring-observability.md | Clarifies startup probe behavior while init tasks run and links to init-tasks reference. |
| docs/guides/administration/configuring-database.md | Updates centralized pooling constraints to point to init tasks guidance and removes obsolete “schema migration credentials” section. |
| docs/concepts/architecture/deployment.md | Links init task mention to the new init-tasks reference page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: nscuro <nscuro@protonmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.