Commit Graph

17 Commits

Author SHA1 Message Date
Zvonimir Sabljic
f180267a66 Refactored saving files and file snapshot so they are connected 2023-08-14 12:21:57 +02:00
Zvonimir Sabljic
01b50ab3e3 Refactored saving previous steps and made steps be loaded by looking at the current step as well 2023-08-10 08:41:46 +02:00
LeonOstrez
3545830a51 merge 2023-08-09 10:42:53 +02:00
LeonOstrez
1d5c01a707 fixes of storing users and apps 2023-08-09 10:38:39 +02:00
Zvonimir Sabljic
d4a888600e Added connecting dev_step/user_input/command_run with the previous step in the database 2023-08-09 08:38:21 +02:00
Zvonimir Sabljic
4ecf2229d1 Implemented saving of Files with descriptions in the database 2023-08-08 15:11:50 +02:00
Zvonimir Sabljic
9e58b24bc8 Added File model 2023-08-08 14:44:34 +02:00
Zvonimir Sabljic
e6769944a6 Merge branch 'main' of github.com:Pythagora-io/copilot 2023-08-07 09:03:45 +02:00
Zvonimir Sabljic
f89ce318e3 Refactored questionary and implemented saving and restoring user input 2023-08-05 09:36:08 +02:00
LeonOstrez
bcc9cee3c1 merge, add spinner, add project name and minor bug fixes 2023-08-04 16:53:40 +02:00
Zvonimir Sabljic
5ddec70bdc Fixed CommandRuns and DevelopmentSteps models + prints 2023-08-04 13:33:56 +02:00
Zvonimir Sabljic
f70fc83c08 Added command runs model 2023-08-04 10:18:50 +02:00
Zvonimir Sabljic
fec1ce48b6 Changed so development steps are hashed by the prompt path, prompt data and an llm request number + added functionality for resuming from a specific development step 2023-08-03 16:18:18 +02:00
Zvonimir Sabljic
cdb6f83c61 Added functionality for saving and restoring project files 2023-08-02 16:29:36 +02:00
Zvonimir Sabljic
96633f2b57 Updated DevelopmentSteps model 2023-08-02 11:39:22 +02:00
Zvonimir Sabljic
31f481c702 Updated db models to store JSON lists instead of text 2023-08-02 10:42:16 +02:00
LeonOstrez
9673d40f65 refactor DB 2023-08-02 08:29:40 +02:00