Commit graph

237 commits

Author SHA1 Message Date
f1f26889ea feat(nginx): redirect http to https and allow cors. Deleted route /api/configuration 2025-01-03 12:46:09 +03:00
82ad228c1a feat(collect-currency): Bringing back cryptocurrency rate collection 2025-01-02 21:19:08 +03:00
e2cb35a880 fix(server): Fixed bug, if conv_amount was not specified, it was still shown in the response
Some checks are pending
Create and publish a Docker image / build-and-push-server (push) Waiting to run
Create and publish a Docker image / build-and-push-chart (push) Waiting to run
Create and publish a Docker image / build-and-push-CR (push) Waiting to run
Deploy docs / deploy (push) Waiting to run
2025-01-02 13:36:13 +03:00
2c5a80263b chore(docs): replace icon svg to png
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
2024-12-31 14:17:04 +03:00
23fc87b524 fix(docker): Fixed chart service build
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
2024-12-29 13:36:21 +03:00
41a800785f chore(api): add favicon for all routes via nginx 2024-12-29 13:03:51 +03:00
100afe78ea docs: Added an icon to the documentation 2024-12-29 13:00:06 +03:00
aef3eeb793 chore(docker): Lighten the weight of docker images through the use of alpine images
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
2024-12-27 16:50:12 +03:00
8b03043293 chore(chart): Translation of comments into English 2024-12-27 16:40:33 +03:00
4c857c435f chore(chart): Deleted dockerignore due to its uselessness 2024-12-27 16:38:21 +03:00
d935fad5c9 fix(chart): Fixed sorting by date
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
2024-12-23 19:24:24 +03:00
d427f21b02 chore(server): reindent to 4 space 2024-12-23 18:53:56 +03:00
5bff5e4641 docs: removed the text about supporting cryptocurrency
Some checks are pending
Create and publish a Docker image / build-and-push-server (push) Waiting to run
Create and publish a Docker image / build-and-push-chart (push) Waiting to run
Create and publish a Docker image / build-and-push-CR (push) Waiting to run
Deploy docs / deploy (push) Waiting to run
2024-12-23 12:36:32 +03:00
c80af2db24 docs: Removed one paragraph of text where the translation is not correct 2024-12-23 12:34:32 +03:00
4345a2d856 docs: Specifies which arguments are mandatory 2024-12-23 12:24:09 +03:00
2b891ef592 docs: Removed the route from the list 2024-12-23 12:20:56 +03:00
71759fb98f feat(server): Renamed the multiplier to a different key. Left the key with the currency-to-unit ratio untouched
Some checks are pending
Create and publish a Docker image / build-and-push-server (push) Waiting to run
Create and publish a Docker image / build-and-push-chart (push) Waiting to run
Create and publish a Docker image / build-and-push-CR (push) Waiting to run
Deploy docs / deploy (push) Waiting to run
2024-12-22 21:22:03 +03:00
b80015a6c3 feat(server): Added a parameter to multiply the rate by X number (conv_amount) 2024-12-22 21:01:57 +03:00
c2720114c4 chore(readme): Returned and added third-party library licences, split them into each separate file for the microservice
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
2024-12-20 16:25:43 +03:00
6ff258799d chore(chart): I put pylint ignore where it's needed. Fixed an error with arguments, paths of imports of local modules
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
2024-12-16 22:24:26 +03:00
e51aa5e00c chore(chart): Removed unnecessary file copying 2024-12-16 21:42:46 +03:00
a7ad1e77d3 fix: Fixed url to project version icon 2024-12-16 21:41:36 +03:00
872c2836bc fix(chart): Fixed a bug with dependency paths 2024-12-16 21:40:22 +03:00
9db37e8300 chore(chart): Updated the python version to 3.13 in docker
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
2024-12-15 11:35:56 +03:00
f8899ab607 chore(chart): Replaced the dependency for the database with a new one 2024-12-15 11:35:19 +03:00
1c6a735e0b fix(chart): Fix GET request to use query parameters instead of request body for chart generation 2024-12-15 10:55:05 +03:00
ed8cf91558 refactor(chart): Added docstring in each file and function. Fixed long lines 2024-12-15 10:51:32 +03:00
c5d3d9fe9b refactor(chart): The function with data retrieval from the config has been moved to a separate file and function 2024-12-15 10:47:20 +03:00
a3b94f18ef fix(chart): Fixed an error if the date in the request was different from the YYYYY-MM-DD format 2024-12-14 23:36:57 +03:00
ded9abc816 refactor(chart): Fixed tabulation and code duplicates 2024-12-14 23:36:01 +03:00
85acbbb16c refactor(chart): Move functions to separate files or folders to improve code structure. 2024-12-14 23:22:44 +03:00
110effaeb2 chore(chart): Switched to a new library to work with postgres. From psycopg2 to asynpg 2024-12-14 23:21:28 +03:00
9750900d3e
Merge pull request #2 from Redume/beta
Some checks are pending
Create and publish a Docker image / build-and-push-server (push) Waiting to run
Create and publish a Docker image / build-and-push-chart (push) Waiting to run
Create and publish a Docker image / build-and-push-CR (push) Waiting to run
Deploy docs / deploy (push) Waiting to run
feat(server): Deleted root with instance config due to unnecessity
2024-12-14 21:12:47 +03:00
a34bcd0a12 feat(server): Deleted root with instance config due to unnecessity 2024-12-12 21:17:19 +03:00
b864f8c929 feat: Added robots.txt
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
2024-11-27 18:02:58 +03:00
4ca14c5281 feat: Removed depth check that caused memory overflow 2024-11-27 14:43:57 +03:00
5009595ef2 chore: Analytics and SSL are turned off by default so as not to create unclear and unnecessary errors 2024-11-27 14:43:29 +03:00
0b4544520b feat: Removed function with adding +1 to date when issuing currency rate 2024-11-27 14:42:46 +03:00
d704f958e3 chore: Information about unavailability of cryptocurrency rate collection
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
2024-11-25 12:42:16 +03:00
76a064daeb docs: create endopint list
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
2024-11-18 12:58:58 +03:00
29f185adcf feat: Made rate limit via nginx
Some checks are pending
Create and publish a Docker image / build-and-push-server (push) Waiting to run
Create and publish a Docker image / build-and-push-chart (push) Waiting to run
Create and publish a Docker image / build-and-push-CR (push) Waiting to run
Deploy docs / deploy (push) Waiting to run
2024-11-17 14:53:13 +03:00
bb0c22bb1d docs: Fixed the command for eslint
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
2024-11-15 21:08:12 +03:00
a095b4ac8e eslint fix 2024-11-15 21:07:48 +03:00
9766864dea Set label for bug report
Some checks are pending
Create and publish a Docker image / build-and-push-server (push) Waiting to run
Create and publish a Docker image / build-and-push-chart (push) Waiting to run
Create and publish a Docker image / build-and-push-CR (push) Waiting to run
Deploy docs / deploy (push) Waiting to run
2024-11-15 15:59:20 +03:00
3ed3115b97 Change name and delete required attribute in checkbox
Some checks are pending
Create and publish a Docker image / build-and-push-server (push) Waiting to run
Create and publish a Docker image / build-and-push-chart (push) Waiting to run
Create and publish a Docker image / build-and-push-CR (push) Waiting to run
Deploy docs / deploy (push) Waiting to run
2024-11-14 22:28:37 +03:00
369126aaee Move folder issue template 2024-11-14 22:23:14 +03:00
521d1adc13 chore: Add issue template 2024-11-14 22:18:41 +03:00
7157920e1e docs: Documentation for api endpoints
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
2024-11-08 20:26:48 +03:00
cd01af2eac feat(server): Errors from postgresql are also now in a unified response style
Some checks are pending
Create and publish a Docker image / build-and-push-server (push) Waiting to run
Create and publish a Docker image / build-and-push-chart (push) Waiting to run
Create and publish a Docker image / build-and-push-CR (push) Waiting to run
Deploy docs / deploy (push) Waiting to run
2024-11-08 15:29:03 +03:00
0ae8fe3dea feat(server): Update link in home route for docs 2024-11-08 15:23:55 +03:00