Skip to content

Commit bea3703

Browse files
authored
Merge pull request #98 from TechnologyEnhancedLearning/refactor-logging
Refactor logging
2 parents 82f4bbd + abefbc6 commit bea3703

3 files changed

Lines changed: 5 additions & 72 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +0,0 @@
1-
# [1.10.0](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.9.1...v1.10.0) (2025-08-12)
2-
3-
4-
### Features
5-
6-
* **pr readme:** we're due a version bump i feel ([f8d4314](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/f8d431497cfb5b659a2afdccd501774523a2127f))
7-
8-
# [1.10.0-refactor-logging.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.9.1...v1.10.0-refactor-logging.1) (2025-08-12)
9-
10-
11-
### Features
12-
13-
* **pr readme:** we're due a version bump i feel ([f8d4314](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/f8d431497cfb5b659a2afdccd501774523a2127f))
14-
15-
## [1.9.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.9.0...v1.9.1) (2025-06-25)
16-
17-
18-
### Bug Fixes
19-
20-
* **search:** Improved debounce ([fbc7b0b](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fbc7b0be762982b8701c24e696133e0dd2facd97))
21-
22-
# [1.9.0](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.8.0...v1.9.0) (2025-06-25)
23-
24-
25-
### Features
26-
27-
* **searchexperiment:** in theory ([fee2b91](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fee2b9124b859f9a548e3fa257d53294ce83dc08))
28-
* **showcase:** added component readme displayer ([a058fe6](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/a058fe6f034b5097fb72c9f72a8b98c57ed2b607))
29-
30-
# [1.9.0-feat-button-for-cicd-testing.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.8.0...v1.9.0-feat-button-for-cicd-testing.1) (2025-06-25)
31-
32-
33-
### Bug Fixes
34-
35-
* **search:** Improved debounce ([fbc7b0b](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fbc7b0be762982b8701c24e696133e0dd2facd97))
36-
37-
38-
### Features
39-
40-
* **searchexperiment:** in theory ([fee2b91](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fee2b9124b859f9a548e3fa257d53294ce83dc08))
41-
* **showcase:** added component readme displayer ([a058fe6](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/a058fe6f034b5097fb72c9f72a8b98c57ed2b607))
42-
43-
# [1.9.0-feat-button-for-cicd-testing.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.8.0...v1.9.0-feat-button-for-cicd-testing.1) (2025-06-25)
44-
45-
46-
### Bug Fixes
47-
48-
* **search:** Improved debounce ([fbc7b0b](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fbc7b0be762982b8701c24e696133e0dd2facd97))
49-
50-
51-
### Features
52-
53-
* **searchexperiment:** in theory ([fee2b91](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fee2b9124b859f9a548e3fa257d53294ce83dc08))
54-
* **showcase:** added component readme displayer ([a058fe6](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/a058fe6f034b5097fb72c9f72a8b98c57ed2b607))
55-
56-
# [1.9.0-feat-button-for-cicd-testing.1](https://github.com/TechnologyEnhancedLearning/TELBlazor/compare/v1.8.0...v1.9.0-feat-button-for-cicd-testing.1) (2025-06-25)
57-
58-
59-
### Features
60-
61-
* **searchexperiment:** in theory ([fee2b91](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/fee2b9124b859f9a548e3fa257d53294ce83dc08))
62-
* **showcase:** added component readme displayer ([a058fe6](https://github.com/TechnologyEnhancedLearning/TELBlazor/commit/a058fe6f034b5097fb72c9f72a8b98c57ed2b607))

TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace TELBlazor.Components.OptionalImplementations.Test.TestComponents.Searc
1414
{
1515
public class SearchExperimentServiceOpenApi :ISearchExperimentService
1616
{
17-
//qqqq can do alot better
17+
//qqqq very very much just bit of proof of concept.
1818
private readonly HttpClient _httpClient;
1919
private readonly string _baseUrl;
2020
private readonly ILogger<SearchExperimentServiceOpenApi> _logger; // logger

TELBlazor.Components/TELBlazor.Components.csproj

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,12 @@
5959
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6060
</Content>
6161
</ItemGroup>
62-
<!--qqqq tidy up and comment later-->
63-
<!--Ensure no stale version cs files and that new ones are generated-->
64-
<!--<Delete Files="TELBlazorPackageVersion/VersionInfo.TELBlazor.cs" />
65-
<Delete Files="TELBlazorPackageVersion/VersionInfo.cs" />-->
6662

63+
<!--
64+
Build partial classes for the version info. Compile version into before rest of the project so accessible for razor.
65+
-->
6766
<PropertyGroup>
68-
<!-- Exclude generated files from auto-inclusion to prevent duplicates -->
67+
<!-- Exclude generated files from auto-inclusion to prevent duplicates as we want to control order of compilation-->
6968
<DefaultItemExcludes>$(DefaultItemExcludes);TELBlazorPackageVersion\VersionInfo.*.cs</DefaultItemExcludes>
7069
</PropertyGroup>
7170
<Target Name="PreBuildCleanup" BeforeTargets="GenerateTELBlazorPackageVersion;RunGulp;CoreCompile;BeforeCompile">
@@ -85,14 +84,10 @@ namespace TELBlazor.Components.TELBlazorPackageVersion
8584
Overwrite="true"
8685
Encoding="UTF-8" />
8786
</Target>
88-
<!-- qqqq was this beforetargets corecompile -->
8987
<Target Name="RunGulp" DependsOnTargets="GenerateTELBlazorPackageVersion" BeforeTargets="CoreCompile;BeforeCompile">
9088
<Exec WorkingDirectory="$(MSBuildProjectDirectory)/.."
9189
Command="npx gulp --cwd &quot;$(MSBuildProjectDirectory)&quot; --gulpfile &quot;$(MSBuildProjectDirectory)/gulpfile.js&quot;" />
9290
</Target>
93-
94-
95-
<!--qqqq i dont think this should be needed-->
9691
<Target Name="CompileVersionInfoBeforeRazor" DependsOnTargets="GenerateTELBlazorPackageVersion;RunGulp;PreBuildCleanup" BeforeTargets="CoreCompile;BeforeCompile">
9792
<ItemGroup>
9893
<Compile Include="TELBlazorPackageVersion\VersionInfo.TELBlazor.cs" />

0 commit comments

Comments
 (0)