39 Commits
Author SHA1 Message Date
KKlochko 01efdc201d Update the docker image for the CI/CD pipeline.
continuous-integration/drone/tag Build is passing
2024-08-05 21:56:02 +03:00
KKlochko 8a423b721d Add ErrorHandler for API Auth.
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build was killed
2023-08-12 21:02:05 +03:00
KKlochko 06dfee5b57 Add tests for user login.
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build was killed
2023-08-11 15:38:00 +03:00
KKlochko aff4973ea8 Add the auth pipeline for the Link API path.
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build was killed
2023-08-10 20:06:27 +03:00
KKlochko c793b46e53 Add the authentication for API sing in.
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build was killed
2023-08-09 21:38:20 +03:00
KKlochko dad35c5c51 Add the Web Authentication.
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
2023-08-08 21:16:18 +03:00
KKlochko 1cc1a83e34 Add tests for UserController, Accounts, Generators.
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build was killed
2023-08-07 20:51:54 +03:00
KKlochko 93631f195f Add the API Authentication.
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build was killed
2023-08-06 21:35:42 +03:00
KKlochko cde8970b46 Add User model.
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build was killed
2023-08-05 21:15:40 +03:00
KKlochko 33fae4ece2 Add dependencies for API Authentication.
continuous-integration/drone/tag Build was killed
2023-08-05 21:13:59 +03:00
KKlochko e89a8ea5db Update Links.create_one to use a function.
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed
2023-08-04 21:10:36 +03:00
KKlochko feebbe4f8a Add a generator for Link with random shorten. 2023-08-04 21:10:08 +03:00
KKlochko ecdce9e407 Add the test config.
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed
2023-08-03 14:36:07 +03:00
KKlochko e3b202825b Add the CI/CD configuration. 2023-08-03 14:35:14 +03:00
KKlochko ebac60a2b0 Add tests for the Links module. 2023-08-02 21:26:56 +03:00
KKlochko c6236c0ef1 Refactor the Links module. 2023-08-02 21:20:01 +03:00
KKlochko dd0e79c400 Add tests for the API. 2023-08-01 18:09:01 +03:00
KKlochko e6e344745b Add the API to update the Link model. 2023-08-01 18:02:14 +03:00
KKlochko 62e855e1b6 Fix the route path in LinkController.create/2. 2023-08-01 17:59:34 +03:00
KKlochko 8f6ec31366 Fix Links.update_one/2. 2023-08-01 17:58:42 +03:00
KKlochko 9c273a473e Update the controller and the view for updated Link model. 2023-07-31 19:01:58 +03:00
KKlochko 9e7e052249 Refactor to split the Links to a Link model and a Links logic. 2023-07-31 18:56:57 +03:00
KKlochko fb4f0025d1 Move Links to the Links context. 2023-07-31 18:56:57 +03:00
KKlochko 6799e5b00b Rename the controller and the view names to "Link". 2023-07-31 18:51:35 +03:00
KKlochko b2fd493d07 Add the API to delete the Links model. 2023-07-30 20:28:22 +03:00
KKlochko 4e43da527f Add the API to create the Links model. 2023-07-29 20:34:22 +03:00
KKlochko 669d8fcefa Add the API to show the Links model or models. 2023-07-28 20:04:45 +03:00
KKlochko 09e36646bf Add the simple dev configuration. 2023-07-09 19:10:04 +03:00
KKlochko 16b1a4180f Add the simple index page. 2023-07-09 19:06:02 +03:00
KKlochko a6af0b6e96 Add the redirect route. 2023-07-08 18:28:52 +03:00
KKlochko 47ea2bc1da Add a method to create an Link using a generator. 2023-07-07 16:58:52 +03:00
KKlochko be508ec88a Add a generator of a SafeString. 2023-07-07 16:58:00 +03:00
KKlochko 2e3f3d3901 Rename the Links.get_one_by_name to get_one_by_shorten. 2023-07-06 20:01:53 +03:00
KKlochko c17b323566 Update the Links model to have a unique shorten. 2023-07-06 19:59:30 +03:00
KKlochko ebef9bdbaa Add README and CHANGELOG. 2023-07-05 18:43:29 +03:00
KKlochko d7d217eeac Add CRUD function for Links model. 2023-07-05 18:33:34 +03:00
KKlochko 48bc82c98d Rename Link to Links. 2023-07-05 18:32:02 +03:00
KKlochko b4c8a43c37 Add the Link model. 2023-07-04 21:50:30 +03:00
KKlochko 2c7bb30996 Init project. 2023-07-04 21:49:02 +03:00