Skip to content

Commit

Permalink
11.02.00: er diagrams, GenAI: genai-create, genai-iterate, and conver…
Browse files Browse the repository at this point in the history
…sations
  • Loading branch information
valhuber committed Sep 21, 2024
1 parent 8327e18 commit 0e0736c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@

# TL;DR

Create an executable project (API and Admin App) from a database with 1 command, customize with declarative rules and Python in your IDE.

Or, create the database too, by providing just a prompt.
Create an executable project (API and Admin App) from a database or natural language prompt with 1 command, customize with declarative rules and Python in your IDE, containerize and deploy.

 

Expand Down Expand Up @@ -87,6 +85,6 @@ This is an open source project. We are open to suggestions. Some of our ideas
| 1. JSON:**API** and Swagger | API Execution | Serverless, Kubernetes |
| 2. Transactional **Logic** | Rule Enforcement | Recompute Derivations |
| 3. This project | API Logic Project Creation | General support - see issues |
| 3. GenAI | Web version | Create projects with logic<br>Refine GenAI Conversationally |
| 3. GenAI | Web version | Create projects with logic |

&nbsp;
7 changes: 3 additions & 4 deletions api_logic_server_cli/api_logic_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
Called from api_logic_server_cli.py, by instantiating the ProjectRun object.
'''

__version__ = "11.01.37"
__version__ = "11.02.00"
recent_changes = \
f'\n\nRecent Changes:\n' +\
"\t09/19/2024 - 11.01.37: dbml types, verbose, genai-create, genai-iterate, genai cleanup, bad db-url fix, cmdb cleanup, sra Sep19 \n"\
"\t09/12/2024 - 11.01.23: Iterative conversations, optLock fix, wg merge, demo guide, er \n"\
"\t09/04/2024 - 11.01.15: APILOGICPROJECT_LOG_CONFIG, _STOP_OK, _EXTERNAL_HOST, _EXTERNAL_PORT, genai descriptions \n"\
"\t09/21/2024 - 11.02.00: er diagrams, GenAI: genai-create, genai-iterate, and conversations \n"\
"\t09/04/2024 - 11.01.15: APILOGICPROJECT_LOG_CONFIG, _STOP_OK, _EXTERNAL_HOST, _EXTERNAL_PORT \n"\
"\t09/03/2024 - 11.01.11: logicbank 1.20.7, safrs 3.1.4, sra Aug17, behave_run err-check[70], genai decimals \n"\
"\t08/21/2024 - 11.01.02: Bug 68: nested quotes, internal (BLT path, exp tests) \n"\
"\t08/18/2024 - 11.01.00: Genai: simpler prompts, diagnostics, ChatGPT4 \n"\
Expand Down
2 changes: 1 addition & 1 deletion docker/api_logic_server.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# GA release -- DELETE BUILD DIRS FIRST

# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:11.01.11 -o type=image --platform=linux/arm64,linux/amd64 .
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:11.02.00 -o type=image --platform=linux/arm64,linux/amd64 .
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:latest -o type=image --platform=linux/arm64,linux/amd64 .

# Beta - test codespaces with tutorial, API_Fiddle (change .devcontainer.json -> apilogicserver/api_logic_server_x)
Expand Down

0 comments on commit 0e0736c

Please sign in to comment.