LeonOstrez
|
0cec2a45bf
|
fix loading project steps
|
2023-09-30 21:36:22 +01:00 |
|
Nicholas Albion
|
0660244017
|
fabulous does not work on Windows
|
2023-09-20 22:14:59 +10:00 |
|
Zvonimir Sabljic
|
5aac5e0385
|
Import os
|
2023-09-18 19:17:48 -07:00 |
|
LeonOstrez
|
67209b5b27
|
merge master into debugging_ipc branch
|
2023-09-18 19:09:37 -07:00 |
|
Zvonimir Sabljic
|
3e5b87f2a9
|
Don't update db on conflict
|
2023-09-18 18:36:18 -07:00 |
|
Zvonimir Sabljic
|
aa63fa1988
|
Enable exception to be thrown even during the restoring phase of the project
|
2023-09-18 18:35:50 -07:00 |
|
Zvonimir Sabljic
|
915464386f
|
Fixed deleting subsequent steps
|
2023-09-15 17:52:21 +02:00 |
|
Zvonimir Sabljic
|
0dd6b6d996
|
Changed development_steps, command_runs, and user_inputs models - we don't need to hash any data - we can just use it as is
|
2023-09-15 17:51:24 +02:00 |
|
Zvonimir Sabljic
|
9a7c15e0c5
|
Merge branch 'ipc' into debugging_ipc
|
2023-09-14 09:40:36 +02:00 |
|
Zvonimir Sabljic
|
43d8c5511d
|
Added current high level step to saved command runs, user inputs and dev steps because we skip high level steps in one way and then in the coding step, we skip them with these functions. REFACTOR eventually so that we skip everything with saved steps since the beginning of the project.
|
2023-09-12 20:57:11 +02:00 |
|
Nicholas Albion
|
e9e5532295
|
tidy up
|
2023-09-11 22:16:22 +10:00 |
|
Nicholas Albion
|
3f36d04821
|
resolved deprecation warning
|
2023-09-09 11:44:19 +10:00 |
|
Nicholas Albion
|
831e6a4265
|
Merge remote-tracking branch 'origin/main' into feature/get_email-from-gitconfig
# Conflicts:
# pilot/utils/arguments.py
|
2023-09-09 10:54:02 +10:00 |
|
LeonOstrez
|
d0fe3e3436
|
Merge pull request #65 from nalbion/feature/load-app-by-user-workspace
load app by user workspace
|
2023-09-08 14:35:48 +02:00 |
|
Nicholas Albion
|
ee77f1ffac
|
get_app_by_user_workspace(user_id, workspace)
|
2023-09-08 15:13:37 +10:00 |
|
RAMKRISHNA VERMA
|
03a96e2487
|
Fix : ValueError: Unsupported DATABASE_TYPE: postgres
|
2023-09-08 03:13:58 +05:30 |
|
Nicholas Albion
|
cf94fcaebe
|
reordered imports
|
2023-09-08 03:05:53 +10:00 |
|
LeonOstrez
|
d343f2edea
|
add sqlite db
|
2023-09-06 09:16:35 +02:00 |
|
Zvonimir Sabljic
|
190230a0e5
|
Changed position of saving files
|
2023-09-02 17:27:35 +02:00 |
|
Zvonimir Sabljic
|
85ac7e8276
|
Refactored all prints to be colored with fabulous and not termcolor
|
2023-09-01 18:28:20 +02:00 |
|
Zvonimir Sabljic
|
ca58c4958d
|
Implemented final version of IPC communication
|
2023-09-01 18:27:00 +02:00 |
|
LeonOstrez
|
46b74de697
|
fix creating database
|
2023-08-16 20:24:06 +02:00 |
|
LeonOstrez
|
3c5f0cde48
|
check if database exists if not create it, check if tables exist if not create them
|
2023-08-16 19:47:45 +02:00 |
|
Zvonimir Sabljic
|
a4499ab861
|
Refactored db info to the .env file
|
2023-08-16 16:13:22 +02:00 |
|
Zvonimir Sabljic
|
8c58d2803d
|
Renamed the repo
|
2023-08-16 14:57:55 +02:00 |
|