Commit graph

6434 commits

Author SHA1 Message Date
Collin M. Barrett
5b2a48d058 feat(dir): 🚧 scaffold CreateList command (part 2) 2021-11-26 23:14:54 +00:00
Collin M. Barrett
fe87f5b4cf refactor(dir): ♻ use FKs to link Changes to Aggregates 2021-11-26 23:14:54 +00:00
Collin M. Barrett
2c5f8363e1 feat(dir): 🚧 scaffold CreateList command 2021-11-26 23:14:54 +00:00
Collin M. Barrett
94dab0d15c feat(dir): scaffold Change entity 2021-11-26 23:14:54 +00:00
Collin M. Barrett
0c48ff3258 feat(dir): scaffold Domain proj and ICommandContext 2021-11-26 23:14:54 +00:00
Collin M. Barrett
f211ae4d30 refactor(ui): ♻ expect surrogate Language key 2021-11-26 17:59:20 +00:00
Collin M. Barrett
577c27aef1 refactor(dir): ♻ re-gen SeedData migration 2021-11-26 17:59:20 +00:00
Collin M. Barrett
f9d8319a9e refactor(dir): ♻ re-gen Initial migration 2021-11-26 17:59:20 +00:00
Collin M. Barrett
2965533102 refactor(dir): ♻ map lang surrogate key, convert all surrogate keys to longs 2021-11-26 17:59:20 +00:00
Collin M. Barrett
774b6d272c refactor(dir-data): ♻ add surrogate key to languages 2021-11-26 17:59:20 +00:00
dependabot[bot]
f610ce3b1c build(deps): bump prettier from 2.4.1 to 2.5.0 in /web
Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.4.1...2.5.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-26 14:13:37 +00:00
dependabot[bot]
c8e514fab5 build(deps): bump @types/react from 17.0.36 to 17.0.37 in /web
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.36 to 17.0.37.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-25 19:31:07 +00:00
Collin M. Barrett
179ede662b refactor(dir): ♻ prefer IEnumerable over IReadOnlyCollection for immutability (force copy-by-value to mutate element's props) 2021-11-24 07:17:49 -06:00
dependabot[bot]
4f51592765 build(deps): bump @testing-library/jest-dom in /web
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.15.0 to 5.15.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.15.0...v5.15.1)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-24 13:03:11 +00:00
dependabot[bot]
9abb2f1ea1 build(deps): bump @types/node from 16.11.9 to 16.11.10 in /web
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.9 to 16.11.10.
- [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-24 13:03:04 +00:00
dependabot[bot]
f706328d41 build(deps): bump slugify from 1.6.2 to 1.6.3 in /web
Bumps [slugify](https://github.com/simov/slugify) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/simov/slugify/releases)
- [Commits](https://github.com/simov/slugify/compare/v1.6.2...v1.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-23 12:48:19 +00:00
dependabot[bot]
ef4683af3e build(deps): bump antd from 4.16.13 to 4.17.1 in /web
Bumps [antd](https://github.com/ant-design/ant-design) from 4.16.13 to 4.17.1.
- [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.16.13...4.17.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-23 12:48:08 +00:00
Collin M. Barrett
007953a17b refactor(dir): ♻ add IsApproved query filter to FilterListViewUrl 2021-11-22 16:52:36 -06:00
Collin M. Barrett
d7a891c80e refactor(ui): ♻💄 center-align info button 2021-11-22 04:45:52 -06:00
Collin M. Barrett
14da1e2340 refactor(ui): ♻🎨 css tweaks 2021-11-22 04:26:41 -06:00
dependabot[bot]
4320133f03 build(deps): bump @types/react from 17.0.35 to 17.0.36 in /web
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.35 to 17.0.36.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 09:49:38 +00:00
dependabot[bot]
f9e9d313ba build(deps): bump EFCore.NamingConventions
Bumps [EFCore.NamingConventions](https://github.com/efcore/EFCore.NamingConventions) from 6.0.0-rc.1 to 6.0.0.
- [Release notes](https://github.com/efcore/EFCore.NamingConventions/releases)
- [Commits](https://github.com/efcore/EFCore.NamingConventions/compare/v6.0.0-rc.1...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 09:45:40 +00:00
dependabot[bot]
85e3f3dc05 build(deps): bump @types/node from 16.11.8 to 16.11.9 in /web
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.8 to 16.11.9.
- [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-22 09:45:00 +00:00
Collin M. Barrett
e61c5012cf fix(web): 🐛 some CSS 2021-11-21 18:44:32 -06:00
Collin M. Barrett
04aab3f445 Revert "fix(web): 🚑🐛 CSP rules breaking footer links"
This reverts commit abad99a44f.
2021-11-21 16:30:20 -06:00
Collin M. Barrett
abad99a44f fix(web): 🚑🐛 CSP rules breaking footer links 2021-11-21 14:10:18 -06:00
Collin M. Barrett
18d6788bc7 fix(dir): 🐛 make nav props public init for EF query filters to work 2021-11-20 23:26:17 +00:00
Collin M. Barrett
5b5b458661 refactor(dir): ♻ re-gen SeedData migration 2021-11-20 23:26:17 +00:00
Collin M. Barrett
580be79d5d refactor(dir): ♻ re-gen Initial migration 2021-11-20 23:26:17 +00:00
Collin M. Barrett
5ec338f357 refactor(dir): ♻ make IsApproved non-nullable 2021-11-20 23:26:17 +00:00
Collin M. Barrett
6e8b16dcc4 feat(dir): add IsApproved query filter 2021-11-20 23:26:17 +00:00
Collin M. Barrett
73b37dec2c feat(dir): add IsApproved column to aggregate roots 2021-11-20 23:26:17 +00:00
Collin M. Barrett
72ef264486 refactor(dir): ♻ re-gen SeedData migration 2021-11-19 11:12:20 +00:00
Collin M. Barrett
8cac77796b refactor(dir): ♻ re-gen Initial migration 2021-11-19 11:12:20 +00:00
Collin M. Barrett
cff66e4048 feat(dir): prevent deleting FilterList on attempted delete of Licnese 2021-11-19 11:12:20 +00:00
Collin M. Barrett
2312c77117 feat(dir): default all unspecified licenses to All Rights Reserved 2021-11-19 11:12:20 +00:00
Collin M. Barrett
d0b3c1bbc2 refactor(dir): ♻ require a license and default to All Rights Reserved 2021-11-19 11:12:20 +00:00
dependabot[bot]
9eaff93b50 build(deps): bump @types/jest from 27.0.2 to 27.0.3 in /web
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.0.2 to 27.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-19 08:29:15 +00:00
dependabot[bot]
a0b1f5d76a build(deps): bump @types/node from 16.11.7 to 16.11.8 in /web
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.7 to 16.11.8.
- [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-19 08:20:56 +00:00
Collin M. Barrett
ce2fbf2fdf refactor(dir): ♻ re-gen SeedData migration 2021-11-18 19:05:20 +00:00
Collin M. Barrett
b6c7d21a5e refactor(dir): ♻ re-gen Initial schema migration 2021-11-18 19:05:20 +00:00
Collin M. Barrett
c8633b3a3c refactor(dir): ♻ rm unnecessary TODO 2021-11-18 19:05:20 +00:00
Collin M. Barrett
a35047f2da fix(dir): 🐛 convention-generated constraint names 2021-11-18 19:05:20 +00:00
Collin M. Barrett
7e3d674de5 fix(dir): 🐛 pluralization of software_syntaxes 2021-11-18 19:05:20 +00:00
Collin M. Barrett
3c98c6a67a feat(dir): default software abp scheme support to false 2021-11-18 19:05:20 +00:00
Collin M. Barrett
4f014332c6 feat(dir): default license permissions to false 2021-11-18 19:05:20 +00:00
Collin M. Barrett
6bc2a44907 fix(dir): 🐛 convention-generated constraint name 2021-11-18 19:05:20 +00:00
Collin M. Barrett
85312ba4a0 refactor(dir): ♻ snake_case tables that require manual pluralization to match EF convention 2021-11-18 19:05:20 +00:00
Collin M. Barrett
1e04803760 refactor(dir): ♻📦 re-add EFCore.NamingConventions to use Postgres snake_case convention 2021-11-18 19:05:20 +00:00
Collin M. Barrett
f5f527f03d fix(dir): 🐛 de-dup 'Chongo Bong' maintainer 2021-11-18 11:12:00 +00:00