Skip to content
Success

Changes

Summary

  1. feat: Get rid of copybook info storage (details)
  2. fix: Fix missed copybook report line number (details)
  3. Build : Move cypress test to github actions (#1531) (details)
Commit f6aa16dd8ecd726953e9f33c7763d14f3441ccc8 by Leonid Baranov
feat: Get rid of copybook info storage
The file was modified clients/cobol-lsp-vscode-extension/src/__tests__/commands/FetchCopybookCommandTest.spec.ts (diff)
The file was modified clients/cobol-lsp-vscode-extension/src/__tests__/services/copybook/CopybookDownloadServiceTest.spec.ts (diff)
The file was removedclients/cobol-lsp-vscode-extension/src/services/copybook/InfoStorage.ts
The file was modified clients/cobol-lsp-vscode-extension/src/services/copybook/CopybookDownloadService.ts (diff)
The file was modified clients/cobol-lsp-vscode-extension/src/services/Middleware.ts (diff)
The file was modified clients/cobol-lsp-vscode-extension/src/__tests__/services/MiddlewareTest.spec.ts (diff)
The file was modified clients/cobol-lsp-vscode-extension/src/commands/FetchCopybookCommand.ts (diff)
Commit 6f8ce1aa081d472032a54a29a02e641365b24c0e by Leonid Baranov
fix: Fix missed copybook report line number
The file was modified server/engine/src/main/java/org/eclipse/lsp/cobol/core/engine/dialects/DialectService.java (diff)
The file was addedserver/engine/src/test/java/org/eclipse/lsp/cobol/usecases/idms/TestIdmsMissedCopybook.java
Commit 3a863da140e519a4056515d8f8c177231a2bffda by noreply
Build : Move cypress test to github actions (#1531)

* Move cypress test to GitHub actions
The file was modified tests/yarn.lock (diff)
The file was modified tests/cypress/integration/LSP/lsp.spec.js (diff)
The file was modified .github/workflows/CI.yml (diff)
The file was modified Jenkinsfile (diff)
The file was modified tests/cypress/integration/LSP/F96117.spec.js (diff)
The file was modified tests/cypress/integration/LSP/copybook.spec.js (diff)