hackerESQ
22e12977f8
Merge pull request #69 from investbrainapp/save-app-key-to-file
...
refactor: storage scaffolding and save generated app key to file
v1.1.5
2025-03-06 16:57:00 -06:00
hackerESQ
732cf02317
refactor: storage directory scaffoling and save generated app key to file
2025-03-06 16:55:54 -06:00
hackerESQ
6dea75651b
fix: version response will be an object
2025-02-25 20:16:13 -06:00
Oscar Padilla
6cff252813
fix: support mariadb in sync:daily-change ( #64 )
...
* fix: support mariadb in sync:daily-change
* use version() instead of system variables
---------
Co-authored-by: hackerESQ <corey@coreyvarma.com >
2025-02-25 20:09:03 -06:00
Karjack182
0d06ca6a04
Updated Dockerfile ( #65 )
...
Optimized Dockerfile
* Updated Dockerfile to utilize a multi-stage build. This will make the built image lighter, by about 300mb.
Also safer, as 8.3-fpm has 55 known vulnerabilities, while 8.3-fpm-alpine has 0.
* Removed runtime dependencies from the build stage.
* remove unneeded php extensions from stage 1 build step
2025-02-25 19:04:02 -06:00
hackerESQ
a3f875270b
fix: quiet redis logs
2025-02-01 10:52:15 -06:00
hackerESQ
00a1312ee3
fix: move storage:link to dockerfile
v1.1.4
2025-01-30 19:16:33 -06:00
hackerESQ
1195faca0f
docs: add more helpful comments
2025-01-30 19:00:55 -06:00
hackerESQ
a39f255e52
fix: ensure permissions are set and storage dir is scaffolded
2025-01-30 18:48:34 -06:00
hackerESQ
cac2460153
fix: predis always the default
2025-01-30 18:13:16 -06:00
hackerESQ
894da4ef9b
fix: make redis default
2025-01-30 18:13:01 -06:00
hackerESQ
a705b794fd
docs: add note about "broken styling"
2025-01-29 23:13:28 -06:00
hackerESQ
37da6885ee
fix: use laravel up health endpoint
2025-01-29 23:06:42 -06:00
hackerESQ
219018b1d9
Merge pull request #59 from investbrainapp/docker-permissions
...
fix: ensure storage path permissions are set in entry script
v1.1.3
2025-01-29 22:54:08 -06:00
hackerESQ
4b780fd6d2
fix: ensure storage path permissions are set in entry script
2025-01-29 22:53:32 -06:00
hackerESQ
1faa22897b
clean up
2025-01-28 21:16:51 -06:00
hackerESQ
7e1899d8ff
fix: adds view only icon
2025-01-28 21:15:29 -06:00
hackerESQ
878c668696
Merge branch 'multi-curr-support' into main
2025-01-28 20:34:59 -06:00
hackerESQ
8c94fbf299
fix: ensure failed exists() is boolean
2025-01-28 20:33:28 -06:00
hackerESQ
4ece09368e
fix: upgrade the exists() market data provider method
2025-01-28 20:32:43 -06:00
hackerESQ
0f135f4024
fix: gracefully fail if symbol not found
2025-01-28 19:48:20 -06:00
hackerESQ
eac5de0d4a
fix: adds appropriate return types
2025-01-28 19:46:37 -06:00
hackerESQ
399858d09b
fix: strongly type symbol for market data and quote
2025-01-28 19:35:15 -06:00
hackerESQ
7694d8a241
Create 2025_12_28_000001_add_multi_currency_support.php
2025-01-28 19:34:49 -06:00
hackerESQ
9bd406c5b1
fix: adds appropriate return types
2025-01-28 19:03:06 -06:00
hackerESQ
d23d28afd8
feat: prepare for api token capabilities
2025-01-28 18:20:03 -06:00
hackerESQ
0a6b2d844f
fix: hide terms on self hosted
2025-01-28 18:06:03 -06:00
hackerESQ
be325d31b6
chore: lint
2025-01-28 17:46:59 -06:00
hackerESQ
e08c1880c6
chore: update deps
2025-01-28 17:46:42 -06:00
hackerESQ
5f9f6f01c5
fix: re-format token color
2025-01-28 17:41:05 -06:00
hackerESQ
65388238c3
fix: allow carbon as date for qty validation
2025-01-28 17:39:08 -06:00
hackerESQ
cdce46b6df
chore: add script type rule to pint
2025-01-28 17:33:54 -06:00
hackerESQ
8320b54332
fix: require valid email for import and api tokens
2025-01-28 17:28:01 -06:00
hackerESQ
e8ef0921ad
chore: code style
2025-01-28 17:14:49 -06:00
hackerESQ
c4736fae70
chore: cleanup
2025-01-28 13:31:39 -06:00
hackerESQ
1748f49ee6
fix: remove test route
2025-01-28 13:31:02 -06:00
hackerESQ
c32641ec34
fix: use requested symbol name for market data providers
2025-01-28 13:30:12 -06:00
hackerESQ
53ebe28b14
fix: makes portfolio available to form request
2025-01-27 23:08:23 -06:00
hackerESQ
465686dbaf
fix: simplify the portfolio_id verification
2025-01-27 23:03:33 -06:00
hackerESQ
58604c1e5a
chore: update deps
2025-01-27 22:44:03 -06:00
hackerESQ
3e4f055a4a
trim size of market data seeder
2025-01-27 20:54:23 -06:00
hackerESQ
92586d7466
fix: update icon for api tokens
2025-01-27 20:44:28 -06:00
hackerESQ
94c90b8a7c
fix: add menu item to create api token
2025-01-27 20:42:51 -06:00
hackerESQ
f866baa37a
chore: update deps
2025-01-27 20:34:16 -06:00
hackerESQ
da72c17cd0
Merge pull request #56 from investbrainapp/api-wip
...
feat: Add Investbrain API capabilities
2025-01-27 20:32:29 -06:00
hackerESQ
1c5c4af477
Merge branch 'main' into api-wip
2025-01-27 20:29:21 -06:00
hackerESQ
83d5ad213b
wip
2025-01-27 20:26:09 -06:00
hackerESQ
ea22c27710
wip
2025-01-27 20:04:03 -06:00
hackerESQ
32bf256c84
chore: update deps
2025-01-27 16:47:25 -06:00
hackerESQ
e498e7668e
docs: clean up install guide
2025-01-27 16:41:49 -06:00