{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":358363059,"defaultBranch":"master","name":"api-template","ownerLogin":"threenine","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-04-15T18:57:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3876608?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1705656652.0","currentOid":""},"activityList":{"items":[{"before":"57985deae52cc9c8b5b3b3147a32dfb6a9f6d8ec","after":"cff343e658c77d8c8394c1d7e153252e8e5cd8b3","ref":"refs/heads/master","pushedAt":"2024-01-20T13:04:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"+semver: major\nRefactor code of conduct for readability\n\nThe pledge section in the code of conduct has been updated to improve readability. The list of aspects ensuring a harassment-free experience in our project and community has been reformatted into bullet points instead of a continuous sentence. This makes it clearer and easier to understand for all contributors and maintainers.","shortMessageHtmlLink":"+semver: major"}},{"before":"cf6e1c74ddfae754c8e01400b0cd26e3ece62577","after":"57985deae52cc9c8b5b3b3147a32dfb6a9f6d8ec","ref":"refs/heads/master","pushedAt":"2024-01-20T12:59:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update contact email in CODE_OF_CONDUCT.md\n\nThe contact email address for reporting instances of unacceptable behavior has been updated in the CODE_OF_CONDUCT.md file. This change reflects the current point of contact for the project team.","shortMessageHtmlLink":"Update contact email in CODE_OF_CONDUCT.md"}},{"before":"6981f3a9e5e597d267bd627a6041557901589476","after":"cf6e1c74ddfae754c8e01400b0cd26e3ece62577","ref":"refs/heads/master","pushedAt":"2024-01-20T12:56:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Refactor database selection and centralize package management (#25)\n\n* Refactor database selection and centralize package management\r\n\r\nThe code was changed to improve the way different databases are selected by changing \"useMSSQL\" and \"usePOSTGRE\" to \"mssql\" and \"postgre\", and adjusting the related conditions. Additionally, all package references for the Api project have been centralized into a new Directory.Packages.props file to simplify management and enhance consistency. A few redundant import lines in ModelConfiguration have also been removed.\r\n\r\n* Refactor project configuration and update codebase\r\n\r\nMoved the version management of packages to a central location and refactored the property group in various project files for better interoperability and version management. This update also includes modifications in database setup according to the project requirements. Also, several naming conventions were improved for clarity and standardization.\r\n\r\n* Remove unnecessary white spaces in project files\r\n\r\nThe commit includes the removal of unused white spaces or empty lines in the Directory.Packages.props and Templates.csproj files. This is part of an effort to declutter and standardize the format of the project files for better readability and maintenance.\r\n\r\n* Update packages and organize dependencies\r\n\r\nRevised and organized the package dependencies in Database and Project directories. Unnecessary packages were removed in favor of more specific ones. The conditional statements were also added based on the database type to effectively manage the Microsoft and Npgsql packages.\r\n\r\n* Update PostgreSQL switch in documentation\r\n\r\nThe command-line switch for using PostgreSQL in the project documentation has been updated. The previous switch `--usePOSTGRE` has been changed to `--postgre` across multiple files to ensure consistency. This is reflected in the `model-configuration.md`, `api-solution.md`, `database-project.md`, `context-factory.md`, and `context.md` files.\r\n\r\n* Update package versions and clean up Directory.Packages.props\r\n\r\nRemoved unnecessary line breaks and replaced PackageReference tags with corresponding PackageVersion tags in Directory.Packages.props. Also, added a new Directory.Build.props file in the tests directory. This improves alignment of package versions across all project files and simplifies the packages property file.\r\n\r\n* Update project dependencies and database configuration documentation\r\n\r\nRemoved unnecessary spaces in dependency configuration file and updated the Entity Project section in the documentation for clarity on project structure and relationships. Added a new documentation file explaining the steps to implement dependency injection in the project. Also, added these changes to the changelog.\r\n\r\n* Update changelog with recent modifications\r\n\r\nThe changelog documentation has been updated to reflect recent changes made to the Database project. The changes regarding the implementation of Dependency Injection capability to the database projects and the updated documentation to incorporate these modifications have been included.\r\n\r\n---------\r\n\r\nCo-authored-by: Gary Woodfine ","shortMessageHtmlLink":"Refactor database selection and centralize package management (#25)"}},{"before":"6ce62255f00fb4b00bb3f91432eadf69c0df27a8","after":"abdaea5b3827b1d2595403dc6daed4aabde53cfd","ref":"refs/heads/feature/24-refactor-database-project","pushedAt":"2024-01-20T12:48:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update changelog with recent modifications\n\nThe changelog documentation has been updated to reflect recent changes made to the Database project. The changes regarding the implementation of Dependency Injection capability to the database projects and the updated documentation to incorporate these modifications have been included.","shortMessageHtmlLink":"Update changelog with recent modifications"}},{"before":"0af42a56b0a8138e2f17278838e5a0e23f31d341","after":"6ce62255f00fb4b00bb3f91432eadf69c0df27a8","ref":"refs/heads/feature/24-refactor-database-project","pushedAt":"2024-01-20T12:44:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update project dependencies and database configuration documentation\n\nRemoved unnecessary spaces in dependency configuration file and updated the Entity Project section in the documentation for clarity on project structure and relationships. Added a new documentation file explaining the steps to implement dependency injection in the project. Also, added these changes to the changelog.","shortMessageHtmlLink":"Update project dependencies and database configuration documentation"}},{"before":"b9f1fc7010032e756be29b069da5e8b60a911775","after":"0af42a56b0a8138e2f17278838e5a0e23f31d341","ref":"refs/heads/feature/24-refactor-database-project","pushedAt":"2024-01-20T12:18:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update package versions and clean up Directory.Packages.props\n\nRemoved unnecessary line breaks and replaced PackageReference tags with corresponding PackageVersion tags in Directory.Packages.props. Also, added a new Directory.Build.props file in the tests directory. This improves alignment of package versions across all project files and simplifies the packages property file.","shortMessageHtmlLink":"Update package versions and clean up Directory.Packages.props"}},{"before":"b70dd2c54689bcfea281bf85eadc529ccb697811","after":"b9f1fc7010032e756be29b069da5e8b60a911775","ref":"refs/heads/feature/24-refactor-database-project","pushedAt":"2024-01-20T09:41:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update PostgreSQL switch in documentation\n\nThe command-line switch for using PostgreSQL in the project documentation has been updated. The previous switch `--usePOSTGRE` has been changed to `--postgre` across multiple files to ensure consistency. This is reflected in the `model-configuration.md`, `api-solution.md`, `database-project.md`, `context-factory.md`, and `context.md` files.","shortMessageHtmlLink":"Update PostgreSQL switch in documentation"}},{"before":"7f831bf572349975d4a81e32a45996bc3d76f32f","after":"b70dd2c54689bcfea281bf85eadc529ccb697811","ref":"refs/heads/feature/24-refactor-database-project","pushedAt":"2024-01-20T09:34:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update packages and organize dependencies\n\nRevised and organized the package dependencies in Database and Project directories. Unnecessary packages were removed in favor of more specific ones. The conditional statements were also added based on the database type to effectively manage the Microsoft and Npgsql packages.","shortMessageHtmlLink":"Update packages and organize dependencies"}},{"before":"a8fd815136d1dd1db949e6b63353c9295c60ea68","after":"7f831bf572349975d4a81e32a45996bc3d76f32f","ref":"refs/heads/feature/24-refactor-database-project","pushedAt":"2024-01-20T09:28:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Remove unnecessary white spaces in project files\n\nThe commit includes the removal of unused white spaces or empty lines in the Directory.Packages.props and Templates.csproj files. This is part of an effort to declutter and standardize the format of the project files for better readability and maintenance.","shortMessageHtmlLink":"Remove unnecessary white spaces in project files"}},{"before":"93384aa3aba1b0e003b9e1201717f9b9b3175208","after":"a8fd815136d1dd1db949e6b63353c9295c60ea68","ref":"refs/heads/feature/24-refactor-database-project","pushedAt":"2024-01-19T15:21:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Refactor project configuration and update codebase\n\nMoved the version management of packages to a central location and refactored the property group in various project files for better interoperability and version management. This update also includes modifications in database setup according to the project requirements. Also, several naming conventions were improved for clarity and standardization.","shortMessageHtmlLink":"Refactor project configuration and update codebase"}},{"before":null,"after":"93384aa3aba1b0e003b9e1201717f9b9b3175208","ref":"refs/heads/feature/24-refactor-database-project","pushedAt":"2024-01-19T09:30:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Refactor database selection and centralize package management\n\nThe code was changed to improve the way different databases are selected by changing \"useMSSQL\" and \"usePOSTGRE\" to \"mssql\" and \"postgre\", and adjusting the related conditions. Additionally, all package references for the Api project have been centralized into a new Directory.Packages.props file to simplify management and enhance consistency. A few redundant import lines in ModelConfiguration have also been removed.","shortMessageHtmlLink":"Refactor database selection and centralize package management"}},{"before":"2c334d05703746fb956ed829ce5cfbee61500d0b","after":"6981f3a9e5e597d267bd627a6041557901589476","ref":"refs/heads/master","pushedAt":"2024-01-18T19:10:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Refactor database initialization and update project references\n\nRemoved specific package references from DatabaseProject.csproj and switched the project reference to Entities.csproj. Database initialization has been refactored to a separate method in Initializer.cs and this method is now called in Program.cs. FrameworkReference to Microsoft.AspNetCore.App was added to Database.csproj. Some changes were also made to how model configuration is handled.","shortMessageHtmlLink":"Refactor database initialization and update project references"}},{"before":"1a365afc4ea7f56c2af58e1e4c51e0884f48eaaf","after":"2c334d05703746fb956ed829ce5cfbee61500d0b","ref":"refs/heads/master","pushedAt":"2024-01-18T15:27:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update entity template and project structure\n\nThe entity template's \"identity\" has been simplified from \"Database Entity\" to \"Entity\". Additionally, changes were made to the \"symbols\" in the template, removing dependency on specific databases and allowing for more flexibility. The project structure within 'Templates.csproj' was updated to accommodate these changes.","shortMessageHtmlLink":"Update entity template and project structure"}},{"before":"42072e36a6a1e7dc1890e50c14f936a67773f772","after":"1a365afc4ea7f56c2af58e1e4c51e0884f48eaaf","ref":"refs/heads/master","pushedAt":"2024-01-18T14:42:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update Dockerfile to use .NET 8.0 runtime\n\nThe Dockerfile for the application has been updated to use the latest .NET 8.0 runtime instead of the older 6.0 version. This could optimize the application's performance and ensure latest features compatibility.","shortMessageHtmlLink":"Update Dockerfile to use .NET 8.0 runtime"}},{"before":"6d0d08cc072621f545787c2e45a0da0b14129372","after":"42072e36a6a1e7dc1890e50c14f936a67773f772","ref":"refs/heads/master","pushedAt":"2024-01-18T13:40:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update template configurations and introduce new code structure\n\nAdjusted configurations of several templates and introduced a new code structure to enhance the organization. Deleted unnecessary models and made changes to the `Templates.csproj` file to include crucial project references. Implemented improvements to enhance the conciseness and clarity of the code.","shortMessageHtmlLink":"Update template configurations and introduce new code structure"}},{"before":"5da658ef77240c17aadb98065c989e5cd225d9ee","after":"6d0d08cc072621f545787c2e45a0da0b14129372","ref":"refs/heads/master","pushedAt":"2024-01-18T10:18:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update GitHub PR workflow settings\n\nThe change removes 'master' branch from the trigger branches for the GitHub PR (Pull Request) workflow. Now this PR workflow will trigger only on pushes to 'feature/*' branches and pull requests for the same.","shortMessageHtmlLink":"Update GitHub PR workflow settings"}},{"before":"083861b5d06c8130606da218a459186f45660198","after":"5da658ef77240c17aadb98065c989e5cd225d9ee","ref":"refs/heads/master","pushedAt":"2024-01-18T10:14:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Consolidate environment variables and add PR checks\n\nThe environment variables for mssql and postgre databases have been consolidated into one .env file. Additionally, a new pr.yaml Github workflow file has been added to automate PR checks. Changes were made on build-deploy.yml to remove pull requests as triggers for the build and deploy process. A Cake script has also been provided to enhance the build process.","shortMessageHtmlLink":"Consolidate environment variables and add PR checks"}},{"before":"59e76dc7edb42f71a069fd81db9bd9d22754de87","after":"083861b5d06c8130606da218a459186f45660198","ref":"refs/heads/master","pushedAt":"2024-01-17T20:36:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update package reference in Models.csproj\n\nThe Threenine.Database.Configuration in Models.csproj was upgraded from version 0.2.3 to 1.0.4. Additionally, the PropertyGroup section was removed. This included deleting some configurations regarding the TargetFramework, ImplicitUsings, and Nullable features.","shortMessageHtmlLink":"Update package reference in Models.csproj"}},{"before":"93e9b861fb18e2c7c994e83cb3b44fe79110fd87","after":"59e76dc7edb42f71a069fd81db9bd9d22754de87","ref":"refs/heads/master","pushedAt":"2024-01-17T20:29:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update branch references in GitVersion.yml\n\nThe references to the main branch in GitVersion.yml have been updated to refer to 'master' instead of 'main'. This change is strictly naming-related and does not affect the functionality of the system.","shortMessageHtmlLink":"Update branch references in GitVersion.yml"}},{"before":"e9e018998d1b2c9ec7b3d3a58d1a065371c6e063","after":"93e9b861fb18e2c7c994e83cb3b44fe79110fd87","ref":"refs/heads/master","pushedAt":"2024-01-17T20:26:43.000Z","pushType":"pr_merge","commitsCount":7,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Merge pull request #23 from threenine/feature/22-create-db-solutions\n\nConditiional Database project configuration switch","shortMessageHtmlLink":"Merge pull request #23 from threenine/feature/22-create-db-solutions"}},{"before":"18d868e229c560e468d0fd2467346cb808781892","after":"56728f4b4a75204c6218bf9030e282bae1959b91","ref":"refs/heads/feature/22-create-db-solutions","pushedAt":"2024-01-17T20:18:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update database-project documentation\n\nThis update changes the 'Database project template' page in the documentation. It introduces how to generate a PostgreSQL project using the `--usePOSTGRE` switch. Furthermore, it explains several additional switches that users can utilize when creating their database project.","shortMessageHtmlLink":"Update database-project documentation"}},{"before":"b4d5ae6077c9f2ac64b255c121762fd461f86990","after":"18d868e229c560e468d0fd2467346cb808781892","ref":"refs/heads/feature/22-create-db-solutions","pushedAt":"2024-01-17T20:14:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update model configuration documentation\n\nThe model configuration documentation has been updated to include more detailed instructions for generating a new Model Configuration class for PostgreSQL databases. An additional optional parameter `--usePOSTGRE` has been introduced. This option, along with the existing parameters, has been listed out for better visibility. A typo in the code example has also been fixed.","shortMessageHtmlLink":"Update model configuration documentation"}},{"before":"f15d196f59d054dd854d809b2a6e7def1b294bd8","after":"b4d5ae6077c9f2ac64b255c121762fd461f86990","ref":"refs/heads/feature/22-create-db-solutions","pushedAt":"2024-01-17T19:59:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Add MSSQL and Postgre database configuration options\n\nAdded boolean configuration parameters to enable choice between MSSQL and Postgre in the database and model configuration templates. Also, updated relevant .cs files to conditionally use configurations based on these parameters. Modified the pull request template to have a correct ticket link syntax.","shortMessageHtmlLink":"Add MSSQL and Postgre database configuration options"}},{"before":"3fbd44e659defa0f23570f41f506f8068c9895b5","after":"f15d196f59d054dd854d809b2a6e7def1b294bd8","ref":"refs/heads/feature/22-create-db-solutions","pushedAt":"2024-01-17T19:43:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update API solution template documentation\n\nThe API solution template documentation has been updated to include an optional switch for the creation of a PostgreSQL database configuration. Additional command explanation and file structure changes have been outlined for further clarity. The necessary modifications for running Docker-compose in your project have also been specified.","shortMessageHtmlLink":"Update API solution template documentation"}},{"before":null,"after":"3fbd44e659defa0f23570f41f506f8068c9895b5","ref":"refs/heads/feature/22-create-db-solutions","pushedAt":"2024-01-17T19:28:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Remove database-specific solutions and tests\n\nThis commit involves the removal of the database-specific solutions, i.e., MSSQL and Postgre, from the project. It includes the deletion of configuration files, project references, test setup files, and exception handling components pertaining to these solutions. With these deleted, the project setup is streamlined, and only the main solution remains.","shortMessageHtmlLink":"Remove database-specific solutions and tests"}},{"before":"c8184ab4ef03c4ac69771b88a9831b9aae83df7e","after":"e9e018998d1b2c9ec7b3d3a58d1a065371c6e063","ref":"refs/heads/master","pushedAt":"2024-01-17T10:56:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Refactor project structure and add package references\n\nThe commit includes several significant changes. The project structure has been altered, mainly renaming 'Models' to 'Entities' and reshuffling their dependencies in `ApiSolution.sln`. New package references have been added in multiple `Common.csproj` files. A pull request template file has also been introduced. Additionally, modifications have been made in several `Directory.Build.props` files and GitVersion configuration has been updated.","shortMessageHtmlLink":"Refactor project structure and add package references"}},{"before":"1e6b1152aa47689798710cdfc5f0052fbe34b783","after":"c8184ab4ef03c4ac69771b88a9831b9aae83df7e","ref":"refs/heads/master","pushedAt":"2024-01-16T21:24:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Remove PropertyGroup from Common.csproj files\n\nThe PropertyGroup section inside multiple Common.csproj files has been removed. This change affects the Common.csproj files in the src/Solution, src/Solution-Postgre, and src/Solution-MSSQL directories. The removed properties included TargetFramework, ImplicitUsings, and Nullable settings.","shortMessageHtmlLink":"Remove PropertyGroup from Common.csproj files"}},{"before":"0053d7f2a51ececcb0a825442cb03c0efb73d80d","after":"1e6b1152aa47689798710cdfc5f0052fbe34b783","ref":"refs/heads/master","pushedAt":"2024-01-16T21:13:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update API references and build configurations\n\nSeveral updates have been made in this commit. Argument string defaults have been set for both 'nuget_api_key' and 'github_token' in build.cake. A configuration for 'Release' has been added in 'build-deploy.yml'. Also, the key 'application/json-patch+json' has been replaced with the constant 'MediaTypeNames.Application.JsonPatch' in JsonPatchDocumentFilter.cs across multiple solutions.","shortMessageHtmlLink":"Update API references and build configurations"}},{"before":"db8954a21a59b4212486e0a609242289d631843d","after":"0053d7f2a51ececcb0a825442cb03c0efb73d80d","ref":"refs/heads/master","pushedAt":"2024-01-16T17:42:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Fix missing semicolon in build.cake\n\nA missing semicolon at the end of a declaration line for 'github_token' variable in the build.cake file was causing a syntax error. This has been fixed by adding the missing semicolon.","shortMessageHtmlLink":"Fix missing semicolon in build.cake"}},{"before":"a3a792e7d300c275e5905200444827909236fb8d","after":"db8954a21a59b4212486e0a609242289d631843d","ref":"refs/heads/master","pushedAt":"2024-01-16T17:41:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"garywoodfine","name":"Gary Woodfine","path":"/garywoodfine","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25871588?s=80&v=4"},"commit":{"message":"Update argument handling in build scripts\n\nThe format for handling `NUGET_API_KEY` and `GITHUB_TOKEN` arguments in `build.cake` and `.github/workflows/build-deploy.yml` scripts has been updated. The changes include specifying the argument type and adjusting the case of the argument names for uniformity across the scripts.","shortMessageHtmlLink":"Update argument handling in build scripts"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD5K3bGAA","startCursor":null,"endCursor":null}},"title":"Activity ยท threenine/api-template"}