Commit Graph
66 Commits
Author SHA1 Message Date
KKlochko 9e22e1bfde Add the configuration for wallaby. 2024-09-06 12:54:20 +03:00
KKlochko ddf54a9264 Add wallaby and flop as dependencies. 2024-09-06 12:46:31 +03:00
KKlochko d0646b93f9 Update the form for Link to create with a random shorten if needed.
continuous-integration/drone/push Build is passing
2024-09-05 12:51:35 +03:00
KKlochko 74136c7fa7 Update the Links.create_one to support options for the generator.
continuous-integration/drone/push Build is passing
2024-09-05 12:10:27 +03:00
KKlochko 8ddb7da76e Update the generator to use options and support a string-based map. 2024-09-05 12:09:03 +03:00
KKlochko 158dcce49b Refactor the test for SafeString. 2024-09-05 12:04:13 +03:00
KKlochko 00467d249a Add tests for Links' LiveViews.
continuous-integration/drone/push Build is passing
2024-09-03 10:15:06 +03:00
KKlochko 15d12bd937 Update the show LiveView template for Links. 2024-09-03 10:10:26 +03:00
KKlochko d3c3e210d5 Add CRUD LiveViews for Links.
continuous-integration/drone/push Build is passing
2024-09-02 23:22:17 +03:00
KKlochko 1e15bc3603 Add a function to get all user's links. 2024-09-02 23:12:38 +03:00
KKlochko d2f8543fdd Update the edit function in Links to support existing links. 2024-09-02 23:10:12 +03:00
KKlochko 6300a1a8b7 Update the UserFactory filename to the snake_case.
continuous-integration/drone/push Build is passing
2024-09-01 21:35:52 +03:00
KKlochko f2fe354e43 Update the create link route to add the relationship to the user. 2024-09-01 21:35:35 +03:00
KKlochko 8d3d619e7c Update the tests for Links. 2024-09-01 21:31:32 +03:00
KKlochko 9b2f9aaa8c Update the links fixture to use the factory. 2024-09-01 21:30:06 +03:00
KKlochko 83bf6ce558 Add LinkFactory to create links. 2024-09-01 21:29:36 +03:00
KKlochko 499c5e5cc2 Add a relationship between a user and links. 2024-09-01 21:25:07 +03:00
KKlochko 1b6651bab9 Add the create_user to the UserFactory. 2024-09-01 21:23:20 +03:00
KKlochko 9671d030c4 Update the user_factory to the user_attrs_factory. 2024-09-01 21:22:42 +03:00
KKlochko 31d0e01e95 Update the routes for Accounts to use hyphens.
continuous-integration/drone/push Build is passing
2024-08-31 15:22:07 +03:00
KKlochko 780652241f Add the logout for the API.
continuous-integration/drone/push Build is passing
2024-08-31 14:52:56 +03:00
KKlochko 2f4fc790be Add Guardian.DB to track API tokens. 2024-08-31 14:32:08 +03:00
KKlochko 8697be9f17 Update the API Authentication.
continuous-integration/drone/push Build is passing
2024-08-24 16:18:11 +03:00
KKlochko 32ea2c4ff8 Update the Authentication.
continuous-integration/drone/push Build is passing
2024-08-21 11:32:52 +03:00
KKlochko 61af12a52a Update the RedirectionController.
continuous-integration/drone/push Build is passing
2024-08-21 10:46:04 +03:00
KKlochko 59de90601a Update the link api.
continuous-integration/drone/push Build is passing
2024-08-20 21:46:00 +03:00
KKlochko 18bb0b13b6 Update the phoenix version and starting migration the project.
continuous-integration/drone/push Build is passing
2024-08-20 20:13:01 +03:00
KKlochko 01efdc201d Update the docker image for the CI/CD pipeline.
continuous-integration/drone/tag Build is passing
0.8.5
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
0.8.4
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
0.8.3
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
0.8.2
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
0.8.1
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
0.8.0
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
0.7.1
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
0.7.0
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
0.6.0
2023-08-05 21:15:40 +03:00
KKlochko 33fae4ece2 Add dependencies for API Authentication.
continuous-integration/drone/tag Build was killed
0.5.2
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
0.5.1
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
0.4.10
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. 0.4.9 2023-08-02 21:26:56 +03:00
KKlochko c6236c0ef1 Refactor the Links module. 0.4.8 2023-08-02 21:20:01 +03:00
KKlochko dd0e79c400 Add tests for the API. 0.4.7 2023-08-01 18:09:01 +03:00
KKlochko e6e344745b Add the API to update the Link model. 0.4.6 2023-08-01 18:02:14 +03:00
KKlochko 62e855e1b6 Fix the route path in LinkController.create/2. 0.4.5 2023-08-01 17:59:34 +03:00
KKlochko 8f6ec31366 Fix Links.update_one/2. 0.4.4 2023-08-01 17:58:42 +03:00
KKlochko 9c273a473e Update the controller and the view for updated Link model. 0.4.3 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