-
Notifications
You must be signed in to change notification settings - Fork 3
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 settings to follow changes in the Index configuration #18
Milestone
Comments
9 tasks
josecelano
changed the title
Update
Update Index settings to follow changes in the Index configuration
Jun 13, 2024
TrackerMode
enum to match TrackerMode
enum in Tracker
josecelano
added a commit
to josecelano/torrust-index-types-lib
that referenced
this issue
Jun 13, 2024
josecelano
added a commit
to josecelano/torrust-index-types-lib
that referenced
this issue
Jun 13, 2024
josecelano
added a commit
that referenced
this issue
Jun 14, 2024
5596fea feat!: [#18] udpate settings type to follow changes in API (Jose Celano) Pull request description: Update settings type to follow changes in API. ACKs for top commit: josecelano: ACK 5596fea Tree-SHA512: 3e69deeace43852a9501628c9822de7c87d8dbbcc6d39a092b615cd85235e33b1e33f7d800b32e53c0e7f9bff2e04df0eddb51506af5972c1fa8026be8271f58
This was referenced Jun 14, 2024
josecelano
added a commit
to torrust/torrust-index-gui
that referenced
this issue
Jun 14, 2024
570c46e chore(deps): update torrust-index-types-lib (Jose Celano) Pull request description: [Index settings have changed](torrust/torrust-index-types-lib#18). Top commit has no ACKs. Tree-SHA512: 76ded3da25a5e77a1400c1d8406eb656d1ec95304149d0d05e1a4acf2e16cda0a577e4900107f49a6fa840c2c80b14d2962559596d2c297cf13dca704fbc3f60
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relates to: torrust/torrust-index#591
The Index configuration has been changed (breaking changes). The new settings object:
For example:
Tracker:
Index:
This repo:
It should be:
And we should add a serialization/deserialization from lowercase strings:
public
,listed
,private
,private_listed
.The text was updated successfully, but these errors were encountered: