Skip to content

Update markdown files in daprdocs for Hugo upgrade #1443

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

Merged
merged 3 commits into from
Jul 14, 2025

Conversation

marcduiker
Copy link
Contributor

Description

Update markdown files in daprdocs to be compatible with latest Hugo version.

Issue reference

dapr/docs#4673

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Copy link
Contributor

@siri-varma siri-varma left a comment

Choose a reason for hiding this comment

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

LGTM

@marcduiker marcduiker mentioned this pull request Jul 9, 2025
27 tasks
Copy link
Contributor

@artur-ciocanu artur-ciocanu left a comment

Choose a reason for hiding this comment

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

LGTM

@artur-ciocanu
Copy link
Contributor

@marcduiker will these changes affect the current docs in any way?

CC: @salaboy @cicoyle

@marcduiker
Copy link
Contributor Author

@marcduiker will these changes affect the current docs in any way?

CC: @salaboy @cicoyle

These changes shouldn't be brought in directly in v1.15 or v.1.16 docs. They're going to be part of this docs PR that combines the Hugo upgrade and all the updated submodules.

@dapr-bot dapr-bot merged commit cfb9067 into dapr:master Jul 14, 2025
9 checks passed
Copy link

codecov bot commented Jul 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.34%. Comparing base (d759c53) to head (b4dacc2).
Report is 177 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1443      +/-   ##
============================================
+ Coverage     76.91%   78.34%   +1.42%     
- Complexity     1592     1878     +286     
============================================
  Files           145      234      +89     
  Lines          4843     5832     +989     
  Branches        562      601      +39     
============================================
+ Hits           3725     4569     +844     
- Misses          821      943     +122     
- Partials        297      320      +23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

cicoyle added a commit that referenced this pull request Jul 15, 2025
* supporting placement and scheduler custom images

Signed-off-by: salaboy <[email protected]>

* Bump org.apache.commons:commons-lang3 from 3.9 to 3.18.0 (#1446)

Bumps org.apache.commons:commons-lang3 from 3.9 to 3.18.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Update dapr docs for Hugo upgrade (#1443)

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Adds note about workflow start time (#1444)

Signed-off-by: joshvanl <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding test to validate canonical names with substitutes

Signed-off-by: salaboy <[email protected]>

* Migrate PubSub removing flaky test (#1407)

* Migrate PubSub removing flaky test

Signed-off-by: Matheus Cruz <[email protected]>

* Adjust assertion

Signed-off-by: Matheus Cruz <[email protected]>

* Change assert

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

* Use custom ObjectSerializer

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding tests for coverage

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: Josh van Leeuwen <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
cicoyle added a commit to cicoyle/java-sdk that referenced this pull request Jul 15, 2025
* supporting placement and scheduler custom images

Signed-off-by: salaboy <[email protected]>

* Bump org.apache.commons:commons-lang3 from 3.9 to 3.18.0 (dapr#1446)

Bumps org.apache.commons:commons-lang3 from 3.9 to 3.18.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Update dapr docs for Hugo upgrade (dapr#1443)

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Adds note about workflow start time (dapr#1444)

Signed-off-by: joshvanl <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding test to validate canonical names with substitutes

Signed-off-by: salaboy <[email protected]>

* Migrate PubSub removing flaky test (dapr#1407)

* Migrate PubSub removing flaky test

Signed-off-by: Matheus Cruz <[email protected]>

* Adjust assertion

Signed-off-by: Matheus Cruz <[email protected]>

* Change assert

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

* Use custom ObjectSerializer

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding tests for coverage

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: Josh van Leeuwen <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
cicoyle added a commit that referenced this pull request Jul 15, 2025
* supporting spring boot property for API TOKEN on workflow interceptor (#1452)

Signed-off-by: salaboy <[email protected]>

* Supporting placement and scheduler custom images (#1450)

* supporting placement and scheduler custom images

Signed-off-by: salaboy <[email protected]>

* Bump org.apache.commons:commons-lang3 from 3.9 to 3.18.0 (#1446)

Bumps org.apache.commons:commons-lang3 from 3.9 to 3.18.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Update dapr docs for Hugo upgrade (#1443)

Signed-off-by: Marc Duiker <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>

* Adds note about workflow start time (#1444)

Signed-off-by: joshvanl <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding test to validate canonical names with substitutes

Signed-off-by: salaboy <[email protected]>

* Migrate PubSub removing flaky test (#1407)

* Migrate PubSub removing flaky test

Signed-off-by: Matheus Cruz <[email protected]>

* Adjust assertion

Signed-off-by: Matheus Cruz <[email protected]>

* Change assert

Signed-off-by: Matheus Cruz <[email protected]>

* Apply pull request suggestions

Signed-off-by: Matheus Cruz <[email protected]>

* Use custom ObjectSerializer

Signed-off-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: artur-ciocanu <[email protected]>
Signed-off-by: salaboy <[email protected]>

* adding tests for coverage

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Co-authored-by: Cassie Coyle <[email protected]>
Co-authored-by: Josh van Leeuwen <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Marc Duiker <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Signed-off-by: Matheus Cruz <[email protected]>
Co-authored-by: salaboy <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: artur-ciocanu <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Co-authored-by: Josh van Leeuwen <[email protected]>
Co-authored-by: Dapr Bot <[email protected]>
Co-authored-by: Matheus Cruz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants