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

📝 Changelog file created with gitmoji-changelog #8

Merged
merged 1 commit into from
Aug 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitmoji-changelogrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"project": {
"name": "Iron Hook",
"description": "This repository provides easily management hook operations of for dotnet application.",
"version": "1.0.0"
}
}
148 changes: 148 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
# Changelog

<a name="1.0.0"></a>
## 1.0.0 (2021-08-10)

### Added

- ➕ Add Microsoft.EntityFrameworkCore.Tools dependency in Sample project [[17abde2](https://github.com/FowApps/IronHook/commit/17abde2cf1698d979c40178b801e2c3457bbb00d)]
- ➕ Add AspNetCore.MarkdownDocumenting and Swashbuckle.AspNetCore dependency in IronHook.Web sample project [[08d81a6](https://github.com/FowApps/IronHook/commit/08d81a62a02095d9a81b52f59a3ce87eafec5ec6)]
- ➕ Add System.Text.Json and Microsoft.AspNetCore.Http.Abstractions dependencies for IronHook.Core [[617c068](https://github.com/FowApps/IronHook/commit/617c068000e3ffe2c69cf0d2b9be4166c996314f)]
- ➕ Add IronHook.PostgreSql dependency in IronHook.Web [[5622b2b](https://github.com/FowApps/IronHook/commit/5622b2bd6a91ba8a9d52e6562cfcdaff5a6491d5)]
- 🎉 TADA !! Begin IronHook.Web sample project [[2acb324](https://github.com/FowApps/IronHook/commit/2acb3240412f69c6a33061c2a5d74c4c195c1ca1)]
- ➕ Add Microsoft.EntitiyFrameworkCore.Tools dependency in IronHook.PostgreSql [[c1cf437](https://github.com/FowApps/IronHook/commit/c1cf437773a7e133d2aff586209de426784efcca)]
- ➕ Add IronHook.EntityFrameworkCore dependency [[6029674](https://github.com/FowApps/IronHook/commit/6029674e2b7bae38274c42e5d2eb36889e79ae47)]
- 🎉 TADA !! Bagin IronHook.PostgreSql project [[14ec032](https://github.com/FowApps/IronHook/commit/14ec032d6280658ffbaff8c55c75c02c9363c2f2)]
- ➕ Add IronHookCore dependencies [[2ce7923](https://github.com/FowApps/IronHook/commit/2ce7923e8adb043cb4c64dae0b54b646dcdd4a72)]
- ➕ Add EntityFrameworkCore dependencies [[a9836cd](https://github.com/FowApps/IronHook/commit/a9836cd07b262a9fd53283dfe79c705abfbe2b5f)]
- 🎉 TADA !! Begin IronHook.EntityFrameworkCore project [[1689132](https://github.com/FowApps/IronHook/commit/1689132c662cc9f030152941d4db59bf1418ff23)]
- 🎉 TADA ! Begin IronHook.Core project [[8671f51](https://github.com/FowApps/IronHook/commit/8671f51eb869d7dabc0e966c589a62dcc63f50ee)]

### Changed

- ⬆️ Bump AspNetCore.MarkdownDocumenting from 2.1.2 to 2.3.0 [[443c779](https://github.com/FowApps/IronHook/commit/443c7798efbe5de898059dc2b127b7ac06f11800)]
- ♻️ Add virtual keyword [[2017faa](https://github.com/FowApps/IronHook/commit/2017faa219f0062d1ebfc846b96616f796470d25)]
- 🔧 Add common.props configuration file [[5c7a57f](https://github.com/FowApps/IronHook/commit/5c7a57f58d6097a2ab7f34f7a862b1b91e7709ef)]
- 🗃️ Add database migration for sample project [[5a0817a](https://github.com/FowApps/IronHook/commit/5a0817a2dc942deda9acae7533d9cf19ebc37b13)]
- ♻️ Fix code styles [[882b5b5](https://github.com/FowApps/IronHook/commit/882b5b5d9572a34f1c190124891a3327b7c9b77e)]
- ♻️ Change Return Type form Task to Task of Hook [[ca3be18](https://github.com/FowApps/IronHook/commit/ca3be185ea498196d2c148941d3a88e8cfc7666a)]
- ♻️ Change return type for Add and Update endpoint [[3594b0d](https://github.com/FowApps/IronHook/commit/3594b0db9a6d506911bbf185dcb793bc824b3b32)]
- ♻️ Refactor Default HookService [[9520864](https://github.com/FowApps/IronHook/commit/9520864c6dfbfce096a92f789905dd6d9e0d664a)]
- ♻️ Change automaticly database migration scenario [[0586e2a](https://github.com/FowApps/IronHook/commit/0586e2afc4b12626ad3ba731b46f5058ee49af65)]
- ♻️ Change DbContextOptionsBuilder for IronHookPostgreSqlDbContext [[05c6a91](https://github.com/FowApps/IronHook/commit/05c6a91b5670044754de3309cce85b2575fa6390)]
- ♻️ Refactor IronHookCoreDbContext [[f49201d](https://github.com/FowApps/IronHook/commit/f49201dccff8ebc36d25e10d3a91a220d662681d)]
- 🔧 Configure Application Builder for IronHook [[33853aa](https://github.com/FowApps/IronHook/commit/33853aa80c4d9c92ab8542137d55589e93b9b12d)]
- 🔧 Add ConnectionStrings scope for IronHook.Web sample project [[f1e2045](https://github.com/FowApps/IronHook/commit/f1e2045fecb8ad503bc742ecfa2708e5ae461799)]
- 🔧 Configure Startup.cs for IronHook.Web sample project [[fdeb3c3](https://github.com/FowApps/IronHook/commit/fdeb3c377acb7e1d13c44ae8b7363cc65136ab33)]
- 🗃️ Add initial database migration [[85e0b50](https://github.com/FowApps/IronHook/commit/85e0b5083eaf5ecdf316a2cc634b94798a321b60)]
- ♻️ Change connection string for DesignTimeDbContext in IronHook.PostgreSql [[04f64fc](https://github.com/FowApps/IronHook/commit/04f64fcafb1c0dc8aedb189fa8e49bdd93a75a95)]
- ♻️ Change return type for GetAsync in HookService [[50a6cfa](https://github.com/FowApps/IronHook/commit/50a6cfac3edb0c9fb775f00f34a287a4bf48bfc1)]

### Removed

- 🔥 Remove unncessary events [[fd4cebc](https://github.com/FowApps/IronHook/commit/fd4cebc1da78406e8448d4a17846f73f7f21b5ae)]
- 🔥 Remove default class [[79c2ffc](https://github.com/FowApps/IronHook/commit/79c2ffcce829d53b61d1fa009caa8ff6b168ebfe)]
- 🔥 Delete Default class [[d442a7b](https://github.com/FowApps/IronHook/commit/d442a7b5f5138c0865431b2d7083af4ca641f633)]
- 🔥 Remove default class [[ff7b824](https://github.com/FowApps/IronHook/commit/ff7b82406f9919e76ce534e79cb424cfcdcc176f)]

### Fixed

- 🐛 Change Value Generator type for Update Date [[5e7105a](https://github.com/FowApps/IronHook/commit/5e7105a74b28ba0a073f27240b110b329e2e85f2)]
- 🐛 Fix hook scenario [[35b82c3](https://github.com/FowApps/IronHook/commit/35b82c39c54d0d1b47df2b998f4faf7f5af0811c)]
- 🐛 Implement AddRequest endpoint [[5075035](https://github.com/FowApps/IronHook/commit/5075035e8918ccabb5b57831f56d3f698453f47c)]

### Security

- 🔒 Depandabot enabled [[5cbf727](https://github.com/FowApps/IronHook/commit/5cbf727bacef10f11757ea8abbdcae290dcf8fcf)]

### Miscellaneous

- Merge pull request [#6](https://github.com/FowApps/IronHook/issues/6) from FowApps/dependabot/nuget/AspNetCore.MarkdownDocumenting-2.3.0 [[f488435](https://github.com/FowApps/IronHook/commit/f488435ac4e1359ce878a369e8b490d39b2f8c61)]
- Create .codeclimate.yml [[e00c0a7](https://github.com/FowApps/IronHook/commit/e00c0a775957daecde87531b43833f80ea082412)]
- Create pull_request_template.md [[2c92479](https://github.com/FowApps/IronHook/commit/2c924792fc7426b851d710e805a3584cdfdf391b)]
- Update issue templates [[394cc6c](https://github.com/FowApps/IronHook/commit/394cc6c6a52861deaeed7d09b39634a94419c57a)]
- Update issue templates [[826c4ac](https://github.com/FowApps/IronHook/commit/826c4ac5b3e3d07655ef4fa27cf2133f85e1cb33)]
- Update issue templates [[dda6b27](https://github.com/FowApps/IronHook/commit/dda6b27f91ac0c96d4fd3cbf4faa5386e982b995)]
- Create CONTRIBUTING.md [[eb106b0](https://github.com/FowApps/IronHook/commit/eb106b09bbfb901689ceaa65d8e7706d7f5976d6)]
- Create CODE_OF_CONDUCT.md [[8bdca13](https://github.com/FowApps/IronHook/commit/8bdca136aeff9dba453ad0c95b343a323fe00567)]
- Create LICENSE [[4235204](https://github.com/FowApps/IronHook/commit/4235204f8c4eb7fd74ddbc19bfc734e0084896cc)]
- Update README.md [[a29d5bd](https://github.com/FowApps/IronHook/commit/a29d5bd21aef09884c3faacdead57994eae7b735)]
- Merge pull request [#5](https://github.com/FowApps/IronHook/issues/5) from FowApps/all-contributors/add-ferhatozlu [[4d46d17](https://github.com/FowApps/IronHook/commit/4d46d1732db12941dfe012a30438a0536f698d3c)]
- Merge pull request [#4](https://github.com/FowApps/IronHook/issues/4) from FowApps/all-contributors/add-furkandeveloper [[29efc32](https://github.com/FowApps/IronHook/commit/29efc32bc4b5c1f255930a7decd8d1ac34d42488)]
- docs: update .all-contributorsrc [skip ci] [[613ebf7](https://github.com/FowApps/IronHook/commit/613ebf74a4949018d988937799c3271900477193)]
- docs: update README.md [skip ci] [[9e45fc6](https://github.com/FowApps/IronHook/commit/9e45fc66c8b570e361cd5bfb7f27b9d01eb91e56)]
- docs: create .all-contributorsrc [skip ci] [[fecbced](https://github.com/FowApps/IronHook/commit/fecbcede9b60e109c5e637b155c7e8157247387f)]
- docs: update README.md [skip ci] [[48e84b0](https://github.com/FowApps/IronHook/commit/48e84b0023421e943f66a71b10b4c7ef3e954020)]
- Update README.md [[01d81bc](https://github.com/FowApps/IronHook/commit/01d81bcabad154c5ac3f321acd967d7c54b0fbef)]
- Merge pull request [#3](https://github.com/FowApps/IronHook/issues/3) from FowApps/infrastructure/core [[3257d63](https://github.com/FowApps/IronHook/commit/3257d63cc59df5f0c239e61056f874fbe4161161)]
- Update README.md [[f7b0402](https://github.com/FowApps/IronHook/commit/f7b040217743eab2ba011758bd30571a515efb02)]
- 📝 Update README.md [[307d6bb](https://github.com/FowApps/IronHook/commit/307d6bbb7e2a42aef73d2d43f9e3a5b7417f303c)]
- ⛏️ Generate packages [[ced80a3](https://github.com/FowApps/IronHook/commit/ced80a3c4f21ed57ce33ee804f78d1976b5daf97)]
- ⛏️ Add icon IronHook.PostgreSql [[d2d4288](https://github.com/FowApps/IronHook/commit/d2d4288a6074206592825042ac0ae85f507fec7d)]
- ⛏️ Add icon for IronHook.EntityFrameworkCore [[3dd082d](https://github.com/FowApps/IronHook/commit/3dd082dc623c39ad484d6c4b0a6f6b66d5c0aefa)]
- ⛏️ Add package icon for IronHook.PostgreSql [[afbf856](https://github.com/FowApps/IronHook/commit/afbf856366415fac2cf7bb217b8b720ed8bbf148)]
- ⛏️ Add package icon for IronHook.EntityFrameworkCore [[e8e59ca](https://github.com/FowApps/IronHook/commit/e8e59ca9ec36461b189c76ffa0716db7bcd9da52)]
- ⛏️ Add package icon [[de519b2](https://github.com/FowApps/IronHook/commit/de519b2b3f261ea4906979d6c5f2b4cc2d67a4bd)]
- Merge pull request [#2](https://github.com/FowApps/IronHook/issues/2) from FowApps/furkandeveloper-patch-1 [[a1b92bc](https://github.com/FowApps/IronHook/commit/a1b92bc0b9f8bfb321e15fa9acb8154c6ab44fad)]
- Create dotnet.yml [[1fd7142](https://github.com/FowApps/IronHook/commit/1fd714235da6f114ff66d598c914fc183520ce55)]
- ⛏️ Add docker file [[e16bc59](https://github.com/FowApps/IronHook/commit/e16bc597c6fd4ba7223ed2db18580d271aee80ee)]
- ⛏️ Add IsSuccess check for send hook [[a3440e1](https://github.com/FowApps/IronHook/commit/a3440e1aa01e4c8e19bd5319600d011e13523733)]
- ⛏️ Add Customer Create Request Data Transfer Object [[2728024](https://github.com/FowApps/IronHook/commit/2728024178bad07a8ee414ebaddd5416f05bfe25)]
- ⛏️ Implement Customer Endpoints [[3df2041](https://github.com/FowApps/IronHook/commit/3df20411af384b3bbab0fa6405c937aff0ce50df)]
- Update README.md [[666f8da](https://github.com/FowApps/IronHook/commit/666f8da65e22f2c2e64ebfde61a7a031ef6cf846)]
- Update README.md [[c075678](https://github.com/FowApps/IronHook/commit/c0756788ab1fc8b56ca9f2c4b1f2b2aa0a13e982)]
- ⛏️ Implement Get Hook Logs endpoint [[6f516ac](https://github.com/FowApps/IronHook/commit/6f516ac4ef63f74d7d20218e169c1d2913fba9c7)]
- ⛏️ Add business endpoint for AddRequest Endpoint [[053e5f7](https://github.com/FowApps/IronHook/commit/053e5f720e1555ebb67fcc6eb0d9e82b9dbeb4c1)]
- ⛏️ Add Json Ignore Attribute for Hook [[fff8ae1](https://github.com/FowApps/IronHook/commit/fff8ae135fa39ae508f84378ca4b99602ef3ccc1)]
- ⛏️ Update Docs settings [[aba055b](https://github.com/FowApps/IronHook/commit/aba055b92e2fab14c606663caf33912916b2bbed)]
- ⛏️ Implement hook endpoints [[f17265c](https://github.com/FowApps/IronHook/commit/f17265c5fedcba636fddeab2ccf4245c777b91c4)]
- ⛏️ Implement Delete Hook endpoint [[99cd496](https://github.com/FowApps/IronHook/commit/99cd496b6cb2ee1c99752971bc9255c3de6a1dfe)]
- ⛏️ Implement define hook endpoint [[842d0f5](https://github.com/FowApps/IronHook/commit/842d0f59ab1bfbb2d45e504a528b88ae918b1799)]
- ⛏️ Create Hook Data Transfer Object for Define endpoint [[d4538fc](https://github.com/FowApps/IronHook/commit/d4538fce91e24b842dfb441b5c948ef096ea7bb9)]
- ⛏️ Implement Find Hook endpoint for sample project [[adc928c](https://github.com/FowApps/IronHook/commit/adc928cd16971611d20191b9a5de4736c3becb06)]
- ⛏️ Implement Get All Endpoint for Sample project [[1671fb6](https://github.com/FowApps/IronHook/commit/1671fb68e89e7c648cdae80dc3084f73a42d122b)]
- ⛏️ Implement Create Hook and Get Types endpoint for sample project [[517ffc1](https://github.com/FowApps/IronHook/commit/517ffc1c017639c0b6c4ca0dba3fce0e5a2b3faa)]
- ⛏️ Create EventNames class [[6cfb672](https://github.com/FowApps/IronHook/commit/6cfb6724a50ad26f43fed92d2d7707699e214994)]
- ⛏️ Create Hook Request Data Transfer Object [[e0bd0c5](https://github.com/FowApps/IronHook/commit/e0bd0c566dc7322960e00e8035a6292a534d0ec3)]
- ⛏️ Add swagger for IronHook.Web sample project [[404f0e4](https://github.com/FowApps/IronHook/commit/404f0e44d7fd482e104b4d947addb0a509557d35)]
- ⛏️ Implement Sample Dbcontext [[6e77710](https://github.com/FowApps/IronHook/commit/6e777105280acadadc0ff48d56434bed575bc738)]
- ⛏️ Create Guid Value Generator [[8ef40a3](https://github.com/FowApps/IronHook/commit/8ef40a3cbd42a1edfdd37410d2be099698e7cd15)]
- ⛏️ Create Date Time Value Generator [[e2cc269](https://github.com/FowApps/IronHook/commit/e2cc269b11d772e9408a2344387164fce45285eb)]
- ⛏️ Create Customer Entity for IronHook.Web sample project [[be7cf26](https://github.com/FowApps/IronHook/commit/be7cf26f361f501468c04591103a0d7cc7407a5f)]
- ⛏️ Create IApplicationBuilder Extension [[747a435](https://github.com/FowApps/IronHook/commit/747a4356ba4a6098754fa900fffcc4e54d8c9b89)]
- ⛏️ Add IHookOperator on DI [[4292aca](https://github.com/FowApps/IronHook/commit/4292acad5580fff3f37833c095be351d107aea09)]
- ⛏️ Implement HttpHookOperator for IronHook [[287178d](https://github.com/FowApps/IronHook/commit/287178d04d79e413db9fe89825e6c542a1d05784)]
- 🙈 Update gitignore file [[e5f419e](https://github.com/FowApps/IronHook/commit/e5f419e3adf45c32dc84b7e5a3943d609055e966)]
- ⛏️ Create DesignTimeDbcontext for PostgreSql provider [[95e1c89](https://github.com/FowApps/IronHook/commit/95e1c89f07f8bf3c7a922d48881a671d04da831f)]
- ⛏️ Implement IServiceCollection extension for IronHook.PostgreSql [[e606889](https://github.com/FowApps/IronHook/commit/e606889c8a6a4d5a66912fae7675246469140193)]
- ⛏️ Implement DateTime generator for IronHookCoreDbContext [[6cb4e29](https://github.com/FowApps/IronHook/commit/6cb4e29a8daddee0c2cbc0a98c16b6ce54e0d516)]
- ⛏️ Add DateTime generator for date columns [[0cc5769](https://github.com/FowApps/IronHook/commit/0cc57694a52138dbd730b4670a65b62855d7900f)]
- ⛏️ Add PostgreSql DbContext for IronHook [[4730ab3](https://github.com/FowApps/IronHook/commit/4730ab3f7454e7d1639bf9f5ba6beba04e54a55c)]
- ⛏️ Implement Default Hook Service [[30c560a](https://github.com/FowApps/IronHook/commit/30c560accceb6c30024d3a3ac53d568c0f4ccdd4)]
- ⛏️ Create IronHookCoreDbContext [[c1df36a](https://github.com/FowApps/IronHook/commit/c1df36a389210fd93c6e45f16cd68133d5a4a951)]
- ⛏️ Add endpoints for IHookContext [[f3b2cb7](https://github.com/FowApps/IronHook/commit/f3b2cb7f91c50b163496b5768374d7b166495630)]
- ⛏️ Create Guid Generator [[875b451](https://github.com/FowApps/IronHook/commit/875b4517c0ecd106afd8b2d173812318f92ae2a4)]
- ⛏️ Add parameter in SendHook [[3daa407](https://github.com/FowApps/IronHook/commit/3daa407ce167f96dd4fd04b31351e30cbfecdcf4)]
- ⛏️ Add Concrete folder in IronHook.Core [[9ee5105](https://github.com/FowApps/IronHook/commit/9ee510574e100a4f1b407e8774e594d2bbb4efff)]
- ⛏️ Update IHookService. Add DbContext generic type [[bba7737](https://github.com/FowApps/IronHook/commit/bba773703b2c5880d1270cb49a9875cc4a511e55)]
- Create IIronHookContext [[f7014fc](https://github.com/FowApps/IronHook/commit/f7014fce68f8166dd112ae13370cccea31ea49b0)]
- ⛏️ Create IHookService [[09fe250](https://github.com/FowApps/IronHook/commit/09fe250af8f6caea4d5b7040a2ba526f4f10155f)]
- ⛏️ Create IHookOperator [[9a18f0a](https://github.com/FowApps/IronHook/commit/9a18f0ad0081cd91e7e5141f52a5e9d2cb6a19bb)]
- ⛏️ Create Hook Response [[4be1331](https://github.com/FowApps/IronHook/commit/4be13314f42487fbbd2cceb8cd4c2e8c398fe486)]
- ⛏️ Create HeaderParameter [[cb9f448](https://github.com/FowApps/IronHook/commit/cb9f44880e807adef983a0cb47154b8a29a2928b)]
- ⛏️ Update HookRequest entity [[10c8f2c](https://github.com/FowApps/IronHook/commit/10c8f2cc543f802ce76f5f2f0bc801f51d486b2a)]
- ⛏️ Update Hook Entity [[d9a4011](https://github.com/FowApps/IronHook/commit/d9a4011dca777e70cbfbeeedcc61cb5557cbd7e5)]
- ⛏️ Create HookLog Entity [[c7df395](https://github.com/FowApps/IronHook/commit/c7df395d40359379b0234c1ee5e2bf56b81f32f7)]
- ⛏️ Create HookRequest entity [[0ad8d9c](https://github.com/FowApps/IronHook/commit/0ad8d9ca234043db0b416e0389e9580be9a3fa22)]
- ⛏️ Create Hook entity [[52f072b](https://github.com/FowApps/IronHook/commit/52f072b7de7160252c056ede163accee0904371e)]
- ⛏️ Update IronHook.Core.csproj [[753d872](https://github.com/FowApps/IronHook/commit/753d8724b04a7ec1166497e9e3bbccb7596f70c1)]
- ⛏️ Create Base Entity [[5879c97](https://github.com/FowApps/IronHook/commit/5879c97d5734a372b3c78972aa37598085900fa2)]
- 📦 Add Entities folder in IronHook.Core [[0add28c](https://github.com/FowApps/IronHook/commit/0add28c74cb38d0ff16d6e0f6191eaf0c90d2132)]
- 📦 Add test solution folder [[266ec47](https://github.com/FowApps/IronHook/commit/266ec470bc86702645b789f74e0c6e54c7b2d69a)]
- 📦 Add samples solution folder [[d33c938](https://github.com/FowApps/IronHook/commit/d33c93827b840848a53834691d7596f33f071ee8)]
- 📦 Add src solution folder [[0919be6](https://github.com/FowApps/IronHook/commit/0919be6fb869013b145dcbc5b9130b8f0244eae7)]
- Create README.md [[fd02252](https://github.com/FowApps/IronHook/commit/fd022520011cd09b82e54bf0569d128b1f63915f)]
- Add project files. [[b92edad](https://github.com/FowApps/IronHook/commit/b92edad804c805d24f7982e06f083ff531895ab1)]
- Add .gitignore and .gitattributes. [[4dc06f4](https://github.com/FowApps/IronHook/commit/4dc06f48176d9df0a67098069ff84890572a9c68)]