Commit graph

265 commits

Author SHA1 Message Date
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
7f288cbaae feat(server): Changed 404 error to match a single response style 2024-11-08 15:22:52 +03:00
b49bd33a93 feat: CoinAPI cryptocurrency collection has been removed
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-07 22:31:18 +03:00
526d185048 Revert "chore: Added path filter for Github Actions"
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
This reverts commit eab1a0d2
2024-11-05 22:46:55 +03:00
683e6a40e5 feat(chart): Add markers on line 2024-11-05 22:43:57 +03:00
3859c34ba4 fix: path-filters 2024-11-05 22:36:39 +03:00
7ad43f5a6d fix: Condition of no parameters 2024-11-05 22:32:06 +03:00
eab1a0d2fc chore: Added path filter for Github Actions
Some checks failed
Create and publish a Docker image / check-paths (push) Has been cancelled
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 / check-paths (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled
2024-10-31 20:40:40 +03:00
38d1ace398 feat(charts): Changed the name of the status code in the response. If there is no argument, the error is now Kekkai, not FastAPI. 2024-10-31 20:10:39 +03:00
a43230cd9e docs: Configuration of nginx.conf, config.yaml, and .env configs
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-10-31 00:44:06 +03:00
1d0e77f755 Revert "chore: Documentation build moved from github pages to cloudflare"
This reverts commit e4b609d236.
2024-10-30 23:15:06 +03:00
9374d726a1 docs: Changed the name of the config examples to new ones 2024-10-30 22:12:36 +03:00
afd81af189 docs: I wrote a few words about testing the project 2024-10-30 22:00:36 +03:00
d2c1fed374 chore: Rename example config files 2024-10-30 21:56:02 +03:00
e4b609d236 chore: Documentation build moved from github pages to cloudflare
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
2024-10-30 19:31:50 +03:00
7d29d3ca07 chore: Added icons for the website and documentation 2024-10-30 19:29:37 +03:00
7318b74453 fix(main): if there was no data, an empty array was returned
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-10-29 21:19:26 +03:00
34d216de94 feat(chart): В ответе от апи теперь полностью показывается url, а не путь
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-10-28 16:33:01 +03:00
eb54ddb2a9
Delete CNAME
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-10-24 19:33:38 +03:00
84cc28b7d1
Create CNAME 2024-10-24 19:33:01 +03:00
840499154d Написал докуметацию 2024-10-24 19:27:47 +03:00
684ccdef3e Добавил в гитигнор файлы от macos 2024-10-24 19:26:17 +03:00
e776ee27dd Разделил и пояснил что редактировать, а что нет
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
2024-10-23 19:46:41 +03:00