Skip to content

Conversation

@jasonsiders
Copy link
Owner

No description provided.

@github-actions
Copy link

github-actions bot commented Sep 21, 2025

Claude encountered an error —— View job


I'll analyze this and get back to you.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Static Analysis: Check Passed

Analyzed changed files, and found 0 potential violations. 0 meets or exceeds the set severity threshold: Info

⚫ 0 Critical severity violation(s)
🔴 0 High severity violation(s)
🟠 0 Medium severity violation(s)
🟡 0 Low severity violation(s)
⚪ 0 Info severity violation(s)

@jasonsiders jasonsiders merged commit 898e08e into main Sep 21, 2025
2 of 3 checks passed
@jasonsiders jasonsiders deleted the fix/concurrency branch September 21, 2025 20:22
jasonsiders added a commit that referenced this pull request Sep 22, 2025
* Wiki restructuring and automated workflow improvements (#138)

* Move wiki from submodule to main repository

- Remove git submodule dependency for wiki
- Add wiki content directly to main repository
- Enable wiki changes to be included in same PR as code changes

* updating release.yml to increment patch version by default

* new action to sync the wiki

* adding action to auto-document

* Add wiki files to repository

- Include all wiki content as regular files in main repository
- Complete removal of submodule configuration

* Add complete current wiki documentation

- Include all current wiki content from apex-database-layer.wiki
- Files will be synced to GitHub wiki via automated workflow
- Enables wiki changes to be reviewed in PRs alongside code

* Restore LICENSE.md and ensure README.md exists in both locations

- Add back LICENSE.md that was accidentally removed
- Copy README.md to wiki/ to maintain identical content in both locations

* Remove README.md from wiki directory

- README.md belongs in main repository, not in wiki
- Wiki content should focus on documentation files only

* Simplify sync-wiki workflow output

- Remove unnecessary Summary step
- Add single echo statement to Sync Wiki Files step
- Use concise message about wiki sync completion

* Fix Claude Code Review workflow authentication

- Add github_token parameter to claude-code-action
- Resolves workflow validation error when adding new workflow files in PRs
- Enables Claude code review to work properly during PR validation

* Fix Claude Code Review permissions

- Change job-level permissions from read to write for pull-requests and issues
- Enables Claude action to create comments and reviews on PRs
- Resolves 'Resource not accessible by integration' error

* Fix critical syntax error in auto-documentation workflow

- Properly close git commit message with quotes
- Separate git push command from commit message
- Resolves YAML syntax error that would break the workflow

* fixing wiki discrepancies

* adding Home.md <> REAMDE sync

* Fix wiki sync permissions issue (#141)

- Add proper permissions (contents: write, pages: write, id-token: write)
- Support fallback to WIKI_TOKEN secret for wiki repository access
- Add better error handling and logging
- Set explicit authentication URL for wiki repository push
- Add validation that wiki directory exists before sync

Resolves sync-wiki.yml permission denied error when pushing to wiki repository.

* adding concurrency (#142)
jasonsiders added a commit that referenced this pull request Sep 22, 2025
* rough implementation complete

* cleanup

* found a fix to coverage cap in databaselayerutils

* updating threshold to 100%

* reorering elseSelect method overloads

* Generate wiki documentation for new TYPEOF query classes

- Add The-Soql.TypeOf-Class.md with complete API documentation
- Add The-Soql.WhenClause-Class.md with builder pattern documentation
- Add _Sidebar.md with organized navigation structure
- Include usage examples and cross-references

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* allow claude to trigger workflow

* fixing relationships issue TYPEOF

* Merge 'main' into 'soql-typeof-support' (#146)

* Wiki restructuring and automated workflow improvements (#138)

* Move wiki from submodule to main repository

- Remove git submodule dependency for wiki
- Add wiki content directly to main repository
- Enable wiki changes to be included in same PR as code changes

* updating release.yml to increment patch version by default

* new action to sync the wiki

* adding action to auto-document

* Add wiki files to repository

- Include all wiki content as regular files in main repository
- Complete removal of submodule configuration

* Add complete current wiki documentation

- Include all current wiki content from apex-database-layer.wiki
- Files will be synced to GitHub wiki via automated workflow
- Enables wiki changes to be reviewed in PRs alongside code

* Restore LICENSE.md and ensure README.md exists in both locations

- Add back LICENSE.md that was accidentally removed
- Copy README.md to wiki/ to maintain identical content in both locations

* Remove README.md from wiki directory

- README.md belongs in main repository, not in wiki
- Wiki content should focus on documentation files only

* Simplify sync-wiki workflow output

- Remove unnecessary Summary step
- Add single echo statement to Sync Wiki Files step
- Use concise message about wiki sync completion

* Fix Claude Code Review workflow authentication

- Add github_token parameter to claude-code-action
- Resolves workflow validation error when adding new workflow files in PRs
- Enables Claude code review to work properly during PR validation

* Fix Claude Code Review permissions

- Change job-level permissions from read to write for pull-requests and issues
- Enables Claude action to create comments and reviews on PRs
- Resolves 'Resource not accessible by integration' error

* Fix critical syntax error in auto-documentation workflow

- Properly close git commit message with quotes
- Separate git push command from commit message
- Resolves YAML syntax error that would break the workflow

* fixing wiki discrepancies

* adding Home.md <> REAMDE sync

* Fix wiki sync permissions issue (#141)

- Add proper permissions (contents: write, pages: write, id-token: write)
- Support fallback to WIKI_TOKEN secret for wiki repository access
- Add better error handling and logging
- Set explicit authentication URL for wiki repository push
- Add validation that wiki directory exists before sync

Resolves sync-wiki.yml permission denied error when pushing to wiki repository.

* adding concurrency (#142)

* Generate wiki documentation for new TYPEOF query classes

- Add comprehensive documentation for Soql.TypeOf class
- Add complete documentation for Soql.WhenClause class
- Update _Sidebar.md with new class references in alphabetical order
- Include usage examples, method signatures, and cross-references

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Jason Siders <undefined@users.noreply.github.com>

* fixing documentation script to skip committing temporary changed_files.txt

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Jason Siders <undefined@users.noreply.github.com>
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.

2 participants