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

Rename entities in code that mention Menas but REST API is meant #2111

Closed
jakipatryk opened this issue Aug 10, 2022 · 1 comment · Fixed by #2114
Closed

Rename entities in code that mention Menas but REST API is meant #2111

jakipatryk opened this issue Aug 10, 2022 · 1 comment · Fixed by #2114
Assignees
Labels
refactoring Improving code quality, paying off tech debt, aligning API, cleanup of unused code

Comments

@jakipatryk
Copy link
Collaborator

Menas was API+UI, but now is just UI. However, there are still plenty of variables/classes/etc. with menas in the name that should be somehow renamed, for example:

  • CommonJobExecution has vals: menasBaseUrls, menasUrlsRetryCount, menasSetup
  • MenasConnectionStringParser
  • menas-credentials.conf (and other keytab/credentials related things)
  • MenasDAO (?)
  • data-model/menas (?)

Note

While some of them are pretty obvious renames (like menasBaseUrls to restApiBaseUrls, or menas-credentials.conf to rest_api-credentials.conf), a few are non-obvious and probably need a bit of discussion (like MenasDAO, whether rename it at all, and if so into what).

@jakipatryk jakipatryk added the refactoring Improving code quality, paying off tech debt, aligning API, cleanup of unused code label Aug 10, 2022
jakipatryk added a commit that referenced this issue Aug 16, 2022
jakipatryk added a commit that referenced this issue Aug 16, 2022
jakipatryk added a commit that referenced this issue Aug 17, 2022
jakipatryk added a commit that referenced this issue Aug 18, 2022
jakipatryk added a commit that referenced this issue Aug 18, 2022
@jakipatryk jakipatryk self-assigned this Sep 1, 2022
@jakipatryk
Copy link
Collaborator Author

Release notes
Renamed Menas API mentions to REST API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Improving code quality, paying off tech debt, aligning API, cleanup of unused code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant