Skip to main content
Glama
resolve-issues.js1.95 kB
// Script to resolve identified issues const IssueTracker = require('../src/issue-tracker').default; async function resolveIssues() { console.log('🔧 Resolving identified issues...'); const tracker = new IssueTracker('issues.json'); // Resolve Issue #1: Test expectations for createPage error scenarios const issue1 = tracker.resolveIssue('AEM-1753031076004-DLETM', 'Updated test framework to check for success: false in response body instead of HTTP status codes'); console.log(`✅ Resolved Issue #1: ${issue1?.id || 'Not found'}`); // Resolve Issue #2: Test expectations for updateComponent error scenarios const issue2 = tracker.resolveIssue('AEM-1753031076010-47Q2N', 'Updated test framework to check for success: false in response body instead of HTTP status codes'); console.log(`✅ Resolved Issue #2: ${issue2?.id || 'Not found'}`); // Resolve Issue #3: Test expectations for getAssetMetadata error scenarios const issue3 = tracker.resolveIssue('AEM-1753031076025-GHJX0', 'Updated test framework to check for success: false in response body instead of HTTP status codes'); console.log(`✅ Resolved Issue #3: ${issue3?.id || 'Not found'}`); // Resolve Issue #4: CreatePage Template Selection Enhancement const issue4 = tracker.resolveIssue('AEM-1753031076025-GHJX0', 'Enhanced createPage method to properly handle template selection and jcr:content creation'); console.log(`✅ Resolved Issue #4: ${issue4?.id || 'Not found'}`); // Resolve Issue #5: Dashboard Template Selection UI const issue5 = tracker.resolveIssue('AEM-1753031076025-GHJX0', 'Added template selection UI to dashboard for createPage method'); console.log(`✅ Resolved Issue #5: ${issue5?.id || 'Not found'}`); // Generate updated issue report tracker.exportIssues('logs/issue-log.md', 'markdown'); console.log('📄 Updated issue log generated'); } resolveIssues().catch(console.error);

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/indrasishbanerjee/aem-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server