Commit graph

6508 commits

Author SHA1 Message Date
Collin M. Barrett
45f63a0766 refactor(dir): ♻ extract explicit collection nav backing props 2021-12-05 05:36:41 -06:00
Collin M. Barrett
5b0bc6abe5 chore(dir): ♻ re-gen migrations 2021-12-05 04:42:25 -06:00
Azure Pipelines EF Migration Bot
d3baec9326 feat(data): migrate PR #2700 2021-12-03 14:17:45 +00:00
BPower0036
b5702ef7ad Added Mirrors for my filterlists 2021-12-03 14:17:45 +00:00
dependabot[bot]
522133f794 build(deps): bump FluentValidation.DependencyInjectionExtensions
Bumps [FluentValidation.DependencyInjectionExtensions](https://github.com/JeremySkinner/fluentvalidation) from 10.3.4 to 10.3.5.
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/10.3.4...10.3.5)

---
updated-dependencies:
- dependency-name: FluentValidation.DependencyInjectionExtensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 11:01:06 +00:00
dependabot[bot]
14e8614c8b build(deps): bump @types/node from 16.11.10 to 16.11.11 in /web
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.10 to 16.11.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-30 13:39:52 +00:00
Collin M. Barrett
04e593b44a refactor(dir): ♻ sync local names 2021-11-29 17:04:26 -06:00
Collin M. Barrett
723106e10c fix(dir): 🐛 ICommandContext many-to-many configs 2021-11-29 16:59:07 -06:00
dependabot[bot]
eb0edd36aa build(deps): bump antd from 4.17.1 to 4.17.2 in /web
Bumps [antd](https://github.com/ant-design/ant-design) from 4.17.1 to 4.17.2.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](https://github.com/ant-design/ant-design/compare/4.17.1...4.17.2)

---
updated-dependencies:
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 13:34:01 +00:00
Collin M. Barrett
12a087b2e7 feat(dir): 🚧 accept add'l relationships to create list cmd (EF Core mappings still need fixin') 2021-11-28 20:22:06 -06:00
Collin M. Barrett
aafc4919e7 feat(dir): accept additional related aggregates in FilterList ctor 2021-11-28 15:18:39 -06:00
Collin M. Barrett
700f5001ec feat(dir): scaffold rest of aggregates 2021-11-28 14:27:49 -06:00
Collin M. Barrett
da1e4bfa88 fix(dir): 🚑🐛 missed file from last commit 2021-11-28 09:51:16 -06:00
Collin M. Barrett
f633a4a6d0 refactor(dir): ♻ ren AggregateRoot -> EntityRequiringApproval in Query context 2021-11-28 09:50:32 -06:00
Collin M. Barrett
4bd723486f docs(dir): 📄🔥 rm db reference in changes endpoints 2021-11-27 17:14:58 -06:00
Collin M. Barrett
4a2e07857c docs(dir): 📄 some GET vm props 2021-11-27 17:09:36 -06:00
Collin M. Barrett
c356d34a56 docs(dir): 📄🐛 fix Description examples on create list endpoint 2021-11-27 16:25:27 -06:00
Collin M. Barrett
efb28218d2 docs(dir): 📄🐛 fix Description examples on lists endpoints 2021-11-27 16:23:22 -06:00
Collin M. Barrett
77143aa011 docs(dir): 📄♻ tweak example list name on Changes endpoint 2021-11-27 15:56:18 -06:00
Collin M. Barrett
a19713e63f docs(dir): 📄 doc GET/POST lists vms 2021-11-27 14:57:33 -06:00
Collin M. Barrett
c692aa8820 docs(dir): 📄 doc GET licenses vm 2021-11-27 13:50:42 -06:00
Collin M. Barrett
df8eed7fa2 docs(dir): 📄 doc GET languages vm 2021-11-27 13:35:18 -06:00
Collin M. Barrett
2a9552bfd1 docs(dir): 📄 doc GET changes/change vms 2021-11-27 13:22:11 -06:00
Collin M. Barrett
f8f7aea66f docs(dir): 📄♻ lint endpoint summaries 2021-11-27 13:15:49 -06:00
Collin M. Barrett
2fafdea983 feat(dir): add example/default prop values for list create endpoint swagger
ref https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/575\#issuecomment-980675458
2021-11-27 10:52:20 -06:00
Collin M. Barrett
fb20331648 fix(archival): 🐛🚧 temp disable RELEASE job failing due to config issue
ref #2695
2021-11-27 08:30:05 -06:00
Azure Pipelines EF Migration Bot
5fe27ee9c4 feat(data): migrate PR #2696 2021-11-27 13:35:13 +00:00
BPower0036
566fad65d8 Changed name and description 2021-11-27 13:35:13 +00:00
Collin M. Barrett
74a65a5494 refactor(dir): ♻🚧 don't enable list create / GET changes endpoint in prod just yet 2021-11-26 23:14:54 +00:00
Collin M. Barrett
06559303e9 refactor(dir): ♻ lint IChangeAggregate<T> 2021-11-26 23:14:54 +00:00
Collin M. Barrett
b431dc0f41 feat(dir): add AddChanges migration 2021-11-26 23:14:54 +00:00
Collin M. Barrett
9ed0430a9d refactor(arc): ♻ sync some config from dir 2021-11-26 23:14:54 +00:00
Collin M. Barrett
3eca3ddf9c feat(dir): point list create endpoint ressult to changes by id endpoint 2021-11-26 23:14:54 +00:00
Collin M. Barrett
fec59aaf6d feat(dir): scaffold GET Change by Id endpoint
ref https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/1607
2021-11-26 23:14:54 +00:00
Collin M. Barrett
a51f6faa6a refactor(dir): ♻ lint ChangesController 2021-11-26 23:14:54 +00:00
Collin M. Barrett
7ae5bdfcf0 refactor(svcs): ♻🔧 config EMPTY_BLOCK_STYLE, lint all 2021-11-26 23:14:54 +00:00
Collin M. Barrett
9b60e9c72f refactor(svcs): ♻ prefer default! to null! 2021-11-26 23:14:54 +00:00
Collin M. Barrett
90d77be847 refactor(dir): ♻ lint FilterListValueObject 2021-11-26 23:14:54 +00:00
Collin M. Barrett
9d8af88ebc refactor(dir): ♻ validate licenseId > 0 on list create 2021-11-26 23:14:54 +00:00
Collin M. Barrett
43c2036a7e refactor(svcs): SeedWork Entity & ValueObject 2021-11-26 23:14:54 +00:00
Collin M. Barrett
b01c932a6d refactor(dir): ♻ convert all surrogate keys to longs 2021-11-26 23:14:54 +00:00
Collin M. Barrett
c2c62efe69 refactor(svcs): ♻ extract FilterLists.SharedKernel.Domain.SeedWork proj 2021-11-26 23:14:54 +00:00
Collin M. Barrett
522c204ecd refactor(dir): ♻ prefer IEnumerable over IReadOnlyCollection for immutability (force copy-by-value to mutate element's props) 2021-11-26 23:14:54 +00:00
Collin M. Barrett
c56168f5f0 feat(dir): add some domain layer validations 2021-11-26 23:14:54 +00:00
Collin M. Barrett
5cdd64ef41 refactor(dir): ♻ FilterList.CreateWithApproval() 2021-11-26 23:14:54 +00:00
Collin M. Barrett
1bed7cd864 refactor(dir): ♻ re-order ViewUrls prop for consistency 2021-11-26 23:14:54 +00:00
Collin M. Barrett
b718fdde8b feat(dir): enable EF Core lazy loading for aggregate-to-aggregate r'ships 2021-11-26 23:14:54 +00:00
Collin M. Barrett
6de36cfdca refactor(dir): ♻ extract FilterListRecord 2021-11-26 23:14:54 +00:00
Collin M. Barrett
55422dbaf6 feat(dir): scaffold GET changes endpoint 2021-11-26 23:14:54 +00:00
Collin M. Barrett
bb6be61cc4 refactor(dir): ♻🚧 comment npgsql reload types throwing disposed exception 2021-11-26 23:14:54 +00:00