Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this commit is integrated commit from 7336b14 to 02a0ddb
- add restart functionality for loop and PS components this commit is also merge commit from 7336b14 to 94c4a6e - remove unused vars - reduce failed task log - add UT for projectOperator handler - fix some bugs - integrate project operation API - add context menue to component, link, file-link - remove delete button from componentProperty - obsolute project controll APIs - implement new updateComponent API - fix package name - add project readOnly operation API - remove unused files, packages, and exported functions - set readonly attribute if project is read-only - updateComponent works on array property (ex. indexList, include, exclude and so on) - copySelectedComponent is deeply copied from now - move read-only release button to workflow screen - show warning dialog which appears when user try to make wraitable read-only project - remove read-only switch on text editor if project is read-only - move regexp under common dir - hange project finish message - implement rwatchd based job manager (not finished) - revamp jobManager - add script to generate pdf document - remove unused test - update package-lock.json - modify comment only - support automatic changing functionality of job concurrency - update dependent lib - add axios and fix package-lock.json - remove duplicated line which added by merge commit - rename jobScheduler.json's property. {bulk,step}job is now support{Bulk,Step}job - add supportWebAPI prop to jobScheduler.json - modify conditional statement and message - modify log message - throw error insted of return Promise.reject - exec() in _dispatchTask catch error and log, then re-throw error - dont catch error in Executer.exec() and it's callee - add webAPI based job register - fix UT - update packages - rewrite release test scripts with docker-compose - introduce perfect-debounce to fix race condition about PS template component - fix some minor bugs - add version info functionality - introduce workspaces to avoid eslint conflict - fix eslint setting - refactor executers - implement transferrers - fix logging test - wait until test server is up in release_test_local to gain remote exec test stability - update github workflow - implement removeAll() to executers and transferrers - update package-lock.json - use eslint stylistic package and update setting - fix task cancel functionality - component disable functionality works fine - fix executer - add aboutWheel() and it's API - fix package include path - use access token for web API (not finished) - implement cycle graph detection - highlight invalid components - update docker related files - update test script - refactoring - add validation error dialog - check not only cycle graph but also component validation when check button clicked - refactor validation check functions - add UT for validation check - refactor validation check routines - add debug log (tmporary) - refactor dispatcher - support break and continue component (server side) - support break and continue component (client side) - fix table (#909) - add test case of partial commit - support committing specific files at unsaved files' dialog - change break and continue color - fix UT - revertProject handler can get mode correctly - update SBS to allow same operation as already finished last operation - fix update position change - remove debug output - do not call updateComponent API if only position is changed - show snackbar message when file is saved in text editor - disappear snackbar message after saveFile succeeded - support error log popup in home, remotehost, and viewer screen - fix bugs - add project-wide setting menu - fix environment variable editor - implement webhook editor - update doc for developer - remove @ alias - add knip config file - remove unused dependency - fix packege setting and Dockerfile - fix eslint setting - fix snackbar - fix remotehost test button - fix import error - remove unused files and rename realSocketIO.js to socketIOWrapper.js - remove unused config variable - rename function - remove unused function isLocalComponent - remove unused function getVersion - fix import bug - rename functions - remove unused export - remove unused function gatherFiles - remove unused function forKeepLoopInstance, whileKeepLoopInstance - remove unused functions getComponentRelativePath, removeInputFile, removeOutputFile, and renameInputFile - fix package dependency setting - fix some merge bug - fix PS setting file schema - make validate log bit verbose - update validate component UT - validation check function return Promise.reject instead of throw exception - deliverFileFromRemote and deliverFileOnRemote return result object - fix test scripts - fix module path - fix and modify test script
- Loading branch information