Commit Graph

  • 4850f146e6 Exiting if Endpoint is not pingable. TypoMustakes 2024-01-09 18:29:39 +01:00
  • ad20817756 Fixed loop exit condition TypoMustakes 2024-01-09 18:28:49 +01:00
  • a1665eab82 Apparently HttpClient doesn't support sending a request body with DELETE. Fixing. TypoMustakes 2024-01-09 18:22:22 +01:00
  • 5e833934b7 Removed unneccesary menu config TypoMustakes 2024-01-09 17:47:21 +01:00
  • 00387b0768 Implemented ConsoleMenu further TypoMustakes 2024-01-09 17:42:10 +01:00
  • 589f92818e Removing unneccesary restrictions TypoMustakes 2024-01-09 14:48:13 +01:00
  • 54c1837a23 Fixed bug that would not allow the creation of a new Service TypoMustakes 2024-01-09 14:44:35 +01:00
  • 029026658b Changed service's VERSION field to string TypoMustakes 2024-01-09 14:14:31 +01:00
  • 67494a0cf0 Linking ConsoleMenu entries to appropriate methods TypoMustakes 2024-01-08 17:00:48 +01:00
  • ab97684c9a Implementing ConsoleMenu for CRUD TODO: CREATE, DELETE, PUT TypoMustakes 2024-01-08 16:59:30 +01:00
  • 0538bac931 TODO: Implement checking endpoint availability on startup TypoMustakes 2024-01-08 16:58:37 +01:00
  • bd20c6dae7 Using List instead of IQueryable to fix bug TypoMustakes 2024-01-08 16:58:13 +01:00
  • 4a0e58e9c5 Moved method to be static TypoMustakes 2024-01-08 16:57:10 +01:00
  • 54c53f8034 Implemented ConsoleMenu for NonCRUD operations TypoMustakes 2024-01-08 16:55:30 +01:00
  • 3e82a21b74 Started implementing ConsoleMenu TypoMustakes 2023-12-29 16:02:09 +01:00
  • 473dd4ce70 Adding ConsoleMenu-simple for client revamp TypoMustakes 2023-12-16 13:50:50 +01:00
  • 778cdaf7ef Fixed bug Miskolczi Richárd 2023-12-14 00:00:14 +01:00
  • af454c22aa Fixed Get parameter Miskolczi Richárd 2023-12-13 23:58:34 +01:00
  • 38a2c76a9d Undid last commit, it was a mistake Miskolczi Richárd 2023-12-13 23:56:44 +01:00
  • 16fdfd9d36 Fixed URLs Miskolczi Richárd 2023-12-13 23:55:15 +01:00
  • 2e5e2fc20b Fixed endpoint URLs Miskolczi Richárd 2023-12-13 23:47:39 +01:00
  • 39bac2a845 Adding exception handler Miskolczi Richárd 2023-12-13 22:22:29 +01:00
  • f1aad3344e Increased readability Miskolczi Richárd 2023-12-13 22:16:27 +01:00
  • 1e1a80a05e Increased readability Miskolczi Richárd 2023-12-13 22:11:32 +01:00
  • cce3ef9876 Nullable annotation added Miskolczi Richárd 2023-12-13 22:04:43 +01:00
  • 2b06c12c06 Client created Miskolczi Richárd 2023-12-13 22:04:13 +01:00
  • c112adc4d3 Exception handling Miskolczi Richárd 2023-12-13 22:04:06 +01:00
  • 86cc431200 Prettifying output TypoMustakes 2023-12-13 12:14:49 +01:00
  • 656eccd4db Repopulating InMemoryDb between tests TypoMustakes 2023-12-13 12:12:30 +01:00
  • 339dbb3365 Removing junk TypoMustakes 2023-12-13 12:12:20 +01:00
  • 1310be1ef9 Adding more tests TypoMustakes 2023-12-13 09:33:23 +01:00
  • dfb4724efb Removed debugging block TypoMustakes 2023-12-13 09:33:04 +01:00
  • a0a24506c7 Renamed file Miskolczi Richárd 2023-12-12 11:11:13 +01:00
  • c4ce342ff3 Renamed class Miskolczi Richárd 2023-12-12 11:10:51 +01:00
  • 5ebfb7af41 Testing CREATE results Miskolczi Richárd 2023-12-12 11:10:28 +01:00
  • 1e46e0bd67 Renamed file and class Miskolczi Richárd 2023-12-12 10:29:55 +01:00
  • 1389595d89 Wrote first test Miskolczi Richárd 2023-12-12 10:28:50 +01:00
  • 29d702448d Adding more seed data TypoMustakes 2023-12-10 18:01:22 +01:00
  • 790e31f03c Fixed bug TypoMustakes 2023-12-10 17:41:52 +01:00
  • 63af07bb06 Deleting unneccesary file TypoMustakes 2023-12-10 17:41:43 +01:00
  • 6547bd1744 Fixed request format in controllers TypoMustakes 2023-12-10 17:35:40 +01:00
  • 08649f1069 Adding attributes for Read methods TypoMustakes 2023-12-10 17:27:20 +01:00
  • 1a86991b52 Adding two more non-crud queries TypoMustakes 2023-12-10 17:20:48 +01:00
  • b71634d125 Adding data attributes TypoMustakes 2023-12-10 17:16:07 +01:00
  • 50b0ea79ba Deleting unneeded class TypoMustakes 2023-12-10 17:13:37 +01:00
  • 619f2c60bb More seed data TypoMustakes 2023-12-07 21:01:44 +01:00
  • bceb5640ef Testing some API calls in Client TypoMustakes 2023-12-07 21:01:32 +01:00
  • 1df31df98e Removed duplicate API endpoints TypoMustakes 2023-12-07 20:01:50 +01:00
  • 499ddbd4f8 Adding using directives TypoMustakes 2023-12-06 23:45:02 +01:00
  • 5313738022 Added Moq package TypoMustakes 2023-12-06 23:39:48 +01:00
  • 110634005f Fixed more typos TypoMustakes 2023-12-06 23:39:28 +01:00
  • 29bea6e95e Fixed typo in .csproj TypoMustakes 2023-12-06 23:38:37 +01:00
  • d4bec29bae Removing unneeded file TypoMustakes 2023-12-06 23:33:44 +01:00
  • 8f6b9fae89 Fixed InMemoryDb not being correctly started TypoMustakes 2023-12-06 23:32:34 +01:00
  • 9d685f955d Removed unallowed project dependency TypoMustakes 2023-12-06 23:32:22 +01:00
  • cf058808dc Recreated faulty Test project TypoMustakes 2023-12-06 23:32:06 +01:00
  • b1e00c6e3c Removed unneeded dependency TypoMustakes 2023-12-06 15:56:53 +01:00
  • f2145fbc26 Ignoring SSL certificate trust policy TypoMustakes 2023-12-06 15:45:02 +01:00
  • cb8f992fb4 Fixed connection string TypoMustakes 2023-12-06 15:15:58 +01:00
  • 4513ec27c9 Removing unneccesary using directives TypoMustakes 2023-12-06 15:02:42 +01:00
  • b0887b0991 Fixed pingable endpoint TypoMustakes 2023-12-06 10:59:05 +01:00
  • f8ad2bde48 Regenerated Endpoint as WebAPI project TypoMustakes 2023-12-06 10:58:52 +01:00
  • ff99af99c4 Setting port number for API endpoint TypoMustakes 2023-12-05 18:30:34 +01:00
  • 59fbf22582 Restructured CRUD implementation to accomodate ASP.NET endpoint setup TypoMustakes 2023-12-05 18:05:55 +01:00
  • b63cb9c19d Bugfixes Miskolczi Richárd 2023-12-05 15:42:37 +01:00
  • 79d08139fe Setting up Program.cs TypoMustakes 2023-12-05 15:32:08 +01:00
  • f8d23a7cbc Adding REST services as seen on nikprog.hu TypoMustakes 2023-12-05 15:29:00 +01:00
  • 36a2e49067 Moving non-crud queries to separate controllers TypoMustakes 2023-12-05 15:28:46 +01:00
  • eaa177862e Installed WebApi.Client NuGet package TypoMustakes 2023-12-05 15:08:06 +01:00
  • 56547d0c2e Deleting duplicate file TypoMustakes 2023-12-05 14:41:28 +01:00
  • 9faf50ad16 Bugfix TypoMustakes 2023-12-05 14:39:46 +01:00
  • 4686845c5c Left out this file accidentally TypoMustakes 2023-12-05 14:38:11 +01:00
  • 297a1a0f3d Modifying endpoint routes to make more sense TypoMustakes 2023-12-05 14:37:49 +01:00
  • a55354e484 Fixing nonsense TypoMustakes 2023-12-05 14:36:53 +01:00
  • c079af78ad Tidying work tree TypoMustakes 2023-12-05 14:30:14 +01:00
  • ce9f3e1df6 Moving routes to their respective controllers TypoMustakes 2023-12-05 14:29:11 +01:00
  • c38773ca46 Renaming file TypoMustakes 2023-12-05 14:26:06 +01:00
  • cb4ced73d9 Removing all non-employee related routes TypoMustakes 2023-12-05 14:25:27 +01:00
  • 3991930a6a Configured IoC containers TypoMustakes 2023-12-05 11:40:01 +01:00
  • ea7b11e03c Implementing non-crud queries TypoMustakes 2023-12-05 11:10:47 +01:00
  • a27ebbf0ae Implemented HTTP Routing into Controller Miskolczi Richárd 2023-12-04 17:06:17 +01:00
  • 87bfe822a7 After an hour of digging the dotnet documentation, I put this together TypoMustakes 2023-12-02 16:15:02 +01:00
  • 573fcd14ba injected logic dependency into endpoint Miskolczi Richárd 2023-11-22 14:09:15 +01:00
  • c1f4f90826 Moved implementation out of interface Miskolczi Richárd 2023-11-22 14:03:35 +01:00
  • db6683cbd6 Cleanup Miskolczi Richárd 2023-11-22 14:02:14 +01:00
  • 4b1304b908 Implementing dependency injection Miskolczi Richárd 2023-11-22 14:02:02 +01:00
  • 712fd14b41 Renamed some fields Miskolczi Richárd 2023-11-22 14:01:37 +01:00
  • 1a1f7ff0a4 Creating LoginServices with queries inside Miskolczi Richárd 2023-11-22 14:01:22 +01:00
  • 9ec6295a04 Started working on API Miskolczi Richárd 2023-11-22 12:08:03 +01:00
  • 257ba3d2c3 Implementing ReadAll Miskolczi Richárd 2023-11-22 11:47:56 +01:00
  • 8fb2f1fc8f Cleanup Miskolczi Richárd 2023-11-22 11:42:54 +01:00
  • 58b21073db Removing unneccesary using directives Miskolczi Richárd 2023-11-22 11:42:09 +01:00
  • ccfdae7437 Adding statically accessible DbContext Miskolczi Richárd 2023-11-22 11:39:36 +01:00
  • 5b71368c5e Implementing CRUD Miskolczi Richárd 2023-11-22 11:39:16 +01:00
  • 5382028d11 Providing DbSeed Miskolczi Richárd 2023-11-22 09:34:06 +01:00
  • 49c4ded289 Expanding gitignore Miskolczi Richárd 2023-11-22 09:11:46 +01:00
  • 88c19358a4 Adding test data to db Miskolczi Richárd 2023-11-22 09:11:15 +01:00
  • ab8f6f7447 Create InMemoryDb connection Miskolczi Richárd 2023-11-21 12:33:46 +01:00
  • 01fc34ad64 Creating DbContext Miskolczi Richárd 2023-11-21 12:25:31 +01:00
  • 0b200effb9 Added data annotations Miskolczi Richárd 2023-11-21 12:19:44 +01:00