aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-18Moved wwwroot to it's own folderAryadev Chavali
2019-02-18Deleted main console program, and moved server to mainAryadev Chavali
2019-02-18Changed mergeAryadev Chavali
2019-02-18Removed js and .map filesAryadev Chavali
2019-02-18Added appsettings to gitignoreAryadev Chavali
2019-02-11Created basic class to hold a single articleAryadev Chavali
2019-02-11Setup proper links to scripts and cssAryadev Chavali
2019-02-11Ignoring all js filesAryadev Chavali
2019-02-11Made div to hold main app, dynamic content will be placed in thisAryadev Chavali
2019-02-11Made main filesAryadev Chavali
2019-02-11Added tsconfig.json to compile typescriptAryadev Chavali
2019-02-11Formatted code for Program.csAryadev Chavali
2019-02-10Created basic test html fileAryadev Chavali
2019-02-10setup basic configuration for index.htmlAryadev Chavali
2019-02-10Messed around with dependencies and got best outcome for mySQL support to workAryadev Chavali
2019-02-10Added reference to parser, classes and database contextAryadev Chavali
2019-02-10Made project for ASP.NET serverAryadev Chavali
2019-02-10Added appsettings to gitignoreAryadev Chavali
2019-02-10Removed workspaceAryadev Chavali
2019-02-10Tried putting full nameAryadev Chavali
2019-02-10Put full workspace nameAryadev Chavali
2019-02-10Ignored .workspaceAryadev Chavali
2019-02-10Removed reference from modelAryadev Chavali
2019-02-10No need for configs.sqlAryadev Chavali
2019-02-10Added problem descriptionAryadev Chavali
2019-02-10Added some details before mergeAryadev Chavali
2019-02-10Updated articles for new insert articles methodAryadev Chavali
2019-02-10Changed size of description to hold larger samplesAryadev Chavali
2019-02-10Changed method to not return records counted - useless metricAryadev Chavali
2019-02-10Changed updater - try to get as many articles into the databaseAryadev Chavali
2019-02-10Added two other configs for sky and abcAryadev Chavali
2019-02-10Made interface print out number of articles writtenAryadev Chavali
2019-02-10Changed return to 0 if duplicates writtenAryadev Chavali
2019-02-10Getting error when inserting articles into database, changed size of ↵Aryadev Chavali
article_link
2019-02-10Testing program with usage of insertArticlesAryadev Chavali
2019-02-10Made return for InsertArticles records writtenAryadev Chavali
2019-02-10Made publish date not incremented, but set by usAryadev Chavali
2019-02-10Changed database mode to automatically increment idAryadev Chavali
2019-02-10Made function using results from test to insert multiple articles into ↵Aryadev Chavali
table, without duplicates
2019-02-10Tested adding a range of articles with duplicate titlesAryadev Chavali
2019-02-10Implemented auto increment to articles tableAryadev Chavali
2019-02-10Found errorAryadev Chavali
2019-02-10Changed title to be unique - only unique articlesAryadev Chavali
2019-02-10Removed launch configurationAryadev Chavali
2019-02-10Added excludes for workspaceAryadev Chavali
2019-02-10Made VSCode worksapce to hold each folderAryadev Chavali
2019-02-10Changed namespace for ClassesAryadev Chavali
2019-02-08Added try catch in case table is emptyAryadev Chavali
2019-02-08Making proof of concept using console aloneAryadev Chavali
2019-02-08Changed source model in Database contextAryadev Chavali