-
Notifications
You must be signed in to change notification settings - Fork 0
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
isc-tdyar
wants to merge
36
commits into
master
Choose a base branch
from
community-edition-defaults
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+171,289
−23,449
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Content updated: Files: - module.xml Directories: - docs/ - objectscript/ Synced at: 2025-08-04 08:05:35
0bad603
to
bb671e4
Compare
…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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Made some basic changes to get ci/cd working!