Age | Commit message (Expand) | Author |
2019-02-10 | Testing program with usage of insertArticles | Aryadev Chavali |
2019-02-10 | Made return for InsertArticles records written | Aryadev Chavali |
2019-02-10 | Made publish date not incremented, but set by us | Aryadev Chavali |
2019-02-10 | Changed database mode to automatically increment id | Aryadev Chavali |
2019-02-10 | Made function using results from test to insert multiple articles into table,... | Aryadev Chavali |
2019-02-10 | Tested adding a range of articles with duplicate titles | Aryadev Chavali |
2019-02-10 | Implemented auto increment to articles table | Aryadev Chavali |
2019-02-10 | Found error | Aryadev Chavali |
2019-02-10 | Changed title to be unique - only unique articles | Aryadev Chavali |
2019-02-10 | Removed launch configuration | Aryadev Chavali |
2019-02-10 | Added excludes for workspace | Aryadev Chavali |
2019-02-10 | Made VSCode worksapce to hold each folder | Aryadev Chavali |
2019-02-10 | Changed namespace for Classes | Aryadev Chavali |
2019-02-08 | Added try catch in case table is empty | Aryadev Chavali |
2019-02-08 | Making proof of concept using console alone | Aryadev Chavali |
2019-02-08 | Changed source model in Database context | Aryadev Chavali |
2019-02-08 | Changed type of source to string | Aryadev Chavali |
2019-02-08 | Testing changes now | Aryadev Chavali |
2019-02-08 | Changed namespace to single Database | Aryadev Chavali |
2019-02-08 | Used scaffolding to get Database object | Aryadev Chavali |
2019-02-08 | For safety, generate runtime config files | Aryadev Chavali |
2019-02-08 | Changed name of IDs | Aryadev Chavali |
2019-02-08 | Added a base definition as well | Aryadev Chavali |
2019-02-08 | Removed details.json files permanently | Aryadev Chavali |
2019-02-08 | Added database handler to test whether database connection works | Aryadev Chavali |
2019-02-08 | Added reference to EntityFrameworkCore | Aryadev Chavali |
2019-02-08 | Changed name of class and made Details object based | Aryadev Chavali |
2019-02-08 | Commented out code to test Database | Aryadev Chavali |
2019-02-08 | Added reference to Database | Aryadev Chavali |
2019-02-08 | Amended using directive for Classes | Aryadev Chavali |
2019-02-08 | Redefined references | Aryadev Chavali |
2019-02-08 | Added vscode launch and build configs | Aryadev Chavali |
2019-02-08 | Moved main outside for usage in general purpose | Aryadev Chavali |
2019-02-08 | Changed reference to Classes | Aryadev Chavali |
2019-02-05 | added whitespace | Aryadev Chavali |
2019-02-05 | Updated csproj | Aryadev Chavali |
2019-02-05 | Added property id to allow throughput between db and clr | Aryadev Chavali |
2019-02-04 | Made a property for details and used it in OnConfiguring method | Aryadev Chavali |
2019-02-04 | Made a function to get details from details.json | Aryadev Chavali |
2019-02-04 | Added Json parser to get json details | Aryadev Chavali |
2019-02-04 | Removed json via gitignore | Aryadev Chavali |
2019-02-04 | Need to find a way to handle database configuration without exposing it | Aryadev Chavali |
2019-02-04 | Implemented basic tables in entity framework | Aryadev Chavali |
2019-02-04 | Changed namespace because it is not part of the aggregator only anymore | Aryadev Chavali |
2019-02-04 | Added reference to Classes project | Aryadev Chavali |
2019-02-04 | Renamed class to Database | Aryadev Chavali |
2019-02-04 | Added project with references to MySQL and EntityFrameworkCore | Aryadev Chavali |
2019-02-04 | Removed Database Handler project, it'll be the only project inside Database | Aryadev Chavali |
2019-02-04 | Changed references to new classes path | Aryadev Chavali |
2019-02-04 | Moved classes to general area because it isn't just used in the aggregator | Aryadev Chavali |