Skip to content

Community edition defaults #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open

Conversation

isc-tdyar
Copy link
Contributor

@isc-tdyar isc-tdyar commented Aug 2, 2025

Made some basic changes to get ci/cd working!

tom-dyar added 30 commits August 2, 2025 13:49
Content updated:

Files:
- README.md
- ROADMAP.md
- pyproject.toml
- requirements.txt
- Makefile
- pytest.ini
- .gitignore
- module.xml
- CHANGELOG.md

Directories:
- common/
- iris_rag/
- rag_templates/
- config/
- docs/
- quick_start/
- tools/
- examples/
- scripts/
- data/
- nodejs/
- objectscript/
- tests/

Synced at: 2025-08-02 13:49:29
Content updated:

Files:
- README.md
- module.xml

Directories:
- docs/

Synced at: 2025-08-02 14:08:12
Content updated:

Files:
- module.xml

Synced at: 2025-08-02 14:19:33
Content updated:

Files:
- module.xml

Synced at: 2025-08-02 14:33:47
Content updated:

Files:
- module.xml

Synced at: 2025-08-02 14:50:24
Content updated:

Files:
- module.xml

Synced at: 2025-08-02 14:54:09
Content updated:

Files:
- module.xml

Synced at: 2025-08-02 15:02:55
Content updated:

Files:
- README.md
- module.xml

Directories:
- iris_rag/
- docs/
- scripts/
- objectscript/
- tests/

Synced at: 2025-08-02 16:54:00
Content updated:

Directories:
- objectscript/

Synced at: 2025-08-02 17:52:02
Content updated:

Files:
- module.xml

Directories:
- docs/

Synced at: 2025-08-02 17:59:53
Content updated:

Files:
- module.xml

Synced at: 2025-08-02 18:10:14
Content updated:

Files:
- module.xml

Synced at: 2025-08-02 18:11:38
Content updated:

Files:
- module.xml

Synced at: 2025-08-02 18:20:14
Content updated:

Files:
- module.xml

Synced at: 2025-08-02 18:32:48
Content updated:

Files:
- module.xml

Synced at: 2025-08-02 18:45:50
Content updated:

Directories:
- objectscript/

Synced at: 2025-08-02 20:40:51
Content updated:

Directories:
- objectscript/

Synced at: 2025-08-02 21:12:29
Content updated:

Files:
- docker-compose.yml

Synced at: 2025-08-02 21:17:52
Content updated:

Files:
- ROADMAP.md

Directories:
- docs/
- objectscript/

Synced at: 2025-08-02 21:38:15
Content updated:

Directories:
- objectscript/

Synced at: 2025-08-02 23:06:29
Content updated:

Files:
- module.xml

Directories:
- scripts/
- objectscript/
- tests/

Synced at: 2025-08-03 07:28:14
Content updated:

Files:
- module.xml

Synced at: 2025-08-03 07:36:29
Content updated:

Files:
- module.xml

Synced at: 2025-08-03 07:39:15
Content updated:

Directories:
- objectscript/

Synced at: 2025-08-03 07:51:11
- Intelligent brace validation prevents compilation errors
- Handles legitimate ObjectScript Try/Catch patterns
- Catches problematic consecutive closing braces
- Closes validation gap that allowed GitHub CI failures
Content updated:

Directories:
- objectscript/

Synced at: 2025-08-03 08:15:39
Content updated:

Files:
- docker-compose.yml

Directories:
- common/
- iris_rag/
- config/
- docs/
- scripts/
- objectscript/
- tests/

Synced at: 2025-08-03 16:11:14
Content updated:

Files:
- module.xml

Directories:
- scripts/
- objectscript/

Synced at: 2025-08-03 16:51:07
Content updated:

Directories:
- objectscript/

Synced at: 2025-08-03 17:04:50
Content updated:

Directories:
- objectscript/

Synced at: 2025-08-03 17:19:54
@bdeboe
Copy link
Collaborator

bdeboe commented Aug 4, 2025

@tom-dyar this looks like a superset of at least #9 and probably #8. OK to just merge this and close the other ones?

Content updated:

Files:
- module.xml

Directories:
- docs/
- objectscript/

Synced at: 2025-08-04 08:05:35
@isc-tdyar isc-tdyar force-pushed the community-edition-defaults branch from 0bad603 to bb671e4 Compare August 4, 2025 12:10
…tory

- OBJECTSCRIPT_SYNTAX_LEARNING_REPORT.md contains internal learning notes
- Should not be publicly visible in community repository
- Added to sync script exclusion patterns to prevent future syncing
Content updated:

Files:
- module.xml

Synced at: 2025-08-04 08:29:45
Content updated:

Files:
- module.xml

Directories:
- scripts/

Synced at: 2025-08-04 09:03:57
- Create requirements-docker.txt with minimal dependencies for IRIS compilation
- Remove invalid PyTorch 2.7.0 version requirement that doesn't exist
- Eliminate heavy ML dependencies that cause Docker build memory issues
- Keep only essential IRIS and database connectivity packages
- Update Dockerfile to use requirements-docker.txt instead of full requirements.txt
- This fixes the Docker build failure: 'pip3 install -r requirements.txt' step

The Docker CI now focuses on ObjectScript/ZPM compilation rather than full ML environment setup.
Content updated:

Files:
- .gitignore

Directories:
- objectscript/

Synced at: 2025-08-05 15:38:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants