repository-service-tuf / repository-service-tuf-worker

Repository Service for TUF: Worker
MIT License
8 stars 15 forks source link

Task: replace all mentions of `targets` with `artifacts` in all messages to the user #472

Open MVrachev opened 3 months ago

MVrachev commented 3 months ago

What is the task about?

Replace all mentions of targets with artifacts in all messages to the user. A good example of this inconsistency is when we add: https://github.com/repository-service-tuf/repository-service-tuf-worker/blob/3130543a1f134a3c49fb78a26f1120a8ce0ec6c6/repository_service_tuf_worker/repository.py#L884

or remove a targets: https://github.com/repository-service-tuf/repository-service-tuf-worker/blob/3130543a1f134a3c49fb78a26f1120a8ce0ec6c6/repository_service_tuf_worker/repository.py#L960

Find all places where we mention targets and ensure we don't mention that word to the user when we speak about target files.

Code of Conduct