Skip to content
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

Update Index configuration #581

Closed
josecelano opened this issue Jul 3, 2024 · 0 comments · Fixed by #582
Closed

Update Index configuration #581

josecelano opened this issue Jul 3, 2024 · 0 comments · Fixed by #582
Assignees
Milestone

Comments

@josecelano
Copy link
Member

josecelano commented Jul 3, 2024

Relates to: torrust/torrust-index#591

New changes have been made to the Torrust Index config file. Some API endpoints exposing the configuration have also changed. We have to apply those changes here.

Old version

[logging]
log_level = "info"

[tracker]
mode = "public"

New version

version = "2"

[logging]
threshold = "info"

[tracker]
private = false
listed = false
@josecelano josecelano self-assigned this Jul 3, 2024
@josecelano josecelano added this to the v3.0.0 milestone Jul 3, 2024
josecelano added a commit to josecelano/torrust-index-gui that referenced this issue Jul 3, 2024
New changes have been made to the Torrust Index config file. Some API endpoints exposing the configuration have also changed.
This commits only cahnges the config files. Later commits will udpate
other parts.

```toml
[logging]
log_level = "info"

[tracker]
mode = "public"
```

```toml
version = "2"

[logging]
threshold = "info"

[tracker]
private = false
listed = false
```
@josecelano josecelano linked a pull request Jul 3, 2024 that will close this issue
3 tasks
josecelano added a commit to josecelano/torrust-index-gui that referenced this issue Jul 3, 2024
josecelano added a commit to josecelano/torrust-index-gui that referenced this issue Jul 3, 2024
josecelano added a commit to josecelano/torrust-index-gui that referenced this issue Jul 3, 2024
josecelano added a commit to josecelano/torrust-index-gui that referenced this issue Jul 3, 2024
josecelano added a commit that referenced this issue Jul 3, 2024
59a87c7 fix: [#581] update references to udpated index settings (Jose Celano)
661d6f7 fix: [#581] update Index config files (Jose Celano)

Pull request description:

  The Torrust Index config file has been updated, and some API endpoints exposing the configuration have also changed. We must apply those changes here.

  - [x] Update config files
  - [x] torrust/torrust-index-types-lib#20 (Update types lib)
  - [x] Update code referencing changes in the API response

  ### Old version

  ```toml
  [logging]
  log_level = "info"

  [tracker]
  mode = "public"
  ```

  ### New version

  ```toml
  version = "2"

  [logging]
  threshold = "info"

  [tracker]
  private = false
  listed = false
  ```

ACKs for top commit:
  josecelano:
    ACK 59a87c7

Tree-SHA512: 4f07659cf7378b10c6838bef3c1a6ffce81177ca3e66c6dd48ff85256ec6030ed95a65f12809dba0ae254c0341d17ec606cd09912fb755bed38162f64700ae29
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 a pull request may close this issue.

1 participant