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

Release to production #117

Merged
merged 26 commits into from
Dec 24, 2024
Merged

Release to production #117

merged 26 commits into from
Dec 24, 2024

Conversation

Zifah
Copy link
Collaborator

@Zifah Zifah commented Dec 24, 2024

No description provided.

Zifah added 26 commits August 8, 2024 20:15
* Use fixed format for logger.

* Implement endpoints to CREATE and DELETE geolocations.

* Improve README file.
* Make event handler names more specific.

* Post to Twitter when a word is published.

* Finalize twitter integration.

* Fix file name to match class name.
* Refactor TwitterClient; Make Tweet Delay configurable; Change Tweet template on Dev

* Fix integration tests.

* Use FluentAssertions and use AutoFixture for data generation

* Create repository instance only once and not in each test.

* Use AutoFixture for all test data generation.

* Create a separate AppConfig file for the integration tests.
Composing the tweet has a big potential to fail since it involves a call to the database.
Also, create unique index on the NameEntries_Name column.
* Implement Redis caching
* Replace in-memory caching with Redis caching.

* Solve cycling problem for the next 100+ years
* Remove unnecessary usings across all projects in the solution.

* Replace name with Title.

* Create new generalized core library.

* Fix Create reusable Name Core and Application layers.

* Change local port for API due to restricted port issue.

* Remove all references to "Name" in the Dictionary entry service.

* Replace all instances of "Name" in the generic entry repository.

* Refactor repository logic into reusable class.

* Shrink method size.

* Create new reusable infrastructure project.

* Remove direct reference to MongoDB driver.

* Fix broken domain events.

* Use one Infrastructure project for all external dependencies.

* Fix broken feedback section.

* Remove unused using.

* Pack YorubaOrganization.Core into a nupkg.

* Pack the reusable Application project into to nupkg.

* Move the dictionary component projects to a different solution.

* Clean up Core project file.

* Fix file formatting issue.

* Minor cleanups.

* Fix namespaces and usings.
@Zifah Zifah merged commit 70701e3 into PROD Dec 24, 2024
4 checks passed
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 this pull request may close these issues.

1 participant