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

Feature/merge to release #96

Open
wants to merge 61 commits into
base: release
Choose a base branch
from
Open

Conversation

amidomichael
Copy link
Contributor

Link to JIRA ticket

Add a link to the JIRA ticket that the changes in this PR describe.

Describe this PR

What is the problem we're trying to solve

Add a summary of the problem and any additional context that helps explain what the issue we're trying to solve is.

What changes have we introduced

Add descriptions of what changes were made to address the problem and provide a solution.

Include any links to commits that introduce significant additions of code if they help explain the process of coming to the solution. e.g Addition of test database setup, addition of first test and production class, removal of buggy code, etc.

Checklist

  • Added end-to-end (i.e. integration) tests where necessary e.g to test complete functionality of a newly added feature
  • Added tests to cover all new production code
  • Added comments to the README or updated relevant documentation (add link to documentation), where necessary.
  • Checked all code for possible refactoring
  • Code pipeline builds correctly

Follow up actions after merging PR

Are there any next steps that need to addressed after merging this PR? Add them here.

MirelaGeorgiou and others added 30 commits September 24, 2021 12:17
* added CW dashboard

* use module output for SSM param
* fixed error

* fix error
This reverts commit cf0159b.
* added Terraform Comliance checks

* added staging and prod checks
* comment tests out

* comment tests out to fix error

* add tests

* fix syntax error

* update tests
* comment out all tests except 1

* remove branch filter to test

* test

* test

* fix test

* re-added test

* re-added test

* re-added test

* re-added test

* re-added test

* re-added test

* re-added test

* fix tests

* add filter back
Sandip and others added 25 commits November 23, 2021 19:15
* Add based implementation for GetTransactionList endpoint.

* Add SearchTransactions endpoint. Move all logic from financial-transactions-api

* Remove unnesessary enters

* Fix formattin issues

* One more try to fix formatting

* Delete setters from transactions-related properties. Use the static factory method approach instead.

* Fix formatting.

* Change access layor for response models

* Add E2E tests for TransactionsSearch endpoint

* Fix formatting issues

* Add unit tests for transactions controller

* Rename Person model to Sender

* Fix search terms. Rename from person to sender

* Fix integration tests

* Change port number to 5003 to resolve local conflicts between APIs
Housing finance search with Deep Pagination
* Rename Person model to Sender

* Update Hackney.Shared.HousingSearch package version
* FIxed Housing Finance Transaction Search

* Add more logging for errors

Co-authored-by: Sandip <Sandip@DESKTOP-8GSTDPG>
Co-authored-by: golosowa.anna <[email protected]>
* Implement transactions filtering by start and end dates.

* Fix e2e tests.

* Add CreatedAt and LastUpdatedAt fields to the transactions model

* Try to add api-nuget-token-context

* Fix unit tests. Exclude comparation for LastUpdatedBy and CreatedBy fields

* Remove createdAt and updatedAt from the response payload

* Rename variables to much naming convention
Copy link
Contributor

@mikemoody-amido mikemoody-amido left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a bunch of stuff in there I would take issue with, but that is not the point of this PR and a discussion for another time.

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.

9 participants