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 |
|
Collin M. Barrett
|
f7d2b8983c
|
fix(dir): 🐛 resolve NETSDK1179 warning
|
2021-11-18 11:12:00 +00:00 |
|
Collin M. Barrett
|
2e3ff7397e
|
refactor(dir): ♻ re-gen SeedData migration
|
2021-11-18 04:29:01 -06:00 |
|
Collin M. Barrett
|
e4929a3d7b
|
refactor(dir): ♻ re-gen Initial migration
|
2021-11-18 10:27:18 +00:00 |
|
Collin M. Barrett
|
255e9bb622
|
refactor(dir): 🔥📦 rm EFCore.NamingConventions (too much hassle / buggy)
|
2021-11-18 10:27:18 +00:00 |
|
Collin M. Barrett
|
b62654ee2a
|
feat(dir): ✨ add unique idx on aggregate root names
|
2021-11-18 10:27:18 +00:00 |
|
dependabot[bot]
|
3990af9f26
|
build(deps): bump typescript from 4.4.4 to 4.5.2 in /web
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.2)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-11-18 09:39:56 +00:00 |
|
Collin M. Barrett
|
cc3cafd879
|
refactor(dir): ♻ re-gen seed data migration
|
2021-11-16 22:27:35 +00:00 |
|
Collin M. Barrett
|
5bec0a1b7b
|
refactor(dir): ♻ use postgres snake_case naming convention
|
2021-11-16 22:27:35 +00:00 |
|
Azure Pipelines EF Migration Bot
|
932a604496
|
feat(data): migrate PR #2671
|
2021-11-16 12:31:28 +00:00 |
|
iam-py-test
|
e00590c7ad
|
Fix the description
|
2021-11-16 12:31:28 +00:00 |
|
Collin M. Barrett
|
1e1ce3783c
|
Revert "refactor(dir): ♻ use private init for query entities"
This reverts commit 564433a48e.
|
2021-11-16 06:09:03 -06:00 |
|
Collin M. Barrett
|
895bc911b1
|
refactor(dir): ♻ resolve https://rules.sonarsource.com/csharp/RSPEC-3881
|
2021-11-16 05:46:34 -06:00 |
|
Collin M. Barrett
|
fa340aac3c
|
refactor(dir): ♻ support sync disposal of dbcontext
|
2021-11-16 05:25:10 -06:00 |
|
Collin M. Barrett
|
564433a48e
|
refactor(dir): ♻ use private init for query entities
|
2021-11-16 05:15:21 -06:00 |
|
dependabot[bot]
|
5287ac4147
|
build(deps): bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets
Bumps Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.11.1 to 1.14.0.
---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Azure.Containers.Tools.Targets
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-11-16 10:28:48 +00:00 |
|
dependabot[bot]
|
c62e19818f
|
build(deps): bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets
Bumps Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.11.1 to 1.14.0.
---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Azure.Containers.Tools.Targets
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-11-16 10:28:38 +00:00 |
|
dependabot[bot]
|
7cc8db3e58
|
build(deps): bump @types/react from 17.0.34 to 17.0.35 in /web
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.34 to 17.0.35.
- [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-16 10:28:27 +00:00 |
|
Azure Pipelines EF Migration Bot
|
1cca83595b
|
feat(data): migrate PR #2667
|
2021-11-14 20:04:41 +00:00 |
|
Azure Pipelines EF Migration Bot
|
418e83b82a
|
refactor(data): lint PR #2667
|
2021-11-14 20:04:41 +00:00 |
|
iam-py-test
|
e218abad50
|
Update https://github.com/collinbarrett/FilterLists/pull/2665
|
2021-11-14 20:04:41 +00:00 |
|
Azure Pipelines EF Migration Bot
|
2ca3745d8f
|
feat(data): migrate PR #2666
|
2021-11-14 14:34:08 +00:00 |
|
Azure Pipelines EF Migration Bot
|
5cda2a0a61
|
refactor(data): lint PR #2666
|
2021-11-14 14:34:08 +00:00 |
|
hawkeye116477
|
eb0145adac
|
Add new Filters Heroes filter lists and software
|
2021-11-14 14:34:08 +00:00 |
|
Azure Pipelines EF Migration Bot
|
0d48c91459
|
feat(data): migrate PR #2665
|
2021-11-14 14:22:21 +00:00 |
|
Azure Pipelines EF Migration Bot
|
fe0aae70df
|
refactor(data): lint PR #2665
|
2021-11-14 14:22:21 +00:00 |
|
iam-py-test
|
1da72dac6d
|
Fix https://github.com/collinbarrett/FilterLists/issues/2663
|
2021-11-14 14:22:21 +00:00 |
|
Azure Pipelines EF Migration Bot
|
22fa53d2f9
|
feat(data): migrate PR #2664
|
2021-11-13 18:56:07 +00:00 |
|
Azure Pipelines EF Migration Bot
|
8a4a0966b7
|
refactor(data): lint PR #2664
|
2021-11-13 18:56:07 +00:00 |
|
Imre Kristoffer Eilertsen
|
8dafe0895b
|
Đ́ Corrected 1 primariness
|
2021-11-13 18:56:07 +00:00 |
|
Collin M. Barrett
|
c74ef74a95
|
fix(dir-data): 🐛 duplicate PK in FilterListViewUrl
|
2021-11-13 18:56:07 +00:00 |
|
Imre Kristoffer Eilertsen
|
d2004d3c84
|
Đ́ Added 1 additional view URL
|
2021-11-13 18:56:07 +00:00 |
|
Imre Kristoffer Eilertsen
|
c4be3cc170
|
Đ́ Added 22 new lists
|
2021-11-13 18:56:07 +00:00 |
|
Imre Kristoffer Eilertsen
|
b9aecd812b
|
Đ́ Fixed superfluous comma
|
2021-11-13 18:56:07 +00:00 |
|
Imre Kristoffer Eilertsen
|
4232c04bfb
|
Update FilterListLanguage.json
|
2021-11-13 18:56:07 +00:00 |
|