1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Mar 16, 2023 — Mar 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/hectorsosajr/NDataAudit More... over 4 years ago
Updated the SQLite library version. More... over 4 years ago
Fixing some code so that it can run in Visual Studio 2015. More... over 4 years ago
Removed the check in the case ">" clause on the else block. That was creating a false positive. More... over 4 years ago
Refactored the check for Criteria from an ugly IF block to a more readable SWITCH block. So now we have COUNTROWS and TODAY. Would like to add something like VALUE, where it checks against a specficic value in a column. More... over 4 years ago
Added the AuditGroup XML schema file. Fixes #35 in GitHub. More... almost 5 years ago
Now we are getting the path to the executing application. The TableTemplates.json file will be loaded from where the exe file runs from. More... almost 5 years ago
Get the email template file from the directory where the application is executing from. Discovered this when I was trying to run the console application from a batch file. More... almost 5 years ago
Added code to add the data from the tested dataset to the email output. This helps in sending targeted data to the recipients. More... almost 5 years ago
Added DataTableToHtmlTable method. Sometimes there's a need to bring other data into the email message. This was added specifically for the OutputUnitTest class. More... almost 5 years ago
Fixed issue with loading CSS templates for the OutputReport class. More... over 5 years ago
Fixed syntax error. More... over 5 years ago
Making sure that the CSS template is not null. Added logic to go through the different objects where the outputformat node could be found. If it doesn't find anything then it will use the default template. More... over 5 years ago
Updated the file header. More... almost 6 years ago
Fixed the HTML for the OutputAlert class. It looks quite different from the other ouput object. Anybody with a bit of HML knowledge can change how this looks. More... almost 6 years ago
More screenshots. More... almost 6 years ago
Added 3 screenshots for different CSS email templates. More... almost 6 years ago
Change the heading size of a couple headers. More... almost 6 years ago
Added more instructions to the README.md file. More... almost 6 years ago
Added screenshots to the README.md file. More... almost 6 years ago
Added the new screenshots to the solution file. More... almost 6 years ago
Merge pull request #32 from hectorsosajr/output_entity More... almost 6 years ago
Merge branch 'output_entity' of https://github.com/hectorsosajr/NDataAudit into output_entity More... almost 6 years ago
Extracted all of the HTML content types into output types. This makes it easier to deail with the content of the emails without having to untangle platform code. Adding a couple screenshots to show the Audit and Unit Test output emails. More... almost 6 years ago
Fixing a merge conflict. More... almost 6 years ago
Fixing references for SQLite and Postgre. More... almost 6 years ago
Hooking up OutputAudit and OutputReport. Still need to clean up AuditTest, AuditTesting, and AuditTestCollection. These should be doing just testing. Let the root controller weave all of these things together. More... almost 6 years ago
A bit more work on the output entities. More... almost 6 years ago
Moving the code forward with the new output modes. More... almost 6 years ago
Getting started with the output types concept. It's not integrated yet. More... almost 6 years ago