Commit Graph

55 Commits

Author SHA1 Message Date
Rohit T P
67acbf21f9 chore: changed NOCO_HOME to ./nocodb 2024-05-07 09:22:59 +00:00
Rohit T P
1e12f0b49b chore: added skip for ssl 2024-05-02 16:36:10 +00:00
Rohit T P
1bacb13caa refactor: renamed tests 2024-05-02 15:49:34 +00:00
Rohit T P
dc8d6da4b9 test: add mocks 2024-05-02 15:37:34 +00:00
Rohit T P
d9a9d4b990 fix: working directory fix 2024-05-02 15:16:14 +00:00
Rohit T P
f03bf62b6c test: test for ssl 2024-05-02 14:50:39 +00:00
Rohit T P
f139003e2f test: test for monitoring 2024-05-02 13:05:10 +00:00
Rohit T P
8882e0dfe4 test: test for scaling 2024-05-02 13:01:18 +00:00
Rohit T P
f179ecf325 test: test for restart and upgrade 2024-05-02 12:54:27 +00:00
Rohit T P
6610f30213 test: test for configure/stop 2024-05-02 12:46:03 +00:00
Rohit T P
0e9c96ab02 fix: path error 2024-05-02 12:45:40 +00:00
Rohit T P
f18655e9c1 test: test for configure/start 2024-05-02 12:24:27 +00:00
Rohit T P
635ab81d01 test: test for default case and for custom ip 2024-05-02 12:10:07 +00:00
Rohit T P
c8a0387ca2 test: test for watchtower and scaling 2024-05-02 12:05:05 +00:00
Rohit T P
b11c92902e lint: fix lint errors 2024-05-02 11:38:59 +00:00
Rohit T P
2365164b92 tests: created tests for redis 2024-05-02 11:28:10 +00:00
Rohit T P
62b94efec2 chore: auto-detect existing path 2024-04-27 18:14:06 +00:00
Rohit T P
c279e22cb2 chore: merged help.sh with noco.sh 2024-04-24 17:02:54 +00:00
Rohit
707224ecb3 Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-04-24 00:51:28 +05:30
Rohit T P
be82192e87 fix: fixed typo 2024-04-23 19:20:37 +00:00
Rohit T P
532da7f0b6 fix: fixed input ordering 2024-04-23 19:16:27 +00:00
Rohit T P
24bede8f06 feat: added colors 2024-04-20 13:57:16 +00:00
Rohit T P
6d2155ef95 feat: warn if docker is not running 2024-04-20 13:41:43 +00:00
Rohit T P
3634e71264 chore: proceed only after enter is pressed 2024-04-20 13:18:01 +00:00
Rohit T P
402ce802a0 fix: removed associative arrays be keep mac os compatibility 2024-04-20 13:16:43 +00:00
Rohit T P
ad4a720272 fix: fixed ctrl + c not working 2024-04-20 12:03:17 +00:00
Rohit T P
d58d8582d8 fix: fixed nproc not available on mac 2024-04-19 16:56:56 +00:00
Rohit T P
7e96c7c093 feat: improved menu action on INT 2024-04-19 16:52:20 +00:00
Rohit T P
242a8e3912 fix: fixed typo 2024-04-19 15:25:06 +00:00
Rohit
efa3f43b98 Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-04-19 01:32:46 +05:30
Rohit T P
4603801d05 fix: fixed typo 2024-04-18 19:57:18 +00:00
Rohit T P
ccc02f77d1 feat: added separate logging for replicas 2024-04-18 19:55:44 +00:00
Rohit T P
06a672c43e fix: fixed coderabbitai suggestions 2024-04-17 13:13:34 +00:00
Rohit T P
7022858358 chore: added i/o formatting for help script 2024-04-17 12:38:25 +00:00
Rohit T P
41feefb37a feat: generate help.sh to manage installed nocobd 2024-04-17 11:59:21 +00:00
Rohit T P
7d4b872e06 chore: refactored code to avoid multipe if conditions 2024-04-17 11:38:27 +00:00
Rohit T P
e915ee2aea feat: added multiple nocodb instance option 2024-04-17 09:44:58 +00:00
Rohit T P
586f715d4f chore: upgrade from docker-compose to docker compose 2024-04-17 09:12:17 +00:00
Rohit T P
656d003d52 feat: Added advanced options 2024-04-17 08:40:09 +00:00
Pranav C
d25999fa2e chore: volume name correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-02-15 02:19:16 +05:30
Pranav C
b3f776aeea chore: add redis and define network explicitly in docker-compose
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-02-15 02:03:36 +05:30
Pranav C
b337d7445b chore: fallback to localhost if public ip not found
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-02-13 21:00:56 +05:30
Pranav C
93474caf85 chore: remove the SMTP config prompt
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-02-13 18:15:35 +05:30
Pranav C
fb284be4d8 chore: use sudo only if necessary
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-02-13 01:45:01 +05:30
Pranav C
2c43b569d0 chore: pull latest images always
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-02-13 00:09:52 +05:30
Pranav C
adef3ff30a chore: add sudo
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-02-12 23:37:35 +05:30
Pranav C
801c538b2f chore: read smtp details for EE
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-02-12 22:58:24 +05:30
Pranav C
2c78c5043d chore: redirect http to https
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-02-12 22:00:11 +05:30
Pranav C
e88cf7ff27 chore: remove key from log
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-02-12 21:57:59 +05:30
Pranav C
b9edf5519a chore: avoid sudo if not necessary
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-02-12 17:48:34 +05:30