Commit graph

73 commits

Author SHA1 Message Date
D. Moonfire 16a888fe9e chore: adding a markdown test project 2022-11-02 20:46:15 -05:00
D. Moonfire 8a5967a05a feat: updating package dependencies 2022-09-06 17:50:34 -05:00
D. Moonfire 836e482d4a fix: correcting some package references 2022-09-06 01:03:59 -05:00
D. Moonfire d35410625a refactor: renaming namespaces 2022-09-06 00:53:22 -05:00
D. Moonfire 7a42ce2f00 build: updating test detection 2022-09-06 00:40:21 -05:00
D. Moonfire bd26d796e2 feat!: renaming files and projects 2022-09-06 00:40:00 -05:00
D. Moonfire 05a4bc14f7 chore: switching test detection 2022-09-06 00:39:35 -05:00
D. Moonfire 10f53bbe10 fix(template): added NuGet reference 2022-09-05 23:16:02 -05:00
D. Moonfire 4988f6ecbc fix(template): integrating new template layout 2022-09-05 23:14:48 -05:00
D. Moonfire 22ad49e46b build: preparing project layout 2022-09-05 23:14:29 -05:00
D. Moonfire 16880cb36e chore: making tests more intelligent 2022-09-05 22:23:39 -05:00
D. Moonfire aa1eae40e0 chore(release): modifying NuGet publishing 2022-09-05 17:44:50 -05:00
D. Moonfire 152428b235 chore: added an update-template script 2022-09-05 17:28:14 -05:00
D. Moonfire 962e1f0d11 chore(release): removing same source as in NuGet.config 2022-09-05 17:25:28 -05:00
D. Moonfire 0603603be0 chore: tweaking NuGet publish process 2022-09-05 17:15:21 -05:00
D. Moonfire 294d9c0a38 fix(release): changing NuGet publish and pack 2022-09-05 17:05:52 -05:00
D. Moonfire 4093d9c0cb fix(template): trying a tag push 2022-09-05 16:56:41 -05:00
D. Moonfire f3b18dc54a feat: initial commit 2022-09-05 16:41:27 -05:00
Dylan R. E. Moonfire 630c6ff120 docs: updating project information 2022-08-05 11:45:18 -05:00
Dylan R. E. Moonfire e029fc12f8 fix: added some error handling for YAML headers 2022-07-18 20:06:08 -05:00
Dylan R. E. Moonfire 42cae6b133 fix: adding some methods for getting text out of an entity easier 2022-07-18 19:42:16 -05:00
Dylan R. E. Moonfire 28c4ab850e fix: adding some entity methods for YAML 2022-07-18 17:49:21 -05:00
Dylan R. E. Moonfire 8ce9a12847 feat: added some YAML parsing methods 2022-07-18 17:13:33 -05:00
Dylan R. E. Moonfire d1c73f2bce feat: added some single entity processing methods 2022-07-18 17:03:30 -05:00
Dylan R. E. Moonfire 516aeb254b feat: added NitrideBuilder.UseModule() methods to simplify adding modules 2022-07-18 16:07:34 -05:00
Dylan R. E. Moonfire 6b4fb3f840 chore: added a package definition for mfgames.com 2022-07-18 16:07:10 -05:00
Dylan R. E. Moonfire c206cd6ef7 fix: FilterOutFutureInstant should not filter out all non-Instant components 2022-07-09 20:48:12 -05:00
Dylan R. E. Moonfire 88dc0e6fe7 feat: working on making handlebars a little less painful 2022-07-09 19:24:55 -05:00
Dylan R. E. Moonfire 858080f5fb feat: updating Gallium 2022-07-09 17:24:19 -05:00
Dylan R. E. Moonfire 1e6a8eb5d8 feat: switching pipelines to return IAsyncEnumerable<Entity> instead of Task<IEnumerable<Entity>> 2022-07-09 17:21:38 -05:00
Dylan R. E. Moonfire efb255aef2 fix: working on expire future instants and adding test 2022-07-09 01:56:23 -05:00
Dylan R. E. Moonfire 3cf8dc66c8 feat: updated Gallium 2022-07-09 00:07:28 -05:00
Dylan R. E. Moonfire 01fe15d772 refactor: code cleanup 2022-07-08 23:52:10 -05:00
Dylan R. E. Moonfire 7fca466dbb fix: corrected the sequence properties to handle empty lists 2022-06-28 02:23:20 -05:00
Dylan R. E. Moonfire 603c692d7f fix(temporal): added Format to the DateIndex 2022-06-28 00:20:07 -05:00
Dylan R. E. Moonfire ca13ae34d0 feat(temporal): implemented date time index creation 2022-06-27 23:38:50 -05:00
Dylan R. E. Moonfire 63ff163fbf feat: refactored the direct children processing 2022-06-26 13:50:51 -05:00
Dylan R. E. Moonfire 74caa6eefd feat: refactored entity sequences and added tests 2022-06-25 21:43:05 -05:00
Dylan R. E. Moonfire 86403060e7 feat: reimplemented index page generation 2022-06-25 21:15:33 -05:00
Dylan R. E. Moonfire 3898396afe fix(temporal): removing redundant information 2022-06-07 10:05:20 -05:00
Dylan R. E. Moonfire 8da6067bcc fix(temporal): fixing time zone issues 2022-06-07 09:40:31 -05:00
Dylan R. E. Moonfire 85fa0fe97e fix(temporal): set the date time zone properly 2022-06-07 08:55:13 -05:00
Dylan R. E. Moonfire 3a009b05cf fix: index entity keys are optional 2022-06-06 22:08:03 -05:00
Dylan R. E. Moonfire ee7228b601 fix(temporal): added a default parameter for adding date options 2022-06-06 22:07:39 -05:00
Dylan R. E. Moonfire 698e918836 fix: provide validators that Autofac is not handling well 2022-06-06 21:46:31 -05:00
Dylan R. E. Moonfire e913818e6f fix(temporal): simplifying the setup for the builder 2022-06-06 21:40:31 -05:00
Dylan R. E. Moonfire 2e952c84cd build(lefthook): tweaking setup 2022-06-06 21:10:00 -05:00
Dylan R. E. Moonfire fc0b016c3b fix(temporal): fixing Autofac issues 2022-06-06 21:03:02 -05:00
Dylan R. E. Moonfire 7f3ae474f7 refactor: prettier reformatted GitVersion.yml 2022-06-06 10:36:32 -05:00
Dylan R. E. Moonfire 48a6933a64 build: using GitVersion more consistently 2022-06-06 10:35:42 -05:00