Skip to content

Conversation

josecelano
Copy link
Member

@josecelano josecelano commented Jul 2, 2024

When the app is started, it prints the final configuration to the console in JSON.

image

NOTICE: Secrets are hidden.

When the application starts, it only prints the loaded configuration when it's loaded from an env var. It's very helpful to print the final configuration after merging all sources with Figment.

default values -> merge with TOML file -> merge with env vars -> final configuration

It's printed in JSON format.
- First word uppercase
- Remove full stop at the end of the text
@josecelano josecelano self-assigned this Jul 2, 2024
@josecelano josecelano linked an issue Jul 2, 2024 that may be closed by this pull request
@josecelano josecelano added this to the v3.0.0 milestone Jul 2, 2024
@josecelano josecelano requested a review from da2ce7 July 2, 2024 17:10
@josecelano
Copy link
Member Author

ACK a2b8fc5

@josecelano josecelano merged commit 5e8692b into torrust:develop Jul 2, 2024
mario-nt added a commit to mario-nt/torrust-index that referenced this pull request Dec 14, 2024
mario-nt added a commit to mario-nt/torrust-index that referenced this pull request Jan 5, 2025
mario-nt added a commit to mario-nt/torrust-index that referenced this pull request Jan 5, 2025
mario-nt added a commit to mario-nt/torrust-index that referenced this pull request Jan 5, 2025
mario-nt added a commit to mario-nt/torrust-index that referenced this pull request Jan 8, 2025
mario-nt added a commit to mario-nt/torrust-index that referenced this pull request Jan 8, 2025
mario-nt added a commit to mario-nt/torrust-index that referenced this pull request Jan 8, 2025
mario-nt added a commit to mario-nt/torrust-index that referenced this pull request Jan 8, 2025
mario-nt added a commit to mario-nt/torrust-index that referenced this pull request Jan 8, 2025
mario-nt added a commit to mario-nt/torrust-index that referenced this pull request Jan 8, 2025
mario-nt added a commit to mario-nt/torrust-index that referenced this pull request Jan 8, 2025
mario-nt added a commit to mario-nt/torrust-index that referenced this pull request Jan 13, 2025
mario-nt added a commit to mario-nt/torrust-index that referenced this pull request Jan 14, 2025
mario-nt added a commit to mario-nt/torrust-index that referenced this pull request Jan 14, 2025
mario-nt added a commit to mario-nt/torrust-index that referenced this pull request Jan 14, 2025
josecelano added a commit that referenced this pull request Jan 22, 2025
1c62a9e refactor: [#796] minor correction in handler comment (Mario)
3efaf48 refactor: [#796] fix minor clippy error (Mario)
f1259cc feat: [#796] added pagination (Mario)
ae1e6a9 refactor: [#796] minor variable renaming (Mario)
ef0c1e7 refactor: [#658] More renaming (Mario)
b4108dc feat: [#658] new API endpoint for listing user profiles (Mario)
185e17c refactor: [#658] modified naming to make the code more self explanatory (Mario)
23dfbdd ci: [#658] FIxed Mysql E2E tests failing (Mario)
83aaea2 docs: [#658] fixed docs CI error (Mario)
b44ea9b feat: [#658] New API endpoint for getting all the users (Mario)
e8bd16d ci: [#658] fixed minor linting error (Mario)
deb738e feat: [#658] new users listing service (Mario)
f48c4a2 feat: [#658] new repository method to get all user profiles (Mario)
9d5c639 feat: [#658] new database method to get all user profiles (Mario)

Pull request description:

  Parent issue [#658](torrust/torrust-index-gui#658)
  Resolves #796

ACKs for top commit:
  josecelano:
    ACK 1c62a9e

Tree-SHA512: 767f691e0fdb4ec4007b863da6f21186ac9c4d703cb1a093203bbaf3036d18498e3aeda8ecbc2c608f466de3509fb3219757a209c62e04c5e40e9671a468d8a6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configuration overhaul: print the final configuration to console
1 participant